Krzysztof Smółka · @SmolkaKrzysztof
14 followers · 5 posts · Server techhub.social

Pandas profiling is a module with which we can quickly do an 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

Last updated 3 years ago