Closed cstjean closed 6 years ago
Just so you are aware, I'm in the process of rewriting this package so that it is completely safe. Still in the process of figuring out whether this is process with equivalent performance, but so far it's looking fairly close.
The package has been completely overhauled in master. Whatever was the original cause of this issue is now gone. Please re-open if you are still experiencing it on master.
Two issues. First, writing a
CategoricalArray{Int64,1,UInt32}
is unsupported:Second, reading an integer categorical array is a segfault, on 0.6.2 + Ubuntu + Feather 0.3.1
Pandas reads it just fine.