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: df.iloc[:, 0] = df.iloc[::-1, 0] not setting inplace for EAs #45352

Merged
merged 12 commits into from
Mar 1, 2022

Conversation

jbrockmendel
Copy link
Member

@jbrockmendel jbrockmendel commented Jan 13, 2022

@jbrockmendel jbrockmendel added Bug Indexing Related to indexing on series/frames, not to indexes themselves labels Jan 15, 2022
@jbrockmendel
Copy link
Member Author

@jreback gentle ping, this will let me get rid of some TODO/FIXMEs

# https://github.com/pandas-dev/pandas/pull/44514#discussion_r754002410
using_array_manager = isinstance(df._mgr, pd.core.internals.ArrayManager)

df = pd.DataFrame({"A": data})
Copy link
Contributor

Choose a reason for hiding this comment

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

this is a duplicate line

@jreback jreback merged commit 3960157 into pandas-dev:main Mar 1, 2022
@jbrockmendel jbrockmendel deleted the bug-33457-2 branch March 1, 2022 04:20
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.

2 participants