Sankey charts are nice to look at and handy for visualizing correlation between categorical variables. However, in python they are kind of unintuitive to plot.
Sankify is a super simple tool for generating sankey charts for everyday use.
The package is not yet available on pypi. Until then: Clone the repository and
pip install sankify
To run the streamlit interface, change into the main directory of sankify and use
streamlit run sankify/sankify/app.py
- Pypi upload
- add configuration options for "other" category per column