File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
114
114
-i " pandas.Timedelta.min PR02" \
115
115
-i " pandas.Timedelta.resolution PR02" \
116
116
-i " pandas.Timedelta.to_numpy PR01" \
117
- -i " pandas.Timedelta.to_timedelta64 SA01" \
118
117
-i " pandas.Timedelta.total_seconds SA01" \
119
118
-i " pandas.Timedelta.view SA01" \
120
119
-i " pandas.TimedeltaIndex.components SA01" \
Original file line number Diff line number Diff line change @@ -1403,6 +1403,14 @@ cdef class _Timedelta(timedelta):
1403
1403
"""
1404
1404
Return a numpy.timedelta64 object with 'ns' precision.
1405
1405
1406
+ Returns
1407
+ -------
1408
+ numpy.timedelta64
1409
+
1410
+ See Also
1411
+ --------
1412
+ Timedelta.to_numpy : Alias method.
1413
+
1406
1414
Examples
1407
1415
--------
1408
1416
>>> td = pd.Timedelta(' 3D' )
You can’t perform that action at this time.
0 commit comments