Skip to content

BUG: frame._item_cache not cleared when Series is altered #36051

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 30 commits into from
Sep 2, 2020

Conversation

jbrockmendel
Copy link
Member

jbrockmendel and others added 28 commits August 20, 2020 21:19
@jreback jreback added Bug Indexing Related to indexing on series/frames, not to indexes themselves labels Sep 1, 2020
@jreback jreback added this to the 1.1.2 milestone Sep 1, 2020
@jreback
Copy link
Contributor

jreback commented Sep 1, 2020

lgtm. ok for 1.1.2 i think. any perf implications?

@jbrockmendel
Copy link
Member Author

any perf implications?

I dont think so. It's just a dict.pop, and any case when its hit is one where we're doing the wrong thing now.

Copy link
Contributor

@jreback jreback left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@jreback jreback merged commit c41e500 into pandas-dev:master Sep 2, 2020
@jreback
Copy link
Contributor

jreback commented Sep 2, 2020

thanks @jbrockmendel

@simonjayhawkins
Copy link
Member

@meeseeksdev backport 1.1.x

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.

Inconsistent retrieval of DataFrame columns as Series.
5 participants