来自numpy数组的数据帧,没有数据成为索引

时间:2018-05-04 16:29:48

标签: python arrays pandas numpy dataframe

我有一个使用.value_counts()从数据框创建的数组,显示为

7     600
6     522
8     358
1     336
5     323
11    319
4     316
10    299
12    294
9     278
3     233
2     232
Name: Month, dtype: int64

当我执行以下操作时,结果数据帧将第一列作为索引而不是一列数据。

month_count= pd.DataFrame(month_count)

如何创建可以添加标题的这两列数据?

0 个答案:

没有答案