Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

arima A date index has been provided, but it has no associated frequency information and so will be ignored when e.g. forecasting

df.index = pd.DatetimeIndex(df.index).to_period('M')
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #arima #A #date #index #frequency #information #forecasting
ADD COMMENT
Topic
Name
4+9 =