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.
1 parent 387e356 commit 2f5e12aCopy full SHA for 2f5e12a
pandas/core/dtypes/dtypes.py
@@ -698,8 +698,8 @@ class DatetimeTZDtype(PandasExtensionDtype):
698
Parameters
699
----------
700
unit : str, default "ns"
701
- The precision of the datetime data. Currently limited
702
- to ``"ns"``.
+ The precision of the datetime data. Valid options are
+ ``"s"``, ``"ms"``, ``"us"``, ``"ns"``.
703
tz : str, int, or datetime.tzinfo
704
The timezone.
705
0 commit comments