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 542851d commit 9a1194fCopy full SHA for 9a1194f
pandas/_libs/tslibs/strptime.pyi
@@ -9,6 +9,7 @@ def array_strptime(
9
errors: str = ...,
10
utc: bool = ...,
11
creso: int = ..., # NPY_DATETIMEUNIT
12
+ threshold: float = ...,
13
) -> tuple[np.ndarray, np.ndarray]: ...
14
15
# first ndarray is M8[ns], second is object ndarray of tzinfo | None
0 commit comments