Skip to content
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

DOC: DatetimeTZDtype unit limitation is not updated #58212

Closed
1 task done
yokomotod opened this issue Apr 10, 2024 · 1 comment · Fixed by #58213
Closed
1 task done

DOC: DatetimeTZDtype unit limitation is not updated #58212

yokomotod opened this issue Apr 10, 2024 · 1 comment · Fixed by #58213
Labels
Docs Needs Triage Issue that has not been reviewed by a pandas team member

Comments

@yokomotod
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/dev/reference/api/pandas.DatetimeTZDtype.html

unit: str, default “ns”
The precision of the datetime data. Currently limited to "ns".****

Documentation problem

The document says Currently limited to "ns"., but actually DatetimeTZDtype seems to support non-nano since #47120

Suggested fix for documentation

It should be like Currently limited to "s", "ms", "us", "ns".

@yokomotod yokomotod added Docs Needs Triage Issue that has not been reviewed by a pandas team member labels Apr 10, 2024
@yokomotod
Copy link
Contributor Author

I submit #58213

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs Needs Triage Issue that has not been reviewed by a pandas team member
Projects
None yet
1 participant