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: Index(Series) makes array read only for object dtype #57139

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

phofl
Copy link
Member

@phofl phofl commented Jan 30, 2024

@phofl phofl requested a review from WillAyd as a code owner January 30, 2024 00:51
@mroeschke mroeschke added this to the 2.2.1 milestone Jan 30, 2024
@mroeschke mroeschke merged commit b6fb905 into pandas-dev:main Jan 30, 2024
53 of 54 checks passed
@mroeschke
Copy link
Member

Thanks @phofl

meeseeksmachine pushed a commit to meeseeksmachine/pandas that referenced this pull request Jan 30, 2024
mroeschke pushed a commit that referenced this pull request Jan 30, 2024
…ad only for object dtype) (#57143)

Backport PR #57139: BUG: Index(Series) makes array read only for object dtype

Co-authored-by: Patrick Hoefler <61934744+phofl@users.noreply.github.com>
@phofl phofl deleted the 57130 branch January 30, 2024 09:58
pmhatre1 pushed a commit to pmhatre1/pandas-pmhatre1 that referenced this pull request May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: empty dataframe indexing raises ValueError: buffer source array is read-only only when coming from db
2 participants