How to Automate Exploratory Data Analysis (EDA)

Опубликовано: 24 Март 2026
на канале: IamPython
499
15

EDA is performed to visualize what data is telling us before implementing any formal modelling or creating a hypothesis testing model. There are some analysis we do same for almost all datasets. if you want automate base stats and analysis you can use Python based open source platforms.

In this video, i discussed about Pandas Profiling module which can provide greater insights on pandas data frame (Dataset).

Official Website:
https://github.com/pandas-profiling/p...

Installation:
You can install by using PIP and Conda CLI interfaces.

pip install pandas-profiling[notebook]
conda install -c conda-forge pandas-profiling


Watch other AI videos
----------------
DataScience Dialogue - Open Source GPU DataScience #1
   • Open Source Accelerated GPU DataScience  #1  ​

DataScience Dialogue - AutoML and DataRobot Demo
   • DataRobot  For AutoML |  AI Robot Demo | N...  ​


📱Please join in 🎭 Our Social Networking platforms🎭 for quick updates
————————————————-
🎣 Facebook :   / ​​​  
🎣 Instagram :   / ​​​  
🎣 Twitter:   / ​​​  
🎣 LinkedIn :   / iamp​​​.  .
🎣 Telegram : https://t.me/iampythoner​​​


#pandas #pandasprofilling #automateEDA