Skip to content

[ArrowStringArray] startswith/endswith using native pyarrow method #41222

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

Merged
merged 1 commit into from
Apr 29, 2021

Conversation

simonjayhawkins
Copy link
Member

[ 50.00%] ··· strings.Methods.time_startswith                                                                                                             ok
[ 50.00%] ··· ============== ==========
                  dtype                
              -------------- ----------
                   str        19.2±0ms 
                  string      16.0±0ms 
               arrow_string   2.42±0ms 
              ============== ==========

[ 50.00%] ··· strings.Methods.time_endswith                                                                                                               ok
[ 50.00%] ··· ============== ==========
                  dtype                
              -------------- ----------
                   str        19.3±0ms 
                  string      15.0±0ms 
               arrow_string   6.68±0ms 
              ============== ==========

@simonjayhawkins simonjayhawkins added Performance Memory or execution speed performance Strings String extension data type and string data labels Apr 29, 2021
@simonjayhawkins simonjayhawkins added this to the 1.3 milestone Apr 29, 2021
@jreback jreback merged commit 6124b7b into pandas-dev:master Apr 29, 2021
@jreback
Copy link
Contributor

jreback commented Apr 29, 2021

nice!

@simonjayhawkins simonjayhawkins deleted the startswith branch April 30, 2021 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Performance Memory or execution speed performance Strings String extension data type and string data
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants