Timeseries: What ist the best way to fill missing sequncial missing dates?
Hi,
I wanted to know how to handle missing dates in time series when the missing values exceed just single date between two known dates? For example we do have a missing week ? or n consequently dates, n can be any natural number. Thank you in advance.
George
1 answers ( 0 marked as helpful)
Hey George,
Thanks for reaching out!
So, there are numerous way to handle missing data in time series and we just showed you the fastest ones.
A slower but probably more realistic approach would be to go through the data with a loop and replace every missing value with the one before it plus some random white noise.
Best,
365 Vik