-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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
Implement any and all for pyarrow numpy strings #54591
Conversation
…semantics # Conflicts: # pandas/core/arrays/_arrow_string_mixins.py # pandas/tests/strings/__init__.py # pandas/tests/strings/test_strings.py
…semantics_2 # Conflicts: # pandas/tests/strings/test_find_replace.py
…to string_array_numpy_semantics
…semantics_na_val # Conflicts: # pandas/tests/arrays/string_/test_string.py # pandas/tests/extension/test_string.py
# Conflicts: # pandas/tests/arrays/string_/test_string.py # pandas/tests/extension/test_string.py
…semantics_na_val # Conflicts: # pandas/tests/strings/__init__.py # pandas/tests/strings/test_split_partition.py
# Conflicts: # pandas/tests/extension/test_string.py
+1 (Also I recently realized that |
# Conflicts: # pandas/core/arrays/string_arrow.py # pandas/tests/arrays/string_/test_string.py # pandas/tests/strings/test_case_justify.py
rebased as well |
Is the goal to get this in for 2.1 or is this fine for a later release? |
Ideally we get this in, but not a deal breaker. cc @jorisvandenbossche for a final review |
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon! Remember to remove the If these instructions are inaccurate, feel free to suggest an improvement. |
I'll take care of the back-Ort |
Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> (cherry picked from commit 23b546f)
Another day has come! |
Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
This should work if we want to follow NumPy semantics as close as possible. I think this should work in general, but that's a discussion for another day