dataframe 获取列名和行索引名称indexs = df._stat_axis.values.tolist() # 行名称columns = df.columns.values.tolist() #列名一、增加列和行二、 ...
確定! 回上一頁