Crate polars_row_derive

Source

Derive Macros§

IterToDataFrame
Allows iterators over this type to be converted into a polars DataFrame. This is useful when you have a collection of rows that you want to convert into a DataFrame without having to manually create a DataFrame and with type safety.