pandas.Series.isna¶
-
Series.
isna
()[source]¶ Return a boolean same-sized object indicating if the values are NA.
See also
Series.notna
- boolean inverse of isna
Series.isnull
- alias of isna
isna
- top-level isna
Series.
isna
()[source]¶Return a boolean same-sized object indicating if the values are NA.
See also
Series.notna
Series.isnull
isna