当前位置:主页 > 软件编程 > Python代码 >
时间:2021-07-21 08:23:51 | 栏目:Python代码 | 点击:次
下面代码实现了将df中的column列作为index
df.set_index(["Column"], inplace=True)