Skip to content

DOC: closed and dtype missing from TimedeltaIndex docs #49153

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

Closed
1 task done
bashtage opened this issue Oct 17, 2022 · 4 comments · Fixed by #52628
Closed
1 task done

DOC: closed and dtype missing from TimedeltaIndex docs #49153

bashtage opened this issue Oct 17, 2022 · 4 comments · Fixed by #52628

Comments

@bashtage
Copy link
Contributor

Pandas version checks

  • I have checked that the issue still exists on the latest versions of the docs on main here

Location of the documentation

https://pandas.pydata.org/docs/reference/api/pandas.TimedeltaIndex.html

Documentation problem

Missing two parameters, closed and dtype

Suggested fix for documentation

Add these two parameters with types ane explanation

xref pandas-dev/pandas-stubs#383

@bashtage bashtage added Docs Needs Triage Issue that has not been reviewed by a pandas team member labels Oct 17, 2022
@bashtage bashtage added good first issue and removed Needs Triage Issue that has not been reviewed by a pandas team member labels Oct 17, 2022
@zmwaris1
Copy link

Please assign me this issue I would like to fix it.

@bashtage
Copy link
Contributor Author

@zmwaris1 You can just submit a PR and link to this issue. We don't assign in general.

@zmwaris1
Copy link

Okay thank you.

@keiyanishio
Copy link

Hi @bashtage, I added the two missing parameters in this PR: #49168

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment