We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
main
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".****
The document says Currently limited to "ns"., but actually DatetimeTZDtype seems to support non-nano since #47120
Currently limited to "ns".
DatetimeTZDtype
It should be like Currently limited to "s", "ms", "us", "ns".
Currently limited to "s", "ms", "us", "ns".
The text was updated successfully, but these errors were encountered:
I submit #58213
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Pandas version checks
main
hereLocation of the documentation
https://pandas.pydata.org/docs/dev/reference/api/pandas.DatetimeTZDtype.html
Documentation problem
The document says
Currently limited to "ns".
, but actuallyDatetimeTZDtype
seems to support non-nano since #47120Suggested fix for documentation
It should be like
Currently limited to "s", "ms", "us", "ns".
The text was updated successfully, but these errors were encountered: