BUG: Fix issue with datetime[ns, tz] input in Block.setitem GH32395 by h-vishal · Pull Request #32479 · 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:

  1. Checkout backport branch and update it.
$ git checkout 1.0.x
$ git pull
  1. Cherry pick the first parent branch of the this PR on top of the older branch:
$ git cherry-pick -m1 0f2ca378a2b692edba7baab19ea138b887838cc0
  1. You will likely have some merge/cherry-pick conflict here, fix them and commit:
$ git commit -am 'Backport PR #32479: BUG: Fix issue with datetime[ns, tz] input in Block.setitem GH32395'
  1. Push to a named branch :
git push YOURFORK 1.0.x:auto-backport-of-pr-32479-on-1.0.x
  1. Create a PR against branch 1.0.x, I would have named this PR:

"Backport PR #32479 on branch 1.0.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.