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 aaa3e99 commit aa30678Copy full SHA for aa30678
pandas/_libs/tslibs/timedeltas.pyi
@@ -95,7 +95,7 @@ class Timedelta(timedelta):
95
def __new__( # type: ignore[misc]
96
cls: type[Self],
97
value=...,
98
- unit: str | None = ...,
+ input_unit: str | None = ...,
99
**kwargs: float | np.integer | np.floating,
100
) -> Self | NaTType: ...
101
@classmethod
pandas/_libs/tslibs/timestamps.pyi
@@ -51,7 +51,7 @@ class Timestamp(datetime):
51
*,
52
nanosecond: int | None = ...,
53
tz: _TimeZones = ...,
54
- unit: str | int | None = ...,
55
fold: int | None = ...,
56
57
0 commit comments