-
Notifications
You must be signed in to change notification settings - Fork 37
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
Integration with DataAPI.jl #261
Comments
Sure, happy to update here as soon as things exist in DataAPI (provided everybody else is also onboard).
Do you mean I wonder whether most of the logic here https://github.com/JuliaComputing/IndexedTables.jl/blob/master/src/columns.jl#L216 could actually be moved to Tables for an arbitrary |
With Actually if you are willing to sacrifice @mbauman - what do you think about it regarding InvertedIndices.jl changes? |
I agree this is best. |
Following the discussion in JuliaData/DataFrames.jl#393 it would be great if you decided to move
Between
andAll
definitions to DataAPI.jl.Also it would help if
Not
definition were inherited from https://github.com/mbauman/InvertedIndices.jl as other packages currently rely on this. Then probablyNot(idxs...) = Not(Any(idxs))
definition should live in DataAPI.jl.@piever - if you agree to make such a move then we can synchronize with this in DataFrames.jl.
The text was updated successfully, but these errors were encountered: