Skip to content

BUG: frame.loc[2:, 'z'] not setting inplace when multi-block #44345

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 5 commits into from
Nov 13, 2021

Conversation

jbrockmendel
Copy link
Member

  • closes #xxxx
  • tests added / passed
  • Ensure all linting tests pass, see here for how to run them
  • whatsnew entry

@@ -407,6 +407,11 @@ def test_setitem_frame_duplicate_columns(self, using_array_manager):
expected["C"] = expected["C"].astype("int64")
# TODO(ArrayManager) .loc still overwrites
expected["B"] = expected["B"].astype("int64")

mark = pytest.mark.xfail(
Copy link
Contributor

Choose a reason for hiding this comment

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

what this about?

Copy link
Member Author

Choose a reason for hiding this comment

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

the ArrayManager behavior is different for reasons i'm still chasing down

@jreback jreback added the Indexing Related to indexing on series/frames, not to indexes themselves label Nov 11, 2021
@jreback
Copy link
Contributor

jreback commented Nov 11, 2021

is this user facing at all?

@jbrockmendel
Copy link
Member Author

is this user facing at all?

yes, will update with whatsnew

@jbrockmendel
Copy link
Member Author

whatsnew added + green

@jreback jreback added this to the 1.4 milestone Nov 11, 2021
@jreback
Copy link
Contributor

jreback commented Nov 11, 2021

cc @phofl if you can have a look

Copy link
Member

@phofl phofl left a comment

Choose a reason for hiding this comment

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

lgtm

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants