Skip to content

Commit b9bfc01

Browse files
authored
DOC: update DatetimeTZDtype unit limitation (#58213)
* doc: update DatetimeTZDtype unit limitation * fix description
1 parent 4fe49b1 commit b9bfc01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/dtypes/dtypes.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -698,8 +698,8 @@ class DatetimeTZDtype(PandasExtensionDtype):
698698
Parameters
699699
----------
700700
unit : str, default "ns"
701-
The precision of the datetime data. Currently limited
702-
to ``"ns"``.
701+
The precision of the datetime data. Valid options are
702+
``"s"``, ``"ms"``, ``"us"``, ``"ns"``.
703703
tz : str, int, or datetime.tzinfo
704704
The timezone.
705705

0 commit comments

Comments
 (0)