Error Loading pandas_profiling

Pandas profiling is good, but sometimes install and make it ready to use is a hassle. Here is one error that I was encountered when I use pandas_profiling From stackoverflow, I need to install ipywidgets version 7.5 Installing it and it works fine. Here are sample result from my previous blog post Easy Data Understanding …

Easy Data Understanding Using pandas_profiling

How do you usually explore new dataset? By checking the file and the column one by one. The checking include: a. Number of column and row b. Data type of each column c. Missing data in each column d. Distribution of each column e. Correlation between column This checking task is tedious, especially if we …