[BUG] Python find_multiple still expects an nvstrings object as a parameter #4569
Labels
0 - Backlog
In queue waiting for assignment
bug
Something isn't working
Python
Affects Python cuDF API.
strings
strings issues (C++ and Python)
Series.str.find_multiple
can accept a device or host object for thestrs
parameter. If a device object is passed, it must be annvstrings
object. Since we're deprecating nvstrings, this should likely accept a Series instead (or perhaps something else but similar).From 03-18-2020 conda nightly installed at 9:04 AM EST.
The text was updated successfully, but these errors were encountered: