Course Material
We will be relying on a few resources for this course. You will find the pertinant readings attached to each of the projects. Those readings will be culled from:
- Python for Data Science: A port of R for Data Science using the Python packages pandas and Altair.
- pandas User Guide
- Lets Plot User Guide
- scikit-learn learn User Guide
- scikit-learn tutorials
- Python Data Science Handbook
- A Whirlwind Tour of Python
- SQL
Wes McKinney’s pandas code for his book Python for Data Analysis is a useful reference as well: https://github.com/wesm/pydata-book
Back to top