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

Change storage format for times #60

Open
WardLT opened this issue Apr 23, 2024 · 1 comment
Open

Change storage format for times #60

WardLT opened this issue Apr 23, 2024 · 1 comment
Labels
reduction Reducing data size

Comments

@WardLT
Copy link
Contributor

WardLT commented Apr 23, 2024

I'm storing times as floating point numbers. They could be stored better as fixed-point or datetime objects.

@WardLT WardLT added the reduction Reducing data size label Apr 23, 2024
@WardLT
Copy link
Contributor Author

WardLT commented May 3, 2024

Maybe store as numpy datetime objects converted into i8 https://stackoverflow.com/a/23571657

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

No branches or pull requests

1 participant