pub fn concat_list<E: AsRef<[IE]>, IE: Into<Expr> + Clone>(
    s: E
) -> PolarsResult<Expr>
Expand description

Concat lists entries.