Function polars_plan::dsl::functions::dtype_cols
source ยท pub fn dtype_cols<DT: AsRef<[DataType]>>(dtype: DT) -> Expr
Expand description
Select multiple columns by dtype.
pub fn dtype_cols<DT: AsRef<[DataType]>>(dtype: DT) -> Expr
Select multiple columns by dtype.