美文网首页
dataframe 新增一行指定索引的数据

dataframe 新增一行指定索引的数据

作者: 思君颜如玉 | 来源:发表于2018-11-23 16:04 被阅读0次

    添加索引
    data.index.append(pd.Index(['b']))
    然后给其他列赋值
    data.loc['b', 'id'] = [1]

    相关文章

      网友评论

          本文标题:dataframe 新增一行指定索引的数据

          本文链接:https://www.haomeiwen.com/subject/awijqqtx.html