eland.Series.isnull#

Series.isnull() BooleanFilter#

检测缺失值。

返回值#

eland.Series

Series 中每个元素的 bool 值掩码,指示元素是否不是 NA 值。

另请参阅#

pandas.Series.isna