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: Fix DataFrame logical ops Series inconsistency #28741

Merged
merged 8 commits into from
Oct 5, 2019

Conversation

jbrockmendel
Copy link
Member

@jbrockmendel jbrockmendel commented Oct 2, 2019

closes #5284
closes #5035

  • tests added / passed
  • passes black pandas
  • passes git diff upstream/master -u -- "*.py" | flake8 --diff
  • whatsnew entry

Will need to look and see if this closes anything else.

This will have a merge conflict with #28638, that is a slightly higher priority.

Not sure if this constitutes an API change as the behavior for these ops is all over the place.

@jreback jreback added the Reshaping Concat, Merge/Join, Stack/Unstack, Explode label Oct 2, 2019
@jreback
Copy link
Contributor

jreback commented Oct 2, 2019

pls rebase

@jbrockmendel
Copy link
Member Author

rebased+green

@jreback jreback added this to the 1.0 milestone Oct 2, 2019
@jreback
Copy link
Contributor

jreback commented Oct 2, 2019

lgtm. I think we need a small section in whatsnew to show what has changed? (could defer if you want to do a larger section on ops changes, though maybe easier to grok in pieces).

@jbrockmendel
Copy link
Member Author

Added line in whatsnew, not a whole section. Prefer to hold off on more pending nailing down remaining inconsistencies

@jreback jreback merged commit a43ac01 into pandas-dev:master Oct 5, 2019
@jreback
Copy link
Contributor

jreback commented Oct 5, 2019

thanks. I would add the original issues to the whatsnew that you have here (and maybe in the comments you added in ops.py)

@jbrockmendel jbrockmendel deleted the dfcmp branch October 6, 2019 13:43
proost pushed a commit to proost/pandas that referenced this pull request Dec 19, 2019
proost pushed a commit to proost/pandas that referenced this pull request Dec 19, 2019
bongolegend pushed a commit to bongolegend/pandas that referenced this pull request Jan 1, 2020
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Reshaping Concat, Merge/Join, Stack/Unstack, Explode
Projects
None yet
2 participants