eland.Series.notnull#

Series.notnull() BooleanFilter#

Detect existing (non-missing) values.

Returns#

eland.Series

Mask of bool values for each element in Series that indicates whether an element is not an NA value

See Also#

pandas.Series.notna