Skip to content

Commit d1b924a

Browse files
committed
added see also to min, max, resolution
1 parent 0c401f1 commit d1b924a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pandas/_libs/tslibs/timedeltas.pyx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1900,13 +1900,28 @@ class Timedelta(_Timedelta):
19001900
The minimum representable `Timedelta`, corresponding to the smallest
19011901
duration supported.
19021902
1903+
See Also
1904+
--------
1905+
Timedelta.max : The maximum representable `Timedelta`.
1906+
Timedelta.resolution : The smallest possible difference between non-equal `Timedelta` objects.
1907+
19031908
max : Timedelta
19041909
The maximum representable `Timedelta`, corresponding to the largest
19051910
duration supported.
19061911
1912+
See Also
1913+
--------
1914+
Timedelta.min : The minimum representable `Timedelta`.
1915+
Timedelta.resolution : The smallest possible difference between non-equal `Timedelta` objects.
1916+
19071917
resolution : Timedelta
19081918
The smallest possible difference between non-equal `Timedelta` objects.
19091919
1920+
See Also
1921+
--------
1922+
Timedelta.min : The minimum representable `Timedelta`.
1923+
Timedelta.max : The maximum representable `Timedelta`.
1924+
19101925
See Also
19111926
--------
19121927
Timestamp : Represents a single timestamp in time.

0 commit comments

Comments
 (0)