Pandas hist()

1 개요[ | ]

Pandas hist()
  • Pandas 데이터프레임으로 히스토그램을 만드는 함수
import pandas as pd
df = pd.read_csv("https://download.mlcc.google.com/mledu-datasets/california_housing_train.csv")
df.hist('housing_median_age')

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}