Function polars_lazy::dsl::cols

pub fn cols<I, S>(names: I) -> Expr
where I: IntoIterator<Item = S>, S: Into<PlSmallStr>,
Expand description

Select multiple columns by name.