How to visualize one-hot-encoded categorical data in Python?
I would like to visualize the distribution of gender in clusters that I got via machine learning.
I want to create something like this: (source: https://seaborn.pydata.org/tutorial/categorical.html)