REGR: inplace Series op not actually operating inplace by jbrockmendel · Pull Request #37508 · 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.1.x
$ git pull
- Cherry pick the first parent branch of the this PR on top of the older branch:
$ git cherry-pick -m1 d8c8cbb90544b77e5da1daa7274eba7bef3257b9
- You will likely have some merge/cherry-pick conflict here, fix them and commit:
$ git commit -am 'Backport PR #37508: REGR: inplace Series op not actually operating inplace'
- Push to a named branch :
git push YOURFORK 1.1.x:auto-backport-of-pr-37508-on-1.1.x
- Create a PR against branch 1.1.x, I would have named this PR:
"Backport PR #37508 on branch 1.1.x"
And apply the correct labels and milestones.
Congratulation you did some good work ! Hopefully your backport PR will be tested by the continuous integration and merged soon!
If these instruction are inaccurate, feel free to suggest an improvement.