pub fn concat<L: AsRef<[LazyFrame]>>( inputs: L, args: UnionArgs, ) -> PolarsResult<LazyFrame>
Concat multiple LazyFrames vertically.
LazyFrame