pandas获取索引行数据

index=df.index
data = df.loc[index,:]

猜你喜欢

转载自blog.csdn.net/qq_16792139/article/details/119997259
今日推荐