polars::frame::row

Function coerce_dtype

Source
pub fn coerce_dtype<A>(datatypes: &[A]) -> DataType
where A: Borrow<DataType>,
Available on crate features rows or object only.
Expand description

Coerces a slice of datatypes into a single supertype.