File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
103
103
-i " pandas.DatetimeIndex.std PR01,RT03" \
104
104
-i " pandas.DatetimeIndex.to_period RT03" \
105
105
-i " pandas.DatetimeIndex.to_pydatetime RT03,SA01" \
106
- -i " pandas.DatetimeTZDtype SA01" \
107
106
-i " pandas.Grouper PR02" \
108
107
-i " pandas.Index PR07" \
109
108
-i " pandas.Index.append PR07,RT03,SA01" \
Original file line number Diff line number Diff line change @@ -717,6 +717,11 @@ class DatetimeTZDtype(PandasExtensionDtype):
717
717
ZoneInfoNotFoundError
718
718
When the requested timezone cannot be found.
719
719
720
+ See Also
721
+ --------
722
+ numpy.datetime64 : Numpy data type for datetime.
723
+ datetime.datetime : Python datetime object.
724
+
720
725
Examples
721
726
--------
722
727
>>> from zoneinfo import ZoneInfo
You can’t perform that action at this time.
0 commit comments