BUG: fix Series.str.fullmatch() and Series.str.match() with a compiled regex failing with arrow strings by khemkaran10 · Pull Request #61964 · 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 2.3.x
git pull
- Cherry pick the first parent branch of the this PR on top of the older branch:
git cherry-pick -x -m1 3cefa1ee6b30843a24065fa67392fbfa63d0769b
- You will likely have some merge/cherry-pick conflict here, fix them and commit:
git commit -am 'Backport PR #61964: BUG: fix Series.str.fullmatch() and Series.str.match() with a compiled regex failing with arrow strings '
- Push to a named branch:
git push YOURFORK 2.3.x:auto-backport-of-pr-61964-on-2.3.x
- Create a PR against branch 2.3.x, I would have named this PR:
"Backport PR #61964 on branch 2.3.x (BUG: fix Series.str.fullmatch() and Series.str.match() with a compiled regex failing with arrow strings )"
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.