bigframes.pandas.Series.hasnans#

propertySeries.hasnans:bool#

Return True if there are any NaNs.

Examples:

>>>s=bpd.Series([1,2,3,None])>>>s0     1.01     2.02     3.03    <NA>dtype: Float64>>>s.hasnansnp.True_
Returns:

bool

On this page

This Page