-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Timedelta not parsing ISO-8601 strings properly #29773
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
Thanks for the suggestion. Duplicate of #22815 |
Is this really a duplicate? Things are implemented but do not work as expected. |
This is the duplicate: #25422 |
Additionally, the first example shows that a syntactically valid duration is not handled correctly |
Ah my mistake. I had though we didn't support ISO 8601 durations yet. Right, this definitely looks like a parsing error then. Thanks for the report! |
Negative durations are also broken:
As are the examples from the Moment docs. |
take |
Code Sample, a copy-pastable example if possible
and
Problem description
The ISO strings should be parsed correctly and provide valid output
as described here and shown here
Expected Output
First example and second example should have output
Output of
pd.show_versions()
I had the same outputs locally and on google cola
Versions
The text was updated successfully, but these errors were encountered: