Continue the exercises in Brandon Rhodes' Pycon Pandas Tutorial. Once again, watch the Brandon's Pandas Tutorial Video from Pycon 2015 in Montréal if you need help.
SUBMISSION: Compile all your answers into a single notebook titled homework3.ipynb
and place it in your workspace
folder to submit.
Feel free to complete the whole notebook, but these are the important questions:
Do all 7 questions.
Do all 8 questions.
Do all 7 questions.
Challenge / Optional
Learn about dealing with missing and messy data, renaming columns, using more complicated str
methods, and merging data frames using concat
.