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 095f8d1 commit eedc1b5Copy full SHA for eedc1b5
pandas/_libs/missing.pyi
@@ -14,4 +14,4 @@ def isneginf_scalar(val: object) -> bool: ...
14
def checknull(val: object) -> bool: ...
15
def isnaobj(arr: np.ndarray) -> npt.NDArray[np.bool_]: ...
16
def is_numeric_na(values: np.ndarray) -> npt.NDArray[np.bool_]: ...
17
-def is_pdna_or_none(values: npt.ndarray) -> npt.NDArray[np.bool_]: ...
+def is_pdna_or_none(values: np.ndarray) -> npt.NDArray[np.bool_]: ...
0 commit comments