Open nalimilan opened 2 years ago
On Julia 1.9, we get this (see https://github.com/JuliaData/CategoricalArrays.jl/pull/385):
julia> [categorical(1:2), view(categorical(1:2), :)] 2-element Vector{Vector{CategoricalValue{Int64, UInt32}}}: [1, 2] [1, 2]
On Julia 1.9, we get this (see https://github.com/JuliaData/CategoricalArrays.jl/pull/385):