Data Munging with Pandas (Advanced)
Pandas is a Python library for doing data analysis. It's really fast and lets you do exploratory work incredibly quickly.
In this post I will demonstrate some advanced data munging/wrangling concepts with the awesome Pandas. I intend to code more and write less but will add help text as much as possible. Check out the pandas help documentation to learn more.
OK, let's get started.