timeseries-generator icon indicating copy to clipboard operation
timeseries-generator copied to clipboard

Generate hourly data

Open nileger opened this issue 3 years ago • 1 comments

First of all, thank you for making this repository public! I enjoy its ease of use and the built-in factors.

Problem description

I'm currently trying to generate revenue data for a bar/restaurant on an hourly basis. As far as I can see, the timeseries-generator only supports generating one data point per day, not per hour.

I tried to generate hourly data like g = Generator(factors={lt}, features=None, date_range=pd.date_range(start='15/9/2021', end='30/9/2021', freq='h')) which didn't work.

Potential solution

Add the possibility to generate hourly data too. If this is a promising idea in your opinion, I'm willing to contribute to the implementation.

Thank you in advance!

nileger avatar Oct 05 '21 16:10 nileger

#5

SlavWolf avatar Jun 04 '19 21:06 SlavWolf