Function polars_core::prelude::make_list_categoricals_compatible
source ยท pub fn make_list_categoricals_compatible(
list_ca_left: ListChunked,
list_ca_right: ListChunked
) -> PolarsResult<(ListChunked, ListChunked)>
Available on crate feature
dtype-categorical
only.