Here’s a tutorial on Pandas by Anand at a data visualization hacknight were on 29th and 30th June, 2013, as a run-up to The Fifth Elephant 2013.
Python Pandas tutorial by S. Anand
Pandas is emerging as the de facto data manipulation tool in the Python world, thanks to its richness and speed. This tutorial covers:
- Loading data from CSV files
- Performing simple analysis (e.g. top 10, most common, etc) with data
- Working with Pandas like you’d work in Excel
As always, this session from Anand was filled with lot of valuable information and moreover data analysis learning is always enhanced when it is applied on a real life data. Thanks for a wonderful session.