File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1942,6 +1942,7 @@ class Timedelta(_Timedelta):
1942
1942
----------
1943
1943
freq : str
1944
1944
Frequency string indicating the rounding resolution.
1945
+ It uses the same units as class contructor :class:`~pandas.Timedelta`.
1945
1946
1946
1947
Returns
1947
1948
-------
@@ -1969,6 +1970,7 @@ class Timedelta(_Timedelta):
1969
1970
----------
1970
1971
freq : str
1971
1972
Frequency string indicating the flooring resolution.
1973
+ It uses the same units as class contructor :class:`~pandas.Timedelta`.
1972
1974
1973
1975
Examples
1974
1976
--------
@@ -1988,6 +1990,7 @@ class Timedelta(_Timedelta):
1988
1990
----------
1989
1991
freq : str
1990
1992
Frequency string indicating the ceiling resolution.
1993
+ It uses the same units as class contructor :class:`~pandas.Timedelta`.
1991
1994
1992
1995
Examples
1993
1996
--------
You can’t perform that action at this time.
0 commit comments