Function concat_arr
pub fn concat_arr(input: Vec<Expr>) -> Result<Expr, PolarsError>
Available on crate feature
lazy
only.Expand description
Horizontally concatenate columns into a single array-type column.
pub fn concat_arr(input: Vec<Expr>) -> Result<Expr, PolarsError>
lazy
only.Horizontally concatenate columns into a single array-type column.