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

[FEA]: Support boolean mask subsetting in GeoDataFrame/GeoSeries #927

Closed
isVoid opened this issue Feb 14, 2023 · 0 comments · Fixed by #918
Closed

[FEA]: Support boolean mask subsetting in GeoDataFrame/GeoSeries #927

isVoid opened this issue Feb 14, 2023 · 0 comments · Fixed by #918
Assignees
Labels
feature request New feature or request

Comments

@isVoid
Copy link
Contributor

isVoid commented Feb 14, 2023

Is this a new feature, an improvement, or a change to existing functionality?

New Feature

How would you describe the priority of this feature request

Critical (currently preventing usage)

Please provide a clear description of problem you would like to solve.

Given a GeoDataFrame, I would like to do df[[True, False, True, False]] to subset the odd rows of the dataframe.

Describe any alternatives you have considered

No response

Additional context

Retrospectively added to track existing PR.

@isVoid isVoid added feature request New feature or request Needs Triage Need team to review and classify labels Feb 14, 2023
@isVoid isVoid self-assigned this Feb 14, 2023
@isVoid isVoid linked a pull request Feb 14, 2023 that will close this issue
3 tasks
@jarmak-nv jarmak-nv removed the Needs Triage Need team to review and classify label Feb 15, 2023
@rapids-bot rapids-bot bot closed this as completed in #918 Feb 16, 2023
rapids-bot bot pushed a commit that referenced this issue Feb 16, 2023
This PR makes geodataframe supports subsetting via boolean masks. closes #927

Authors:
  - Michael Wang (https://github.com/isVoid)
  - H. Thomson Comer (https://github.com/thomcom)

Approvers:
  - H. Thomson Comer (https://github.com/thomcom)
  - Mark Harris (https://github.com/harrism)

URL: #918
@github-project-automation github-project-automation bot moved this from Todo to Done in cuSpatial Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants