-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is the relation to CategoricalArrays? #2
Comments
A PooledArray behaves exactly like a normal array, with no behavior related to categorical variables or missing data. The pooled representation is only for memory efficiency and nothing else. The current implementation also assumes the element type has a total order, to allow a fast If the categorical value code can be factored out of CategoricalArrays, then it's possible this package could be merged with its array type. |
@JeffBezanson does that mean that PooledArray does not support Nulls.Null? |
@xiaodaigh PooledArrays shouldn't need to do anything special to support |
can this be closed? |
https://github.com/JuliaData/CategoricalArrays.jl
Do they both try to do the same thing, i.e. replace
PooledDataArray
?cc @nalimilan.
The text was updated successfully, but these errors were encountered: