Python Time Series has been differenced, how do I undifference to make the values normal again

后端 未结 0 1392
日久生厌
日久生厌 2021-01-01 05:52

I\'m working on a time series, it has a index as dates and a values field. I used these 2 lines to difference the data.

df[\'value2\'] = (df[\'value\'] - df.v         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题