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 8fb7c7c commit 319d86aCopy full SHA for 319d86a
pandas-stubs/_libs/tslibs/timedeltas.pyi
@@ -102,7 +102,7 @@ class Timedelta(timedelta):
102
value: int
103
def __new__(
104
cls,
105
- value: str | int | Timedelta | timedelta | np.timedelta64 | float = ...,
+ value: str | float | Timedelta | timedelta | np.timedelta64 = ...,
106
unit: TimeDeltaUnitChoices = ...,
107
*,
108
days: float | np.integer | np.floating = ...,
0 commit comments