

You can download this dataset from Kaggle by clicking here. We will see how can we perform an analysis on this dataset using pandas-profiling. Here we will be using House Prices - Advanced Regression Techniques dataset. Once the libraries are installed, you need to load one dataset on which we can generate the analysis report using pandas-profiling library.Īfter installing pandas-profiling, we would load one dataset. Run these commands into Google Colab notebook or in Jupyter notebook on the local system to install these libraries using these commands: !pip install pandas !pip install pandas-profiling Within a minute, you get the analysis report for your whole datasets. This really saves you from writing lots of code. It provides a descriptive analysis of any dataset which is loaded in a data frame using pandas. This generated report can also be saved as separate HTML and JSON files. This pandas-profiling library provides you with a method to generate the analysis report of the given data frame.
