StructArrays.jl
StructArrays.jl copied to clipboard
Huge performance hit on getindex with many Union{Missing, String} columns
Table with 3639 rows, 83 columns where 81 of them are of type Union{Missing,String}. For me, tab[1] in fact never finishes compilation as far as I can tell.