File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -1900,28 +1900,13 @@ class Timedelta(_Timedelta):
1900
1900
The minimum representable `Timedelta`, corresponding to the smallest
1901
1901
duration supported.
1902
1902
1903
- See Also
1904
- --------
1905
- Timedelta.max : The maximum representable `Timedelta`.
1906
- Timedelta.resolution : The smallest possible difference between non-equal `Timedelta` objects.
1907
-
1908
1903
max : Timedelta
1909
1904
The maximum representable `Timedelta`, corresponding to the largest
1910
1905
duration supported.
1911
1906
1912
- See Also
1913
- --------
1914
- Timedelta.min : The minimum representable `Timedelta`.
1915
- Timedelta.resolution : The smallest possible difference between non-equal `Timedelta` objects.
1916
-
1917
1907
resolution : Timedelta
1918
1908
The smallest possible difference between non-equal `Timedelta` objects.
1919
1909
1920
- See Also
1921
- --------
1922
- Timedelta.min : The minimum representable `Timedelta`.
1923
- Timedelta.max : The maximum representable `Timedelta`.
1924
-
1925
1910
See Also
1926
1911
--------
1927
1912
Timestamp : Represents a single timestamp in time.
Original file line number Diff line number Diff line change 18
18
NaTType ,
19
19
)
20
20
from pandas ._libs .tslibs .timedeltas import (
21
- Timedelta ,
21
+ Timedelta as _Timedelta ,
22
22
disallow_ambiguous_unit ,
23
23
parse_timedelta_unit ,
24
24
)
You can’t perform that action at this time.
0 commit comments