-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
56927cb
commit a8ef826
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |