Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate hourly data #2

Open
nileger opened this issue Oct 5, 2021 · 1 comment
Open

Generate hourly data #2

nileger opened this issue Oct 5, 2021 · 1 comment

Comments

@nileger
Copy link
Contributor

nileger commented Oct 5, 2021

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!

@ymwdalex
Copy link
Collaborator

ymwdalex commented Oct 5, 2021

It sounds a good idea, @NilsLeger. Thanks a lot in advance if you are willing to contribute to the implementation!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants