Skip to content

crdietrich/sparklines

 
 

Repository files navigation

Sparklines in Pandas

Sparklines are small unlabeled plots, used to visually convey an idea in a small space. This script creates sparklines in a Pandas DataFrame which can then be displayed inline in a Jupyter Notebook or output to an HTML file. It does not annotate the figure, other columns of the DataFrame can be used to convey details about the sparklines.

Background: https://en.wikipedia.org/wiki/Sparkline

Forked and extended from: https://github.com/iiSeymour/sparkline-nb

See Jupyter Notebook for example use.

About

Render sparklines in pandas dataframes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 81.9%
  • HTML 16.4%
  • Python 1.7%