Function polars_lazy::dsl::functions::index_cols

pub fn index_cols<N>(indices: N) -> Expr
where N: AsRef<[i64]>,
Expand description

Select multiple columns by index.