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 d4dba0e commit 047f1deCopy full SHA for 047f1de
pandas/core/dtypes/missing.py
@@ -93,7 +93,7 @@ def isna(
93
def isna(obj: object) -> bool | npt.NDArray[np.bool_] | NDFrame: ...
94
95
96
-# @set_module("pandas")
+@set_module("pandas")
97
def isna(obj: object) -> bool | npt.NDArray[np.bool_] | NDFrame:
98
"""
99
Detect missing values for an array-like object.
0 commit comments