Skip to content

Simple visualisation with a Sankey diagram of a job application process from Apple Numbers files

Notifications You must be signed in to change notification settings

glongrais/Sankey_Visualisation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Sankey_Visualisation

Table of Content

Ressources
Principles

Ressources

The plot is generated and updated using the Plotly librairy.
To install Plotly:

pip install plotly

The file reading from Apple Numbers files is done using the Numbers-parser librairy.
To install Numbers-parser:

pip install numbers-parser

The data are handle using Pandas dataframes.
To install Pandas:

pip install pandas

Principles

example plot

About

Simple visualisation with a Sankey diagram of a job application process from Apple Numbers files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published