Wrap column in list
Description
Aggregate values into a list.
Usage
<Expr>$implode()
Details
Use $to_struct()
to wrap a
DataFrame.
Value
Expr
Examples
#> shape: (1, 2)
#> ┌───────────┬───────────┐
#> │ a ┆ b │
#> │ --- ┆ --- │
#> │ list[i32] ┆ list[i32] │
#> ╞═══════════╪═══════════╡
#> │ [1, 2, 3] ┆ [4, 5, 6] │
#> └───────────┴───────────┘