Function polars::prelude::concat_lf_horizontal

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

Concat LazyFrames horizontally.