Function polars::prelude::concat_lf_diagonal

source ·
pub fn concat_lf_diagonal<L>(
    inputs: L,
    args: UnionArgs
) -> Result<LazyFrame, PolarsError>
where L: AsRef<[LazyFrame]>,
Available on crate features lazy and diagonal_concat only.
Expand description

Concat LazyFrames diagonally. Calls concat internally.