Research Computing Services Python: Pandas workshop materials.
You can download all of the files by clicking the green button above and choosing "Download ZIP."
If you download files from the links above, you have to click through to the RAW version of the notebook and download that. If you download directly from the links above, the files won't open because they are web pages, not the raw files.
Github user guipsamora has created a repository of pandas exercises for various skill levels, starting from the very basics:
Start with the first set of exercises and once you have completed those, pick a set that interests you.
These exercises were forked from https://github.com/guipsamora/pandas_exercises. If you see issues with the solutions or think something is wrong or could be improved, please let us know so we can improve them for the next workshop. We've revised the Chipotle exercises, but there are lots of exercises there that we haven't reviewed yet in detail.
See Resources for a listing of general Python resources, tutorials, and reference materials. Links below relate specifically to material covered in this workshop.
Learn Pandas: learn pandas in 11 lessons through notebooks.
Pandas Cheat Sheet in the style of R cheat sheets - the handout from the workshop.
Pandas "Cheat Sheet" in longer form: collection of short code snippets for common tasks
Pandas videos: videos on how to do common tasks in pandas
Modern Pandas: once you know the basics, here are tips for getting the most out of pandas