将键添加为数据框中的列

时间:2019-04-07 23:26:24

标签: python pandas

我的数据集如下

df = pd.DataFrame(数据,列= ['apple','coconut','r'])

   apple  coconut   r
     5      11      4
     5      12      5
     6      13     50
     7      17     56
     8      21     60
     10     33     75

我尝试使用DataFrame.index 但无法在列中添加

我想最初为row_index添加一列,直到我们获得像图片附件中附加的数据为止。 通过使用pandas命令而不修改我的原始数据。有什么建议吗?

先谢谢。 enter image description here

0 个答案:

没有答案