-
Notifications
You must be signed in to change notification settings - Fork 49
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
@where
does not preserve CategoricalArray
#157
Comments
Indeed |
I have some minimal solution to this, by it still involves moving+extending |
The proper way to implement this would be to make sure that at collection into a |
YES, I completely agree. I think it would be absolutely fantastic if there was a standard way in base to say "for element type T, the default array type should be X", and if things like I suggested something like that in JuliaLang/julia#22630, but probably doomed all chances of success of that proposal by embedding it in a crazy rename idea ;) I think a much less ambitious proposal along the lines of the above paragraph would still be a great idea. |
Maybe we should just override |
Where would that be picked up? I guess I was so far mostly worrying about I kind of feel that if someone is asking for an |
In this case, the caller wouldn't require an |
Julia v0.6, DataFrames, CategoricalArray and Query masters
IIUC
Array{CategoricalValue}
is suboptimal in terms of storage. Also CategoricalArrays API likelevels(dff[:a])
is not available.The text was updated successfully, but these errors were encountered: