Function polars::frame::row::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.