pub fn concat_list<E, IE>(s: E) -> Result<Expr, PolarsError>where E: AsRef<[IE]>, IE: Into<Expr> + Clone,
Concat lists entries.