Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add promotion rules for CategoricalArrays and views of CategoricalArrays #386

Open
nalimilan opened this issue Mar 13, 2022 · 0 comments
Open

Comments

@nalimilan
Copy link
Member

On Julia 1.9, we get this (see #385):

julia> [categorical(1:2), view(categorical(1:2), :)]
2-element Vector{Vector{CategoricalValue{Int64, UInt32}}}:
 [1, 2]
 [1, 2]
@nalimilan nalimilan changed the title Add promotion rules for CatergoricalArrays and views of CatergoricalArrays Add promotion rules for CatergoricalArrays and views of CategoricalArrays Mar 13, 2022
@nalimilan nalimilan changed the title Add promotion rules for CatergoricalArrays and views of CategoricalArrays Add promotion rules for CategoricalArrays and views of CategoricalArrays Sep 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant