Skip to content

Commit 4e6e36b

Browse files
committed
Match doc of total_seconds method in nattype.pyx
1 parent 1c0a118 commit 4e6e36b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pandas/_libs/tslibs/nattype.pyx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,11 @@ class NaTType(_NaT):
493493
"""
494494
Total seconds in the duration.
495495
496+
See Also
497+
--------
498+
Timedelta.seconds : Returns the seconds component of the timedelta.
499+
Timedelta.microseconds : Returns the microseconds component of the timedelta.
500+
496501
Examples
497502
--------
498503
>>> td = pd.Timedelta('1min')

0 commit comments

Comments
 (0)