📜  如何从<class 'pandas.core.indexes.numeric.Int64Index'>?q=int64.index - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:44.191000             🧑  作者: Mango

代码示例1
rows = filtered_df.index.values
    RecordIndex=0
    
    for item in rows:
        #print("main :"  , item)
        RecordIndex= item