Skip to content

Conversation

jbrockmendel
Copy link
Member

@jbrockmendel jbrockmendel added this to the 2.3.3 milestone Aug 31, 2025
@mroeschke mroeschke merged commit 5b16660 into pandas-dev:main Sep 2, 2025
38 checks passed
@mroeschke
Copy link
Member

Thanks @jbrockmendel

Copy link

lumberbot-app bot commented Sep 2, 2025

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.3.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 5b16660a33a2b2457ea0d60297698a6040f7eb5e
  1. You will likely have some merge/cherry-pick conflict here, fix them and commit:
git commit -am 'Backport PR #62229: ENH: support pathlib.Path division in StringArray'
  1. Push to a named branch:
git push YOURFORK 2.3.x:auto-backport-of-pr-62229-on-2.3.x
  1. Create a PR against branch 2.3.x, I would have named this PR:

"Backport PR #62229 on branch 2.3.x (ENH: support pathlib.Path division in StringArray)"

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.

@jorisvandenbossche
Copy link
Member

Manual backport -> #62239

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Using / operator with a Path and Series of string dtype fails
3 participants