We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8da317c commit 039af7eCopy full SHA for 039af7e
pandas/_libs/tslibs/timedeltas.pyx
@@ -1868,7 +1868,8 @@ class Timedelta(_Timedelta):
1868
Input value.
1869
unit : str, default 'ns'
1870
If input is an integer, denote the unit of the input.
1871
- If input is a float, denote the unit of the integer part and proportionally convert the decimal part.(If unit=None, ignore the decimal part.)
+ If input is a float, denote the unit of integer parts.
1872
+ (If unit = None, ignore decimal parts. Otherwise proportionally convert them.)
1873
1874
Possible values:
1875
0 commit comments