Skip to content

pandas.Series.eq docs page example doesn't feature eq #25301

Closed
@mikeyford

Description

@mikeyford

The current stable documentation page for eq doesn't actually feature eq in the example:

https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.eq.html

I presume the last execution in the example should be something like this, rather than the add example.

>>> a.eq(b)
a     True
b    False
c    False
d    False
e    False
dtype: bool

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions