polars.Series.has_validity#

Series.has_validity() bool[source]#

Check whether the Series contains one or more null values.

Deprecated since version 0.20.30: Use the has_nulls() method instead.