pandas from csv
#ちょっと挙動が違う # indexを補完してくれる pd.read_csv('./20170119.csv') # 最初の列がindexになる pd.DataFrame.from_csv('./20170119.csv')