conda install -c conda-forge pandas-profiling
conda install matplotlib=2
!jupyter nbextension enable –py widgetsnbextension
from pandas_profiling import ProfileReport
profile = ProfileReport(dataframe)
# profile
profile.to_file(‘data – profiling.html’)