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

Timestamp is missing in time series data generator #37

Open
Manonandan opened this issue Sep 4, 2023 · 1 comment
Open

Timestamp is missing in time series data generator #37

Manonandan opened this issue Sep 4, 2023 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers 🏅 very low MoSCoW: Wont-have (Would-have)

Comments

@Manonandan
Copy link

This doesn't return a dataset with a timestamp. I can add my own timestamps. But it would be better I could configure the start date and time and get the timestamp for each datapoint.

@SebastianSchmidl
Copy link
Member

Yes, GutenTAG only produces the time series' values because it does not support variable sampling frequencies. We assume equidistant time steps. You can add the desired index or timestamps to the time series afterward.

What does your use case look like?

@SebastianSchmidl SebastianSchmidl added enhancement New feature or request good first issue Good for newcomers 🏅 very low MoSCoW: Wont-have (Would-have) labels Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers 🏅 very low MoSCoW: Wont-have (Would-have)
Projects
None yet
Development

No branches or pull requests

2 participants