plot two categorical variables python barplot count pyplot or dash code example
Example: countplot for different classes in a column
>>> ax = sns.countplot(x="who", data=titanic, palette="Set3")
>>> ax = sns.countplot(x="who", data=titanic, palette="Set3")