Function polars_core::prelude::make_categoricals_compatible
source ยท pub fn make_categoricals_compatible(
ca_left: &CategoricalChunked,
ca_right: &CategoricalChunked
) -> PolarsResult<(CategoricalChunked, CategoricalChunked)>
Available on crate feature
dtype-categorical
only.