pub fn any_values_to_supertype<'a, I>(values: I) -> PolarsResult<DataType>where
I: IntoIterator<Item = &'a AnyValue<'a>>,Expand description
Determine the supertype of a collection of AnyValue.
pub fn any_values_to_supertype<'a, I>(values: I) -> PolarsResult<DataType>where
I: IntoIterator<Item = &'a AnyValue<'a>>,Determine the supertype of a collection of AnyValue.