I’m working on a time series dataset (hourly sensor data) and noticed there are irregular gaps in the timestamps. What’s the best node or strategy to fill in missing time steps in KNIME before feeding it into a forecasting model like Prophet or ARIMA?
I’m currently using “Missing Value” but not sure if that’s the right way to re-index time or interpolate missing rows. Would love to know how others handle this.