Add polars.Expr.list.drop_nans()
#16736
Labels
A-dtype-list/array
Area: list/array data type
enhancement
New feature or an improvement of an existing feature
Description
There is no behavior to remove
NaN
fromExpr.list
that functions similarly toExpr.list.drop_nulls()
.This would be nice to have, since
Expr.drop_nans()
already exists.The only work around appears to involve
Expr.list.eval
as shown below:The text was updated successfully, but these errors were encountered: