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
has_nulls()
instead.
Check whether the Series contains one or more null values.
Deprecated since version 0.20.30: Use has_nulls()
instead.