アットウィキロゴ

ぴゅうう

import pandas as pd
n = ['a', 'b', 'c', 'd', 'message']
df=pd.read_csv('ex2.csv', names=n)
print(df)
最終更新:2017年12月23日 04:11