How to split a polars DataFrame into several dataframes in rust?
I use Polars to read from a CSV file. I want to separate the DataFrame into several DataFrames by the “date” column (I want to analyze the data by day).
I use Polars to read from a CSV file. I want to separate the DataFrame into several DataFrames by the “date” column (I want to analyze the data by day).