Tagged Questions
4
votes
4answers
2k views
Is there easy way in python to extrapolate data points to the future?
I have a simple numpy array, for every date there is a data point. Something like this:
>>> import numpy as np
>>> from datetime import date
>>> from datetime import date
...