Function polars::prelude::concat_list

source ·
pub fn concat_list<E, IE>(s: E) -> Result<Expr, PolarsError>
where E: AsRef<[IE]>, IE: Into<Expr> + Clone,
Available on crate feature lazy only.
Expand description

Concat lists entries.