14 November 2021 3 6K Report

I have data points for 180 days collected at an interval of 15 minutes. But some of the data points are missing. So ideally there should have been 180*24*4 data points but I am having less. If I want to use this data from time series forecasting, what's the best method to handle these missing values?

The easiest method that comes to my mind is to remove the days with less than the required number of data points (24*4). This will preserve the seasonality per day but I am afraid it will destroy the seasonality per week. Is synthesizing the data point from the average better?

Similar questions and discussions