Table Of Contents

Search

Enter search terms or a module, class or function name.

pandas.DataFrame.notnull

DataFrame.notnull()[source]

Return a boolean same-sized object indicating if the values are not null.

See also

isnull
boolean inverse of notnull
Scroll To Top