epodium / time_series_generator

Create synthetic time series data
Apache License 2.0
0 stars 0 forks source link

Datetime index #13

Closed sverhoeven closed 3 years ago

sverhoeven commented 3 years ago

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.

eriktks commented 3 years ago

Issue migrated to sequgen/sequgen#28