Pandas Cleaning¶
This notebook uses pandas to understand how to clean data
Be able to use string methods to clean data that comes as a string
Be able to drop missing data
Use cleaning methods to prepare and analyze a real dataset
Lecture Resource
We will work through the following notebook.
Local Option¶
You can download the notebook from here
Then browse to your download location and load jupyter:
cd ~/Downloads
jupyter notebook pandas-cleaning.ipynb
Cloud Based Option¶
You can launch the notebook