I would like to collect several columns in a dataframe into a struct, but do this in Rust. What is the equivalent of the Python polars.struct() in Rust?
I am new to Rust, rust polars documentation is very difficult for me.
I would like to collect several columns in a dataframe into a struct, but do this in Rust. What is the equivalent of the Python polars.struct() in Rust?
I am new to Rust, rust polars documentation is very difficult for me.