-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add tests for timezone aware ExtensionArrays #11248
Copy link
Copy link
Open
Labels
Description
What is your issue?
We have support for timezones now (suprise!) thanks to ExtensionArray support.
A brief non-exhaustive list of what might be needed to build some confidence here:
- we should add such an array to
create_test_datasetso we have some minimal testing. - we'll need to build DatetimeCoder support: Error saving xr.Dataset with timezone aware time index to netcdf format. #3320
iselstill seems to be broken: Calling.isel()on a timezone-aware dimension/index causes it to lose timezone information #9307
Reactions are currently unavailable