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 …