File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-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.view SA01" \
118
117
-i " pandas.TimedeltaIndex.components SA01" \
119
118
-i " pandas.TimedeltaIndex.microseconds SA01" \
120
119
-i " pandas.TimedeltaIndex.nanoseconds SA01" \
Original file line number Diff line number Diff line change @@ -1469,6 +1469,10 @@ cdef class _Timedelta(timedelta):
1469
1469
dtype : str or dtype
1470
1470
The dtype to view the underlying data as.
1471
1471
1472
+ See Also
1473
+ --------
1474
+ Timedelta.asm8 : Return a numpy timedelta64 array scalar view.
1475
+
1472
1476
Examples
1473
1477
--------
1474
1478
>>> td = pd.Timedelta('3D')
You can’t perform that action at this time.
0 commit comments