pandas.DataFrame.isnull

DataFrame.isnull()[source]

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

See also

DataFrame.notna
boolean inverse of isna
DataFrame.isnull
alias of isna
isna
top-level isna
Scroll To Top