Skip to content

API: make DataFrame.__boolop__ default_axis match DataFrame.__arithop__ default_axis #36793

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 1 commit into from
Oct 2, 2020

Conversation

jbrockmendel
Copy link
Member

Fix a test warning generated by an ipython test, unrelated

@jreback jreback added API - Consistency Internal Consistency of API/Behavior Reshaping Concat, Merge/Join, Stack/Unstack, Explode labels Oct 2, 2020
@jreback jreback added this to the 1.2 milestone Oct 2, 2020
@jreback jreback merged commit c865e2c into pandas-dev:master Oct 2, 2020
@jreback
Copy link
Contributor

jreback commented Oct 2, 2020

see fine, as to your original question i don't think we want the special case

@jbrockmendel jbrockmendel deleted the cln-default_axis branch October 2, 2020 21:48
kesmit13 pushed a commit to kesmit13/pandas that referenced this pull request Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API - Consistency Internal Consistency of API/Behavior Reshaping Concat, Merge/Join, Stack/Unstack, Explode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

API: why do DataFrame bool ops have default_axis=columns while arith/cmp have default_axis=None?
2 participants