modin-project / modin

Modin: Scale your Pandas workflows by changing a single line of code
http://modin.readthedocs.io
Apache License 2.0
9.75k stars 651 forks source link

[Dataframe API] Selection operator #1360

Open aregm opened 4 years ago

mvashishtha commented 2 years ago

Not sure how this fits into the broader, more up to date algebra plan (which may be stale now) in #2924, but this sounds like it might be like mask. We already have take_2d_labels_or_positional, but I think we want to formally put all the operators in the algebra folder.

cc @RehanSD