Skip to content

Commit ac460d1

Browse files
committed
adding def to pyi-file
1 parent cb6c0e7 commit ac460d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/_libs/missing.pyi

+1
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ def checknull(val: object, inf_as_na: bool = ...) -> bool: ...
1414
def isnaobj(arr: np.ndarray, inf_as_na: bool = ...) -> npt.NDArray[np.bool_]: ...
1515
def isnaobj2d(arr: np.ndarray, inf_as_na: bool = ...) -> npt.NDArray[np.bool_]: ...
1616
def is_numeric_na(values: np.ndarray) -> npt.NDArray[np.bool_]: ...
17+
def is_float_nan(values: np.ndarray) -> npt.NDArray[np.bool_]: ...

0 commit comments

Comments
 (0)