Week 06
Pandas II: Data Wrangling
Lectures Notes:
Today, we will go over three notebooks and you have a additional notebook to work by yourselves:
Pandas - data loading: html – Jupyter Notebook
Pandas - data wrangling: html – Jupyter Notebook
Pandas - Joining Data : html – Jupyter Notebook
Pandas Miscellaneous: html – Jupyter Notebook
Datasets
Download the datasets here
Slides
Readings
Suggested Readings for Pandas
PDS VanderPlas
And all our lecture notes!
Additional Resources and Suggested Materials
Python Pandas Tutorial: A Complete Introduction for Beginners
Data Wrangling with Pandas Cheat Sheet - pandas.pydata.org
dplyr-style Data Manipulation with Pipes in Python - Allen, Akinkunle
Python Pandas vs. R Dplyr - The Full Cheatsheet - Martin Šiklar