1 2 3 4 5
use polars::prelude::DataFrame; pub trait AsDataFrame { fn as_dataframe(&self) -> DataFrame; }