pub fn call_categorical_merge_operation<I>(
cat_left: &CategoricalChunked,
cat_right: &CategoricalChunked,
merge_ops: I,
) -> Result<CategoricalChunked, PolarsError>where
I: CategoricalMergeOperation,
pub fn call_categorical_merge_operation<I>(
cat_left: &CategoricalChunked,
cat_right: &CategoricalChunked,
merge_ops: I,
) -> Result<CategoricalChunked, PolarsError>where
I: CategoricalMergeOperation,