JuliaData / IndexedTables.jl

Flexible tables with ordered indices
https://juliadb.org
MIT License
121 stars 37 forks source link

Take special selectors from DataAPI #263

Closed piever closed 5 years ago

piever commented 5 years ago

So that IndexedTables and DataFrames can use the same special selectors. I'm leaving a buffer time with a deprecation warning for Not as JuliaDB accepts a multiargument version, impossible without type pirating InvertedIndices. When we drop the deprecation we can start using the InvertedIndices struct.

cc: @bkamins

bkamins commented 5 years ago

Looks good. Thank you!