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