powered by
Aggregate values into a list.
Expr_implode
Expr
use to_struct to wrap a DataFrame. Notice implode() is sometimes referred to as list() .
df = pl$DataFrame( a = 1:3, b = 4:6 ) df$select(pl$all()$implode())
Run the code above in your browser using DataLab