使用子列读取pandas数据框中的csv

时间:2017-07-12 19:00:07

标签: python csv pandas dataframe

我的CSV数据如下所示:

enter image description here 我想使用read_csv在pandas DataFrame中打开它,但我需要将id作为我的第一个列,将indicator作为id列的子列。 csv中的值列是我的数据帧的索引,它将如下所示:

             Value
ID               1                        2
INDICATOR        1     2     3     4      1     2     3
Date
2015-01-02    11.0  12.0    NaN   NaN    14.0  15.0  16.0
2015-01-03    17.0  18.0    NaN   21.0   20.0  21.0   NaN

0 个答案:

没有答案