Below is my pandas dataframe and I want to draw a countplot for train, test, val with hue as 0 and 1 in the same count plot, how can I do this?
train val test
0 78 9 11
1 124 15 16
thank you for the help in advance.
Below is my pandas dataframe and I want to draw a countplot for train, test, val with hue as 0 and 1 in the same count plot, how can I do this?
train val test
0 78 9 11
1 124 15 16
thank you for the help in advance.