Skip to content

DOC: Distinguish between Series.round and Series.dt.round #60181

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
eightyseven opened this issue Nov 4, 2024 · 2 comments · Fixed by #60187
Closed
1 task done

DOC: Distinguish between Series.round and Series.dt.round #60181

eightyseven opened this issue Nov 4, 2024 · 2 comments · Fixed by #60187
Assignees
Labels
Datetime Datetime data dtype Docs

Comments

@eightyseven
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/pandas-docs/stable/reference/api/pandas.Series.round.html#pandas.Series.round

Documentation problem

When using Series.round, it does not work on date data.

Suggested fix for documentation

Adding Series.dt.round in the "See also" section would make it more convenient for users to find the relevant documentation.
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.dt.round.html

@eightyseven eightyseven added Docs Needs Triage Issue that has not been reviewed by a pandas team member labels Nov 4, 2024
@ZKaoChi
Copy link
Contributor

ZKaoChi commented Nov 4, 2024

I think it worth changing, can I take it?

@rhshadrach rhshadrach added Datetime Datetime data dtype and removed Needs Triage Issue that has not been reviewed by a pandas team member labels Nov 4, 2024
@Swati-Sneha
Copy link
Contributor

take

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Datetime Datetime data dtype Docs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants