https://github.com/patrick-llgc/pandas-exercises
modified from Wes McKinney's video tutorial
https://github.com/patrick-llgc/pandas-exercises
Last synced: over 1 year ago
JSON representation
modified from Wes McKinney's video tutorial
- Host: GitHub
- URL: https://github.com/patrick-llgc/pandas-exercises
- Owner: patrick-llgc
- Created: 2015-09-07T06:22:02.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-08T07:31:25.000Z (almost 11 years ago)
- Last Synced: 2025-01-22T17:24:53.165Z (over 1 year ago)
- Language: Python
- Size: 32.4 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
September 6, 2015
================
Modified some code as IPython and pandas changed over the years
January 4, 2013
================
IPython notebooks with exercises derived from Pandas tutorial by Wes McKinney.
Video: [http://www.youtube.com/watch?v=w26x-z-BdWQ](http://www.youtube.com/watch?v=w26x-z-BdWQ)
The notebooks can be viewed online with [IPython Notebook Viewer](http://nbviewer.ipython.org/)
- [Basics.ipynb](http://nbviewer.ipython.org/github/physiophile/pandas-exercises/blob/master/Basics.ipynb)
- [BabyNames.ipynb](http://nbviewer.ipython.org/github/physiophile/pandas-exercises/blob/master/BabyNames.ipynb)
- [ElectionData.ipynb](http://nbviewer.ipython.org/github/physiophile/pandas-exercises/blob/master/ElectionData.ipynb)