-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Implement ISO8601 durations as addition for Offset Aliases #22815
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
I think this is a reasonable suggestion. IIRC @WillAyd allowed |
Agreed this makes sense. Support for |
Maybe this could be reused - https://bitbucket.org/nielsenb/aniso8601 |
Compatibility with ISO8601 durations may not be possible before #22864 is resolved, because "P1D" (an ISO8601 nominal duration of 1 day) denotes a calendar day rather than 24 hours. |
Code Sample, a copy-pastable example if possible
Problem description
https://en.wikipedia.org/wiki/ISO_8601#Durations
Current behavior uses non standardized markup for time duration, wich can cause errors and confusion. Implementing ISO8601 duration grantees standardized solution for time duration in PANDAS. It does not have to replace the current system rather extend it.
The text was updated successfully, but these errors were encountered: