[FEA] Implement applymap method for StringColumn #3802
Labels
feature request
New feature or request
numba
Numba issue
Python
Affects Python cuDF API.
strings
strings issues (C++ and Python)
Is your feature request related to a problem? Please describe.
Currently issuing the following code results in an exception:
The complete traceback:
For reference I'm using rapids in a docker image:
nvcr.io/nvidia/rapidsai/rapidsai:cuda10.0-base-ubuntu16.04
print(cudf.__version__)
results in0.8.0+0.g8fa7bd3.dirty
Describe the solution you'd like
I'd like to be able to compute
apply_map()
for a string column similarly toapply
in pandas.Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: