-
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
isordered #23
Comments
Indeed it would be good to add it and it was discussed. Note that This is related to JuliaLang/julia#37239 and |
Yes, I'm in favor of this; in Arrow.jl, a dict-encoded column can define whether it's |
This should be added also for DataFrames.jl |
@Nosferican Could you develop the use case do you have in mind? This is important to decide how to define the trait IMO. See #26. |
This function is defined in CategoricalArrays.jl.
However, it is quite generic and would be beneficial to have it defined in DataAPI.jl as something like
Thoughts?
The text was updated successfully, but these errors were encountered: