forked from wesm/pydata-book
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
1 changed file
with
17 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,17 @@ | ||
# pydata-book | ||
Materials and IPython notebooks for "Python for Data Analysis" by Wes McKinney, published by O'Reilly Media | ||
|
||
## IPython Notebooks: | ||
|
||
* [Chapter 2: Introductory Examples](http://nbviewer.ipython.org/github/pydata/pydata-book/blob/master/ch02.ipynb) | ||
* [Chapter 4: NumPy Basics](http://nbviewer.ipython.org/github/pydata/pydata-book/blob/master/ch04.ipynb) | ||
* [Chapter 5: Getting Started with Pandas](http://nbviewer.ipython.org/github/pydata/pydata-book/blob/master/ch05.ipynb) | ||
* [Chapter 6: Data Loading, Storage, and File Formats](http://nbviewer.ipython.org/github/pydata/pydata-book/blob/master/ch06.ipynb) | ||
* [Chapter 7: Data Wrangling: Clean, Transform, Merge, Reshape](http://nbviewer.ipython.org/github/pydata/pydata-book/blob/master/ch07.ipynb) | ||
* [Chapter 8: Plotting and Visualization](http://nbviewer.ipython.org/github/pydata/pydata-book/blob/master/ch08.ipynb) | ||
* [Chapter 9: Data Aggregation and Group Operations](http://nbviewer.ipython.org/github/pydata/pydata-book/blob/master/ch09.ipynb) | ||
* [Chapter 10: Time Series](http://nbviewer.ipython.org/github/pydata/pydata-book/blob/master/ch10.ipynb) | ||
* [Chapter 11: Financial and Economic Data Applications](http://nbviewer.ipython.org/github/pydata/pydata-book/blob/master/ch11.ipynb) | ||
* [Chapter 12: Advanced NumPy](http://nbviewer.ipython.org/github/pydata/pydata-book/blob/master/ch12.ipynb) | ||
* [Python Appendix](http://nbviewer.ipython.org/github/pydata/pydata-book/blob/master/appendix_python.ipynb) | ||
* [2012 Federal Election Commission Database](http://nbviewer.ipython.org/github/pydata/pydata-book/blob/master/fec_study.ipynb) |