autoEDA in Python: Pandas Profiling Example

autoEDA Python

Run automatic EDA (Exploratory Data Analysis) in Python

With 2 lines of Python code you’ll get a HTML report with all the important EDA aspects you need to understand your raw data.

  • Install pandas_profiling:

pip install pandas_profiling

  • Import pandas_profiling:

from pandas_profiling import ProfileReport

  • Create the autoEDA report:

profile = ProfileReport(rawdataTbl, title="Profiling Report")

profile.to_file("Profiling Report.html")

Check this website if you need additional configuration for your report: https://pypi.org/project/pandas-profiling/

 

 

This is a personal blog. My opinion on what I share with you is that “All models are wrong, but some are useful”. Improve the accuracy of any model I present and make it useful!

Any comments are welcome

Share this post

Related articles

Cristina Gurguta

content creator

Welcome to www.thebabydatascientist.com! I’m Cristina, a Senior Machine Learning Operations Lead and a proud mom of two amazing daughters. Here, we help nurture your data science career and offer insane data-driven designs for shopping. Join us on this exciting journey of balancing work and family in a data-driven world!

Cristina Gurguta

My personal favourites
Explore