Skip to content
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

Allow selection by BooleanSeries #52

Closed
andrus opened this issue Jun 3, 2019 · 0 comments
Closed

Allow selection by BooleanSeries #52

andrus opened this issue Jun 3, 2019 · 0 comments
Milestone

Comments

@andrus
Copy link
Collaborator

andrus commented Jun 3, 2019

Per #31 we allow to replace/nullify values using BooleanSeries or BooleanSeries based DataFrame condition. We should also allow to select rows / columns using boolean condition. This will work similar to pandas loc . This would allow operations like this:

df.selectRows(df.getColumn("x").eq(df.getColumn("y"));
andrus added a commit that referenced this issue Jun 3, 2019
@andrus andrus added this to the 0.6 milestone Jun 3, 2019
@andrus andrus closed this as completed Jun 3, 2019
andrus added a commit that referenced this issue Jun 3, 2019
andrus added a commit that referenced this issue Jun 3, 2019
andrus added a commit that referenced this issue Jun 16, 2019
* refactoring - selecting by BooleanSeries semantically looks more like a "filter", than "selectRows"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant