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 c21ec52 commit aebf6b1Copy full SHA for aebf6b1
pandas/_libs/tslibs/timedeltas.pyi
@@ -70,6 +70,7 @@ def array_to_timedelta64(
70
values: npt.NDArray[np.object_],
71
unit: str | None = ...,
72
errors: str = ...,
73
+ creso: int = ...,
74
) -> np.ndarray: ... # np.ndarray[m8ns]
75
def parse_timedelta_unit(unit: str | None) -> UnitChoices: ...
76
def delta_to_nanoseconds(
0 commit comments