Function polars_plan::dsl::functions::index_cols
source ยท pub fn index_cols<N: AsRef<[i64]>>(indices: N) -> Expr
Expand description
Select multiple columns by index.
pub fn index_cols<N: AsRef<[i64]>>(indices: N) -> Expr
Select multiple columns by index.