Skip to main content

as_list

Function as_list 

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

Collect expressions into a list, treating each expression’s value as one element.