You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia> VERSION
v"1.9.0-DEV.165"
(@v1.9) pkg> st CategoricalArrays
Status `C:\Users\bogum\.julia\environments\v1.9\Project.toml`
[324d7699] CategoricalArrays v0.10.3
julia> [CategoricalArray(1:10),
CategoricalArray(string.('a':'j'))]
ERROR: MethodError: Cannot `convert` an object of type
CategoricalValue{Int64,UInt32{}} to an object of type
CategoricalValue{Union{Int64, String},UInt32{}}
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: