Pandas profiling is a #Python module with which we can quickly do an #ExploratoryDataAnalysis with just a few lines of code:
from pandas_profiling import ProfileReport
report = ProfileReport(df_titanic)
report. to_file(output_file='report.html')
#python #ExploratoryDataAnalysis #eda #datascience #dataviz #DataMining #pandasprofiling
I have indicated this book as obligatory for students on the Exploratory Data Analysis course.
I recommend. Is great.
Author and his book website: https://clauswilke.com/dataviz/
and GitHub: https://github.com/clauswilke/dataviz
#DataStorytelling #DataScience #DataViz #EDA #ExploratoryDataAnalysis
#DataStorytelling #datascience #dataviz #eda #ExploratoryDataAnalysis