Function polars::prelude::dtype_cols

source ·
pub fn dtype_cols<DT>(dtype: DT) -> Expr
where DT: AsRef<[DataType]>,
Available on crate feature lazy only.
Expand description

Select multiple columns by dtype.