File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-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.total_seconds SA01" \
118
117
-i " pandas.Timedelta.view SA01" \
119
118
-i " pandas.TimedeltaIndex.components SA01" \
120
119
-i " pandas.TimedeltaIndex.microseconds SA01" \
Original file line number Diff line number Diff line change @@ -1189,6 +1189,11 @@ cdef class _Timedelta(timedelta):
1189
1189
"""
1190
1190
Total seconds in the duration.
1191
1191
1192
+ See Also
1193
+ --------
1194
+ Timedelta.seconds : Returns the seconds component of the timedelta.
1195
+ Timedelta.microseconds : Returns the microseconds component of the timedelta.
1196
+
1192
1197
Examples
1193
1198
--------
1194
1199
>>> td = pd.Timedelta(' 1min' )
You can’t perform that action at this time.
0 commit comments