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

Refactor to use public API Series.str.find_multiplein query 18 #266

Open
bdice opened this issue Nov 16, 2022 · 0 comments
Open

Refactor to use public API Series.str.find_multiplein query 18 #266

bdice opened this issue Nov 16, 2022 · 0 comments

Comments

@bdice
Copy link

bdice commented Nov 16, 2022

I noticed that gpu-bdb query 18 was using private methods from cudf for find_multiple:

from cudf._lib.strings import find_multiple

cudf.Series(find_multiple.find_multiple(lowered._column, targets._column)).explode()

cudf now has public APIs that perform the same task: Series.str.find_multiple. This should be refactored to use public APIs.

See also: rapidsai/cudf#10126 (comment)

@bdice bdice changed the title Use Series.str.find_multiplein query 18 Refactor to use public API Series.str.find_multiplein query 18 Nov 16, 2022
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