Pandas profiling

Posted on fre 04 oktober 2019 in Programming

I found out about Pandas Profiling from this week's PyCoder's Weekly and I must say that it looks very interesting.

In short, it's pandas.dataframe.describe() on steroids and will give an interactive html page with plenty of descriptive statistics and plots on your data frame. Perfect for exploration! I haven't tried it yet, but I sure will and this post is mostly so that I won't forget this...

Below is a screen shot showing profiling of the Titanic data.

pandas profiling screenshot