Skip to content

Commit

Permalink
Adding a README
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancarter committed Oct 9, 2019
1 parent 56927cb commit a8ef826
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

# DataFrame Animations

This repository contains a few simple web pages for visualizing the
pandas operations
[pivot](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.pivot.html),
[pivot_table](https://pandas.pydata.org/pandas-docs/version/0.22/generated/pandas.DataFrame.pivot_table.html),
[melt](https://pandas.pydata.org/pandas-docs/version/0.22/generated/pandas.DataFrame.melt.html), and
[stack](https://pandas.pydata.org/pandas-docs/version/0.22/generated/pandas.DataFrame.stack.html)/[unstack](https://pandas.pydata.org/pandas-docs/version/0.22/generated/pandas.DataFrame.unstack.html).
(Links are to pandas documentation.)

## [View the animations online here.](http://nathancarter.github.io/dataframe-animations)

License: LGPL 3.0

0 comments on commit a8ef826

Please sign in to comment.