Home / BIG DATA / Pandas profiling

Pandas profiling

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’)

Check Also

Pandas get_dummies x Sklearn DictVectorizer

Em machine learning, uma das partes mais importantes é a feature engineering. Este post tratará …

Leave a Reply

Your email address will not be published. Required fields are marked *

PortugueseEnglishFrenchSpanishGerman
Open chat
Precisa de ajuda?