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

Create timeseries dataset #9

Open
MrPowers opened this issue Sep 3, 2024 · 0 comments
Open

Create timeseries dataset #9

MrPowers opened this issue Sep 3, 2024 · 0 comments

Comments

@MrPowers
Copy link
Contributor

MrPowers commented Sep 3, 2024

Dask has a cool timeseries dataset, see here.

It creates tables like this:

timestamp                      id        name         x                y
2000-01-01 00:00:00   967    Jerry       -0.031348 -0.040633
2000-01-01 00:00:01   1066   Michael   -0.262136  0.307107
2000-01-01 00:00:02   988    Wendy     -0.526331  0.128641
2000-01-01 00:00:03  1016    Yvonne     0.620456  0.767270
2000-01-01 00:00:04   998    Ursula      0.684902 -0.463278

It doesn't have to be exactly like this dataset.

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

1 participant