pythonでpandas_profilingを使ってデータの雰囲気を掴む
320 ワード
google colabでもjupyter labでもこんな感じで
dfを引数に入れるだけでデータの雰囲気を出してくれます
!pip install pandas_profiling
まずはpandas_profilingをインストール
import pandas_profiling as pdp
pdp.ProfileReport(train_df)
これで分析結果がhtmlで出力されるのでかなり便利です
Author And Source
この問題について(pythonでpandas_profilingを使ってデータの雰囲気を掴む), 我々は、より多くの情報をここで見つけました https://qiita.com/murataka_nttcom/items/694bcf9c0ed4024a4476著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .