OKADA LABO

[Python][Pandas]の記述の簡単メモ

import pandas as pd
house = pd.read_csv('hoge.csv')
house.head()
#あたま5件出力