Skip to content

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

@bdice

Description

@bdice

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions