How to use Pandas-Profiling on Google Colab

Automated exploratory data analysis using Pandas Profiling in Jupyter on Google Colab

Aishah Ismail
Python in Plain English
3 min readSep 2, 2020

--

Image combined by Author, taken from GitHub and Reconstrue Brightfield on Colab

Recently, pandas have come up with an amazing open-source library called pandas-profiling. Generally, EDA starts by df.describe(), df.info() and etc which to be done separately. Pandas_profiling extends the general data frame report using a single…

--

--