Skip to content

A simple visual tool for generating sankeys in python

License

Notifications You must be signed in to change notification settings

sherlockhommel/sankify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sankify

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.

Usage example

Installation

The package is not yet available on pypi. Until then: Clone the repository and

pip install sankify

Usage

To run the streamlit interface, change into the main directory of sankify and use

streamlit run sankify/sankify/app.py

Todos

  • Pypi upload
  • add configuration options for "other" category per column

About

A simple visual tool for generating sankeys in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages