pandas.Index.notnull¶
-
Index.notnull()[source]¶ Reverse of isnull
New in version 0.20.0.
Returns: a boolean array of whether my values are not null See also
pandas.notnull- pandas version
Index.notnull()[source]¶Reverse of isnull
New in version 0.20.0.
| Returns: | a boolean array of whether my values are not null |
|---|
See also
pandas.notnull