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