df = pd.read_csv('./data.csv',index_col=0)
文件第一列(或某一列)作为索引 -- Pandas
最新推荐文章于 2025-05-08 08:24:00 发布
df = pd.read_csv('./data.csv',index_col=0)