pandas icon indicating copy to clipboard operation
pandas copied to clipboard

Potential regression induced by "BUG: Use large_string in string array consistently"

Open DeaMariaLeon opened this issue 1 year ago • 1 comments

PR https://github.com/pandas-dev/pandas/pull/58590

If it is expected please ignore or close this issue. @phofl

"strings.Methods.time_isalnum (Python) with dtype='string[pyarrow]'": "http://57.128.112.95:5000/compare/benchmarks/066386646b2d74f88000c74808e7de3c...06639316f12f7a8280007ef0249c27bf", "strings.Methods.time_isdecimal (Python) with dtype='string[pyarrow]'": "http://57.128.112.95:5000/compare/benchmarks/066386646e68742e800052b988670e30...06639316f4ae7fc78000f701dcc49108", "strings.Methods.time_isdigit (Python) with dtype='string[pyarrow]'": "http://57.128.112.95:5000/compare/benchmarks/066386646fec7b8c8000ec9e2fb63cf0...06639316f6737c358000e1a8a74bb1f7", "strings.Methods.time_isnumeric (Python) with dtype='string[pyarrow]'": "http://57.128.112.95:5000/compare/benchmarks/066386647302743980004d569d2b295e...06639316f9ed78a280001b2e2cdee322", "strings.Methods.time_istitle (Python) with dtype='string[pyarrow]'": "http://57.128.112.95:5000/compare/benchmarks/06638664763e7381800072e48b33315e...06639316fd7879978000b53455c63561", "strings.Methods.time_isalpha (Python) with dtype='string[pyarrow]'": "http://57.128.112.95:5000/compare/benchmarks/066386646ce97192800061de6754ca20...06639316f3037869800022a2d2662d2c", "strings.Methods.time_len (Python) with dtype='string[pyarrow]'": "http://57.128.112.95:5000/compare/benchmarks/066386647b027de0800043ade09c86c9...0663931702cb7d05800034ec595255f7", "strings.Methods.time_isupper (Python) with dtype='string[pyarrow]'": "http://57.128.112.95:5000/compare/benchmarks/0663866477c5736a800099c8c9e5cded...06639316ff3376f7800071e67cb3079d" Screenshot 2024-05-09 at 14 29 16

DeaMariaLeon avatar May 09 '24 12:05 DeaMariaLeon

I've labelled as 2.2.3 for now since the PR mentioned here was backported

simonjayhawkins avatar May 15 '24 10:05 simonjayhawkins