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] Python bindings for lists::drop_list_duplicates #7582

Closed
shwina opened this issue Mar 12, 2021 · 2 comments
Closed

[FEA] Python bindings for lists::drop_list_duplicates #7582

shwina opened this issue Mar 12, 2021 · 2 comments
Assignees
Labels
feature request New feature or request Python Affects Python cuDF API.

Comments

@shwina
Copy link
Contributor

shwina commented Mar 12, 2021

#7528 introduces a lists::drop_list_duplicates API that we should plumb through to Python. The Python API we want is probably something like:

>>> s = cudf.Series([[4, 2, 2, 9], [8, 8, 2], [2, 1]])
>>> s.list.unique()  # returns Series([[4, 2, 9], [8, 2], [2, 1]])
@shwina shwina added feature request New feature or request Needs Triage Need team to review and classify Python Affects Python cuDF API. labels Mar 12, 2021
@shwina shwina added Cython and removed Needs Triage Need team to review and classify labels Mar 12, 2021
@kkraus14
Copy link
Collaborator

Assigned you @skirui-source since it should be similar to the other list APIs you're plumbing through, thanks!

@kkraus14
Copy link
Collaborator

Closing as duplicate of #7414

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 Python Affects Python cuDF API.
Projects
None yet
Development

No branches or pull requests

3 participants