Skip to content

BUG: frame[x].loc[y] inconsistent with frame.at[x, y] GH#22372 #45287

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 2 commits into from
Jan 16, 2022

Conversation

jbrockmendel
Copy link
Member

@jreback jreback added this to the 1.5 milestone Jan 10, 2022
@jreback jreback added Bug Indexing Related to indexing on series/frames, not to indexes themselves labels Jan 10, 2022
@jreback jreback merged commit c80f656 into pandas-dev:main Jan 16, 2022
@jbrockmendel jbrockmendel deleted the bug-22372 branch January 16, 2022 17:48
phofl pushed a commit to phofl/pandas that referenced this pull request Aug 1, 2022
phofl added a commit that referenced this pull request Aug 3, 2022
… with frame.at[x, y]) (#45287) (#47921)

* BUG: frame[x].loc[y] inconsistent with frame.at[x, y] GH#22372 (#45287)

Co-authored-by: Jeff Reback <[email protected]>

* Add whatsnew

* Remove whatsnew file

* Move whatsnew

Co-authored-by: jbrockmendel <[email protected]>
Co-authored-by: Jeff Reback <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Indexing Related to indexing on series/frames, not to indexes themselves
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using df.at() for assignment changes views of certain columns, but not all of them
2 participants