Skip to content

API/DOC: confirm boolean operators are consistent signature across pandas objects #7278

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

Closed
jreback opened this issue May 29, 2014 · 1 comment

Comments

@jreback
Copy link
Contributor

jreback commented May 29, 2014

Series.eq should have same signature as DataFrame.eq

including axis,level args

add docs for these as well

@jreback jreback added this to the 0.15.0 milestone May 29, 2014
@jreback jreback modified the milestones: 0.16.0, Next Major Release Mar 6, 2015
@jschendel jschendel modified the milestones: Contributions Welcome, No action Jul 6, 2018
@jschendel
Copy link
Member

This looks to be resolved: the only difference now appears to be fill_value in Series.eq, which doesn't really make sense for DataFrame.eq.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants