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

Support replace in strings_udf #12207

Merged

Conversation

brandon-b-miller
Copy link
Contributor

This PR adds support for the following function in strings_udf:

  • str.replace

Part of #9639

@brandon-b-miller brandon-b-miller added feature request New feature or request 2 - In Progress Currently a work in progress numba Numba issue Python Affects Python cuDF API. non-breaking Non-breaking change labels Nov 18, 2022
@brandon-b-miller brandon-b-miller self-assigned this Nov 18, 2022
rapids-bot bot pushed a commit that referenced this pull request Nov 23, 2022
Add udf function for replacing all occurrences of a target string within a source string with a replacement string.
This is to support #12207

Authors:
  - David Wendt (https://github.com/davidwendt)

Approvers:
  - Bradley Dice (https://github.com/bdice)
  - https://github.com/brandon-b-miller

URL: #12210
@brandon-b-miller brandon-b-miller marked this pull request as ready for review November 23, 2022 15:49
@brandon-b-miller brandon-b-miller requested a review from a team as a code owner November 23, 2022 15:49
@brandon-b-miller brandon-b-miller added 3 - Ready for Review Ready for review by team and removed 2 - In Progress Currently a work in progress labels Nov 23, 2022
@codecov
Copy link

codecov bot commented Nov 23, 2022

Codecov Report

❗ No coverage uploaded for pull request base (branch-23.02@3bf6d1d). Click here to learn what that means.
Patch has no changes to coverable lines.

Additional details and impacted files
@@               Coverage Diff               @@
##             branch-23.02   #12207   +/-   ##
===============================================
  Coverage                ?   88.21%           
===============================================
  Files                   ?      137           
  Lines                   ?    22690           
  Branches                ?        0           
===============================================
  Hits                    ?    20017           
  Misses                  ?     2673           
  Partials                ?        0           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@brandon-b-miller
Copy link
Contributor Author

rerun tests

@brandon-b-miller
Copy link
Contributor Author

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 5f83a84 into rapidsai:branch-23.02 Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team feature request New feature or request non-breaking Non-breaking change numba Numba issue Python Affects Python cuDF API.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants