-
-
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
TST (string dtype): resolve xfails in pandas/tests/apply + raise TypeError for ArrowArray accumulate #60312
TST (string dtype): resolve xfails in pandas/tests/apply + raise TypeError for ArrowArray accumulate #60312
Conversation
…Error for ArrowArray accumulate
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. |
Since you've got a ton going on I'm happy to take care of this backport |
…olve xfails in pandas/tests/apply + raise TypeError for ArrowArray accumulate) (cherry picked from commit fba5f08)
Manual backport -> #60328 |
…s in pandas/tests/apply + raise TypeError for ArrowArray accumulate) (#60328) * Backport PR #60312 on branch 2.3.x (TST (string dtype): resolve xfails in pandas/tests/apply + raise TypeError for ArrowArray accumulate) (cherry picked from commit fba5f08) * 2.3 test function compat --------- Co-authored-by: Joris Van den Bossche <[email protected]>
Resolve all remaining string xfails in
pandas/tests/apply
, except for one about cumsum not yet implemented for string dtype.Also ensures we don't raise a pyarrow specific error in case of the pyarrow-backend for accumulation methods.
xref #54792