每月对Dataframe,Pandas重新采样后索引错误

时间:2018-09-27 00:10:05

标签: python pandas dataframe

我的DataFrame具有以下格式:

enter image description here

我按月对值进行重新采样,但问题是,即使数据时间索引也从2017-07-08开始,按月分组并找到平均值的Date列也从2017-01-31开始。 (从2017年1月到2017年8月,我的DataFrame中根本没有数据)。数据记录从2017年8月开始。

enter image description here

enter image description here

能否请您给我一些见识以了解正在发生的事情?

0 个答案:

没有答案