'Append predicted values from timeseries analysis to dataset python
I have a problem appending my forecasted values to my data.
My data is looking like the following:

and my predicted values looks like the following:
Can anybody help? I have tried appending with the following for-loop, but with no success:
for row in forecasts_predicted1:
data.append(row)
But with no luck, as the predicted value row is just the number.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
