Table Of Contents

Search

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

pandas.DataFrame.isnull

DataFrame.isnull()[source]

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

See also

notnull
boolean inverse of isnull
Scroll To Top