Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Series(strings, dtype=ArrowDtype[timestamp]) raising #56294

Merged
merged 1 commit into from Dec 5, 2023

Conversation

mroeschke
Copy link
Member

@mroeschke mroeschke commented Dec 2, 2023

@mroeschke mroeschke added Bug Dtype Conversions Unexpected or buggy dtype conversions Arrow pyarrow functionality labels Dec 2, 2023
@phofl phofl added this to the 2.1.4 milestone Dec 5, 2023
@phofl phofl merged commit 59936dc into pandas-dev:main Dec 5, 2023
50 checks passed
@phofl
Copy link
Member

phofl commented Dec 5, 2023

thx

Copy link

lumberbot-app bot commented Dec 5, 2023

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.1.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 59936dc142b9ae8c3946dc9048aac5c7e86e6341
  1. You will likely have some merge/cherry-pick conflict here, fix them and commit:
git commit -am 'Backport PR #56294: BUG: Series(strings, dtype=ArrowDtype[timestamp]) raising'
  1. Push to a named branch:
git push YOURFORK 2.1.x:auto-backport-of-pr-56294-on-2.1.x
  1. Create a PR against branch 2.1.x, I would have named this PR:

"Backport PR #56294 on branch 2.1.x (BUG: Series(strings, dtype=ArrowDtype[timestamp]) raising)"

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.

mroeschke added a commit to mroeschke/pandas that referenced this pull request Dec 5, 2023
mroeschke added a commit to mroeschke/pandas that referenced this pull request Dec 5, 2023
@mroeschke mroeschke deleted the bug/str_datetime_arrow_cast branch December 6, 2023 00:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arrow pyarrow functionality Bug Dtype Conversions Unexpected or buggy dtype conversions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Series with dtype='timestamp[ns][pyarrow]' Raises ArrowTypeError with String Dates
2 participants