Skip to content

BUG: setitem with object type inserting Series maintains Series #54699

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

Merged
merged 3 commits into from
Aug 25, 2023

Conversation

mroeschke
Copy link
Member

@mroeschke mroeschke commented Aug 23, 2023

@mroeschke mroeschke added Indexing Related to indexing on series/frames, not to indexes themselves Nested Data Data where the values are collections (lists, sets, dicts, objects, etc.). labels Aug 23, 2023
@mroeschke mroeschke added this to the 2.1 milestone Aug 23, 2023
@mroeschke
Copy link
Member Author

Going to merge this, but happy to follow up

@mroeschke mroeschke merged commit 6d021ac into pandas-dev:main Aug 25, 2023
@mroeschke mroeschke deleted the bug/setitem/obj_series branch August 25, 2023 18:01
meeseeksmachine pushed a commit to meeseeksmachine/pandas that referenced this pull request Aug 25, 2023
mroeschke added a commit that referenced this pull request Aug 25, 2023
…erting Series maintains Series) (#54760)

Backport PR #54699: BUG: setitem with object type inserting Series maintains Series

Co-authored-by: Matthew Roeschke <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Indexing Related to indexing on series/frames, not to indexes themselves Nested Data Data where the values are collections (lists, sets, dicts, objects, etc.).
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: .loc/.iloc/.at/iat setitem coerces a pd.Series to np.ndarray with object dtype
1 participant