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 847f2f3 commit 8570c70Copy full SHA for 8570c70
pandas/core/generic.py
@@ -7309,7 +7309,7 @@ def isna(self: FrameOrSeries) -> FrameOrSeries:
7309
-------
7310
{klass}
7311
Mask of bool values for each element in {klass} that
7312
- indicates whether an element is not an NA value.
+ indicates whether an element is an NA value.
7313
7314
See Also
7315
--------
0 commit comments