Skip to content
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

BUG: idxmin/max raising for arrow dtypes #55368

Merged
merged 4 commits into from
Oct 3, 2023
Merged

Conversation

phofl
Copy link
Member

@phofl phofl commented Oct 3, 2023

  • closes #xxxx (Replace xxxx with the GitHub issue number)
  • Tests added and passed if fixing a bug or adding a new feature
  • All code checks passed.
  • Added type annotations to new arguments/methods/functions.
  • Added an entry in the latest doc/source/whatsnew/vX.X.X.rst file if fixing a bug or adding a new feature.

@phofl phofl added this to the 2.1.2 milestone Oct 3, 2023
@mroeschke mroeschke added Reduction Operations sum, mean, min, max, etc. Arrow pyarrow functionality labels Oct 3, 2023
@phofl phofl merged commit 59616c5 into pandas-dev:main Oct 3, 2023
39 checks passed
@phofl phofl deleted the idxmin_arrow branch October 3, 2023 17:48
@lumberbot-app
Copy link

lumberbot-app bot commented Oct 3, 2023

Owee, I'm MrMeeseeks, Look at me.

There seem to be a conflict, please backport manually. Here are approximate instructions:

  1. Checkout backport branch and update it.
git checkout 2.1.x
git pull
  1. Cherry pick the first parent branch of the this PR on top of the older branch:
git cherry-pick -x -m1 59616c57d6abcf0fb4eb5f81928120c7b000ba88
  1. You will likely have some merge/cherry-pick conflict here, fix them and commit:
git commit -am 'Backport PR #55368: BUG: idxmin/max raising for arrow dtypes'
  1. Push to a named branch:
git push YOURFORK 2.1.x:auto-backport-of-pr-55368-on-2.1.x
  1. Create a PR against branch 2.1.x, I would have named this PR:

"Backport PR #55368 on branch 2.1.x (BUG: idxmin/max raising for arrow dtypes)"

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 Still Needs Manual Backport label once the PR gets merged.

If these instructions are inaccurate, feel free to suggest an improvement.

phofl added a commit to phofl/pandas that referenced this pull request Oct 3, 2023
phofl added a commit that referenced this pull request Oct 3, 2023
… dtypes) (#55377)

BUG: idxmin/max raising for arrow dtypes (#55368)

(cherry picked from commit 59616c5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arrow pyarrow functionality Reduction Operations sum, mean, min, max, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants