eland.Series.notnull#

Series.notnull() BooleanFilter#

检测现有(非缺失)值。

返回值#

eland.Series

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

另请参阅#

pandas.Series.notna