scikit-lego icon indicating copy to clipboard operation
scikit-lego copied to clipboard

[FEATURE] More time parameters on make_simpleseries

Open GonxoMR opened this issue 4 years ago • 1 comments

Good morning,

currently make_simple_series only generates daily data, this is not fit for my example where I reed a higher granularity. Given that in order to generate dates it is using pd.date_range, I want to add those parameters in the generation of the time dimension.

Alaso the possibility to set the time as an index or even to create the object as pd.Series if input.

Thank you, Gonxo

GonxoMR avatar Sep 29 '20 09:09 GonxoMR

I'm open to adding such a feature. I only wonder if we want to add parameters to the existing function or to create another function for the more elaborate use-case.

koaning avatar Oct 26 '20 08:10 koaning