Fun with Pandas Groupby, Aggregate, Multi-Index and Unstack

Fun with Pandas Groupby, Agg,

This post is titled as “fun with Pandas Groupby, aggregate, and unstack”, but it addresses some of the pain points I face when doing mundane data-munging activities. Every time I do this I start from scratch and solved them in different ways. The purpose of this post is to record at least a couple of… Continue reading Fun with Pandas Groupby, Aggregate, Multi-Index and Unstack

Pandas 1.0.0 is Here: Top New Features of Pandas You Should Know

Pandas 1.0.0 is ready for prime time now. Pandas project has come a long way since the early release of Pandas version 0.4 in 2011. It had contributions from 2 developers including Wes Kinney then, now Pandas has over 300 contributors. The latest version of Pandas can be installed from standard package managers like Anaconda,… Continue reading Pandas 1.0.0 is Here: Top New Features of Pandas You Should Know

11 Tips to Make Plots with Pandas

Overlapping Histograms with Pandas

Python Pandas library is well known for its amazing data munging capabilities. However, a little underused feature of Pandas is its plotting capabilities. Yes, one can make better visualizations with Matplotlib or Seaborn or Altair. However, Pandas plotting capabilities can be extremely handy when you are in exploratory data analysis mode and want to quickly… Continue reading 11 Tips to Make Plots with Pandas