Pandas Profile

PHOTO EMBED

Fri Aug 04 2023 07:02:18 GMT+0000 (Coordinated Universal Time)

Saved by @smaran #pandas #profile

pip install pandas-profiling

from pandas_profiling import ProfileReport
profile = ProfileReport(master_data, title="OMI v3.5 Profile Report")
profile.to_file("OMIv3.5_profilereport.html")
content_copyCOPY

https://www.analyticsvidhya.com/blog/2021/06/generate-reports-using-pandas-profiling-deploy-using-streamlit/