REGR: groupby.size with axis=1 doesn't return a Series by rhshadrach · Pull Request #48760 · pandas-dev/pandas (original) (raw)
Owee, I'm MrMeeseeks, Look at me.
There seem to be a conflict, please backport manually. Here are approximate instructions:
- Checkout backport branch and update it.
git checkout 1.5.x
git pull
- Cherry pick the first parent branch of the this PR on top of the older branch:
git cherry-pick -x -m1 3622f15b5056b8f038d3b7adeb82eecfe980beca
- You will likely have some merge/cherry-pick conflict here, fix them and commit:
git commit -am "Backport PR #48760: REGR: groupby.size with axis=1 doesn't return a Series"
- Push to a named branch:
git push YOURFORK 1.5.x:auto-backport-of-pr-48760-on-1.5.x
- Create a PR against branch 1.5.x, I would have named this PR:
"Backport PR #48760 on branch 1.5.x (REGR: groupby.size with axis=1 doesn't return a Series)"
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.