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 039af7e commit 53559a4Copy full SHA for 53559a4
pandas/_libs/tslibs/timedeltas.pyx
@@ -1868,8 +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 integer parts.
1872
- (If unit = None, ignore decimal parts. Otherwise proportionally convert them.)
+ If input is a float, denote the unit of the integer parts.
+ (The decimal parts with an accuracy higher than 1 nanosecond are ignored.)
1873
1874
Possible values:
1875
0 commit comments