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 2cb18b1 commit d4dba0eCopy full SHA for d4dba0e
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