-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Wrong output in the example of Timedelta.isoformat #38311
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
not sure what the issue is, aren't these the same |
@arw2019 The issue is the outptut of
|
is this an issue in the docs or with Timedelta? |
Only related to the docs. |
pandas/pandas/_libs/tslibs/timedeltas.pyx Lines 1086 to 1098 in d85e9a2
|
@gurukiran07 Thanks for the report. Interested in submitting a PR? |
@simonjayhawkins Yes, will submit. How do I assign it to myself? "take" did not work. |
strange. done it manually. |
Just wanted to ask can someone else also do issues which have been assigned? |
In the future could you please paste the code instead of a screenshot? Else searching through old issues becomes near impossible |
Hey @MarcoGorelli |
Looks like there's already a PR to close it #38579 @gurukiran07 I hadn't noticed you'd already assigned yourself here - unless you already have a PR ready, shall we leave it to them, as they're a first-time contributor? |
@MarcoGorelli Yes sure fine. I haven't really had the time to time make a PR. Glad some else did. My bad should've unassigned myself quicker. |
Location of the documentation
pandas.Timedelta.isoformat
Documentation problem
The output on an example in the docs has the wrong output(
Timedelta.isoformat
works fine)While it should've been
'P0DT1H0M10S'
The text was updated successfully, but these errors were encountered: