pub trait IntoLazy { // Required method fn lazy(self) -> LazyFrame; }
Convert the DataFrame into a LazyFrame
DataFrame
LazyFrame