Function polars::prelude::index_cols

pub fn index_cols<N>(indices: N) -> Expr
where N: AsRef<[i64]>,
Available on crate feature lazy only.
Expand description

Select multiple columns by index.