|||
pandas 将 行号(index索引号)转化为新的列
import pandas as pd
如果是多个索引列,使用 df.reset_index(level=['indexname'])
如果是单个索引值
df['NewColName']=df.index
Archiver|手机版|科学网 ( 京ICP备07017567号-12 )
GMT+8, 2024-11-24 04:46
Powered by ScienceNet.cn
Copyright © 2007- 中国科学报社