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