Using Pandas Profiling to Accelerate Our Exploratory Analysis

Daniel Morales
Mar 02, 2021

Contents Outline

Using Pandas Profiling to Accelerate Our Exploratory Analysis

Mar 02, 2021 17 seconds read

Pandas Profiling is a library that generates reports from a pandas DataFrame. The pandas df.describe() function that we normally use in Pandas is great but it is a bit basic for a more serious and detailed exploratory data analysis. pandas_profiling extends the pandas DataFrame with df.profile_report() for a quick data analysis.
Join our private community in Discord

Keep up to date by participating in our global community of data scientists and AI enthusiasts. We discuss the latest developments in data science competitions, new techniques for solving complex challenges, AI and machine learning models, and much more!