Skip to content

Commit ed71b5b

Browse files
authored
doc: update DatetimeTZDtype unit limitation
1 parent b1525c4 commit ed71b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/dtypes/dtypes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ class DatetimeTZDtype(PandasExtensionDtype):
699699
----------
700700
unit : str, default "ns"
701701
The precision of the datetime data. Currently limited
702-
to ``"ns"``.
702+
to ``"s"``, ``"ms"``, ``"us"``, ``"ns"``.
703703
tz : str, int, or datetime.tzinfo
704704
The timezone.
705705

0 commit comments

Comments
 (0)