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
Hey Phylis thanks for sharing!
A really neat tool I found a while back for
pandas
is theydata-profiling
library, it takes yourDataFrame
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 toydata-profiling
just FYIDecent article about the topic
Will check it out!
YES, Love Pandas-Profiling or Ydata-Profiling. Great starter.