df = pd.read_csv('./data.csv',index_col=0)
文件第一列(或某一列)作为索引 -- Pandas
最新推荐文章于 2023-04-26 11:51:27 发布
df = pd.read_csv('./data.csv',index_col=0)