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

Migrate lists/filtering to pylibcudf #16184

Open
wants to merge 3 commits into
base: branch-24.08
Choose a base branch
from

Conversation

Matt711
Copy link
Contributor

@Matt711 Matt711 commented Jul 2, 2024

Description

Apart of #15162

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@Matt711 Matt711 added feature request New feature or request non-breaking Non-breaking change pylibcudf Issues specific to the pylibcudf package labels Jul 2, 2024
@Matt711 Matt711 self-assigned this Jul 2, 2024
@Matt711 Matt711 requested a review from a team as a code owner July 2, 2024 21:25
@github-actions github-actions bot added the Python Affects Python cuDF API. label Jul 2, 2024
A Column of filtered elements based upon the boolean mask.
"""
cdef unique_ptr[column] c_result
cdef ListColumnView list_view1 = input.list_view()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should call these input_view and mask_view or similar.



def test_apply_boolean_mask(test_data, bool_column):
list_column = test_data[0][0]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what do you think about making this one a its own fixture since it's used so much throughout the file?

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 non-breaking Non-breaking change pylibcudf Issues specific to the pylibcudf package Python Affects Python cuDF API.
Projects
Status: In Progress
Status: No status
Development

Successfully merging this pull request may close these issues.

None yet

2 participants