We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Series.str.find_multiple
I noticed that gpu-bdb query 18 was using private methods from cudf for find_multiple:
find_multiple
gpu-bdb/gpu_bdb/bdb_tools/q18_utils.py
Line 21 in f48c05d
Line 127 in f48c05d
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I noticed that gpu-bdb query 18 was using private methods from cudf for
find_multiple
:gpu-bdb/gpu_bdb/bdb_tools/q18_utils.py
Line 21 in f48c05d
gpu-bdb/gpu_bdb/bdb_tools/q18_utils.py
Line 127 in f48c05d
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)
The text was updated successfully, but these errors were encountered: