Array#

The following methods are available under the expr.arr attribute.

Expr.arr.max()

Compute the max values of the sub-arrays.

Expr.arr.min()

Compute the min values of the sub-arrays.

Expr.arr.sum()

Compute the sum values of the sub-arrays.

Expr.arr.to_list()

Convert an Array column into a List column with the same inner data type.

Expr.arr.unique(*[, maintain_order])

Get the unique/distinct values in the array.