pub fn collect_all<I>(lfs: I) -> PolarsResult<Vec<DataFrame>>where I: IntoParallelIterator<Item = LazyFrame>,
Collect all LazyFrame computations.
LazyFrame