Function polars::prelude::cols

pub fn cols<I, S>(names: I) -> Expr
where I: IntoIterator<Item = S>, S: Into<PlSmallStr>,
Available on crate feature lazy only.
Expand description

Select multiple columns by name.