-
Notifications
You must be signed in to change notification settings - Fork 917
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
[BUG] extract API returns empty string returned instead of None in a specific example #5234
Labels
bug
Something isn't working
Comments
galipremsagar
added
bug
Something isn't working
Needs Triage
Need team to review and classify
labels
May 20, 2020
galipremsagar
changed the title
[BUG] Empty string returned instead of None in a specific example
[BUG] extract API returns empty string returned instead of None in a specific example
May 20, 2020
Adding reference to similar issue #5157
The greedy quantifier |
Thanks, @davidwendt ! Closing this issue. |
rapids-bot bot
pushed a commit
that referenced
this issue
Oct 29, 2021
Closes #9463 Closes #9434 This adds a small section to the [Regex Features](https://docs.rapids.ai/api/libcudf/stable/md_regex.html) page describing invalid regex patterns may result in undefined behavior. The list here includes current issues as well as ones opened in the past: #3732, #8832, #5234, #4746, #3725 Authors: - David Wendt (https://github.com/davidwendt) Approvers: - Karthikeyan (https://github.com/karthikeyann) - Paul Taylor (https://github.com/trxcllnt) - MithunR (https://github.com/mythrocks) URL: #9473
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
extract
API seems to return an empty string in a specific case where it has to returnNone
.Steps/Code to reproduce bug
Expected behavior
The expected behavior is to return
None
instead of an empty string''
.Environment overview (please complete the following information)
branch-0.14
]Additional context
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.str.extract.html
The text was updated successfully, but these errors were encountered: