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 @@ -211,7 +211,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
211
211
-i " pandas.Series.to_frame SA01" \
212
212
-i " pandas.Series.to_markdown SA01" \
213
213
-i " pandas.Series.update PR07,SA01" \
214
- -i " pandas.Timedelta.as_unit SA01" \
215
214
-i " pandas.Timedelta.asm8 SA01" \
216
215
-i " pandas.Timedelta.ceil SA01" \
217
216
-i " pandas.Timedelta.components SA01" \
Original file line number Diff line number Diff line change @@ -1731,6 +1731,12 @@ cdef class _Timedelta(timedelta):
1731
1731
-------
1732
1732
Timedelta
1733
1733
1734
+ See Also
1735
+ --------
1736
+ Timedelta : Represents a duration, the difference between two dates or times.
1737
+ to_timedelta : Convert argument to timedelta.
1738
+ Timedelta.asm8 : Return a numpy timedelta64 array scalar view.
1739
+
1734
1740
Examples
1735
1741
--------
1736
1742
>>> td = pd.Timedelta('1001ms')
You can’t perform that action at this time.
0 commit comments