File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
101
101
-i " pandas.DatetimeIndex.indexer_at_time PR01,RT03" \
102
102
-i " pandas.DatetimeIndex.snap PR01,RT03" \
103
103
-i " pandas.DatetimeIndex.to_period RT03" \
104
- -i " pandas.DatetimeIndex.to_pydatetime RT03,SA01" \
105
104
-i " pandas.Grouper PR02" \
106
105
-i " pandas.Index PR07" \
107
106
-i " pandas.Index.append PR07,RT03,SA01" \
Original file line number Diff line number Diff line change @@ -1127,6 +1127,12 @@ def to_pydatetime(self) -> npt.NDArray[np.object_]:
1127
1127
Returns
1128
1128
-------
1129
1129
numpy.ndarray
1130
+ An ndarray of ``datetime.datetime`` objects.
1131
+
1132
+ See Also
1133
+ --------
1134
+ DatetimeIndex.to_julian_date : Converts Datetime Array to float64 ndarray
1135
+ of Julian Dates.
1130
1136
1131
1137
Examples
1132
1138
--------
You can’t perform that action at this time.
0 commit comments