I have a timeseries data where X1 column is my frequency column. I have seasonality column which is repetitive in nature (values repeating in every 5 days). I have third column which is sum of above two mentioned columns.
I want to create mechanism in such a way that whenever new X1 values comes, then seasonlity component would be added from where it has ended. For ex if new data comes on 25-07-2019 the 0.3 to be added to X1 column and similarly -0.2, 0.5 will be added if data comes on 26-07-2019 and 27-07-2019.
