polars.Expr.list.union#

Expr.list.union(other: IntoExpr) Expr[source]#

Compute the SET UNION between the elements in this list and the elements of other.

Deprecated since version 0.18.10: This method has been renamed to Expr.list.set_union.