DEV Community

Discussion on: How to Perform Exploratory Data Analysis with Python

Collapse
 
chrisgreening profile image
Chris Greening

Hey Phylis thanks for sharing!

A really neat tool I found a while back for pandas is the ydata-profiling library, it takes your DataFrame and outputs a full report about the data with summary stats, visualizations, etc. it's a really fantastic EDA tool!

NOTE: the tool used to be called pandas-profiling but they recently changed it to ydata-profiling just FYI

Decent article about the topic

Collapse
 
phylis profile image
Phylis Jepchumba, MSc

Will check it out!

Collapse
 
mccurcio profile image
Matt Curcio

YES, Love Pandas-Profiling or Ydata-Profiling. Great starter.