At the moment a time series channel consists of a Numpy 1d array. Some model might need to know how far in time points are apart from each other. It would be nice to have a function to combine the time series with a start datetime and step size to get a pandas dataframe.
At the moment a time series channel consists of a Numpy 1d array. Some model might need to know how far in time points are apart from each other. It would be nice to have a function to combine the time series with a start datetime and step size to get a pandas dataframe.