-
-
Notifications
You must be signed in to change notification settings - Fork 328
[v3] support for datetime and timedelta dtypes #2616
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
Comments
* Add support for the datetime dtypes * Add support for the timedelta dtypes * Add test to validate the fill values for for datetime * Add test to validate the fill values for for timedelta
* Add support for the datetime dtypes * Add support for the timedelta dtypes * Add test to validate the fill_values for for datetime * Add test to validate the fill_values for for timedelta * Add towncrier file for changes
* Add support for the datetime dtypes * Add support for the timedelta dtypes * Add test to validate the fill_values for for datetime * Add test to validate the fill_values for for timedelta * Add towncrier file for changes
Hey Joe! All our zarr stores use the datetime type for our time dimension variable. It sounds like we'll have to transform all our zarr stores or help you make the change to support this data. What kind of effort do you think would be required for relative newbies to add datetime data type support to zarr v3? |
#2874 should be merged in the next week or so and will include support for datetime dtypes. |
Oh I'm sorry. My eyes went right over the links in this ticket for some reason. Thank you. |
We are now actively in the process of updating our code. It looks as though #2874 has not been merged. Any idea on the ETA? Do we need to delay our migration? |
Zarr-Python 2 supported datetime and timedelta dtypes. This functionality has not made it into Zarr-Python 3 yet (in part because the v3 spec does not have established extension dtypes for these yet).
Example of the behavior for Zarr 2:
This issue tracks the development of datetime and timedelta support in Zarr-Python 3.
The text was updated successfully, but these errors were encountered: