Skip to content

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

@jreback

Description

@jreback
Contributor

Series.eq should have same signature as DataFrame.eq

including axis,level args

add docs for these as well

Activity

added this to the 0.15.0 milestone on May 29, 2014
modified the milestones: 0.16.0, Next Major Release on Mar 6, 2015
modified the milestone: Contributions Welcome on Jul 6, 2018
jschendel

jschendel commented on Jul 6, 2018

@jschendel
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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @jreback@jorisvandenbossche@jschendel

        Issue actions

          API/DOC: confirm boolean operators are consistent signature across pandas objects · Issue #7278 · pandas-dev/pandas