添加索引 data.index.append(pd.Index(['b'])) 然后给其他列赋值 data.loc['b', 'id'] = [1]
本文标题:dataframe 新增一行指定索引的数据
本文链接:https://www.haomeiwen.com/subject/awijqqtx.html
网友评论