dataframe 新增一行指定索引的数据2018-11-23 本文已影响0人 思君颜如玉 添加索引 data.index.append(pd.Index(['b'])) 然后给其他列赋值 data.loc['b', 'id'] = [1]