Closed timbp closed 2 years ago
Thanks for the bug report. I can replicate this. Let me see what's happening.
I think the issue is that the code currently deals with Vector{Union{T, Missing}
but not CategoricalArray{Union{Missing, String}}
.
Looking into the code to get a fix done.