polars.Expr.is_not_null¶
- Expr.is_not_null() polars.internals.expr.Expr ¶
Create a boolean expression returning True where the expression does not contain null values.
Create a boolean expression returning True where the expression does not contain null values.