-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
[ArrowStringArray] PERF: use pyarrow.compute.replace_substring(_regex) if available #41590
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
Conversation
will do that and mark this as draft for now. |
closes #41602 , will break off once other pre-cursors merged |
will close till then to help clear the queue. |
@simonjayhawkins at some point should have a whatsnew sub-section about the new arrow perf string functions. |
sure. I think should probably draw a line under the str accessor methods for now (this is perf only as str accessor methods all fallback if not implemented on the array, we have parameterised test for most) and concentrate on dtype/docs/skipped tests. Will do that in parallel with preparing for the rc. |
added to #39908 |
happy to break up if easier to review.