Some one please give me an alternate plotly code for this one : sns.countplot(x='Census_ProcessorClass', hue='HasDetections',data=df_train) plt.show() both are int64
Some one please give me an alternate plotly code for this one :
sns.countplot(x='Census_ProcessorClass', hue='HasDetections',data=df_train)
plt.show()
both are int64