How to perform a comprehensive exploratory data analysis with 3 lines of code in Python
Exploratory data analysis can be a breeze with Pandas Profiling.
Published in
5 min readJan 1, 2022
--
The first most important step in data analysis is to perform a exploratory data analysis (EDA). EDA involves inspecting for null and duplicate values, data preprocessing, assessing distribution of each variable…