Pandas Profiling

Data profiling using pandas library.

Sweetviz Profile

import sweetviz as sv
report = sv.analyze(df)
report.show_notebook()
    

Last modified May 24, 2024: Update pandas_profile.md (5651085)