!pip install https://github.com/pandas-profiling/pandas-profiling/archive/master.zip from pandas_profiling import ProfileReport profile = ProfileReport(df, title='Pandas Profiling Report', explorative=True) profile.to_widgets()