Closed
Description
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".