You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[8](https://github.com/cuttlefishh/python-for-data-analysis/blob/master/lessons/lesson08.ipynb) | Python and IPython Review | McKinney: Ch1-3 | Review of Python commands, IPython review -- enhanced interactive Python shells with support for data visualization, distributed and parallel computation and a browser-based notebook with support for code, text, mathematical expressions, inline plots and other rich media | Assignment 4: Python Fundamentals II
[11](https://github.com/cuttlefishh/python-for-data-analysis/blob/master/lessons/lesson11.ipynb) | Pandas Part I | McKinney: Ch4-5 | Intro to NumPy and Pandas: `ndarray`, `Series`, `DataFrame`, `index`, `columns`, `dtypes`, `info`, `describe`, `read_csv`, `head`, `tail`, `loc`, `iloc`, `ix`, `to_datetime` | --
130
+
[12](https://github.com/cuttlefishh/python-for-data-analysis/blob/master/lessons/lesson12.ipynb) | Pandas Part II | McKinney: Ch6-8 | Data Analysis with Pandas: `concat`, `append`, `merge`, `join`, `set_option`, `stack`, `unstack`, `transpose`, dot-notation, `values`, `apply`, `lambda`, `sort_index`, `sort_values`, `to_csv`, `read_csv`, `isnull` | Assignment 6: Pandas Fundamentals
131
131
[13](https://github.com/cuttlefishh/python-for-data-analysis/blob/master/lessons/lesson13.ipynb) | Plotting with Matplotlib | McKinney: Ch9; J.R. Johansson: [Matplotlib 2D and 3D plotting in Python](http://github.com/jrjohansson/scientific-python-lectures) | Matplotlib tutorial from J.R. Johansson | --
132
132
[14](https://github.com/cuttlefishh/python-for-data-analysis/blob/master/lessons/lesson14.ipynb) | Plotting with Seaborn | [Seaborn Tutorial](http://seaborn.pydata.org/tutorial.html) | Seaborn tutorial from Michael Waskom | Assignment 7: Plotting
133
133
[15](https://github.com/cuttlefishh/python-for-data-analysis/blob/master/lessons/lesson15.ipynb) | Pandas Time Series | McKinney: Ch11 | Time series data in Pandas | --
[19](https://github.com/cuttlefishh/python-for-data-analysis/blob/master/lessons/lesson19.md) | Modules and Classes | Lutz: TBA | Packaging your code so you and others can use it again | --
138
138
[20](https://github.com/cuttlefishh/python-for-data-analysis/blob/master/lessons/lesson20.md) | Git and GitHub | -- | Sharing your code in a public GitHub repository | Final Project
0 commit comments