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

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

Closed
mikeyford opened this issue Feb 13, 2019 · 4 comments
Closed

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

mikeyford opened this issue Feb 13, 2019 · 4 comments

Comments

@mikeyford
Copy link

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
@TomAugspurger
Copy link
Contributor

TomAugspurger commented Feb 13, 2019 via email

@mikeyford
Copy link
Author

I could only find this issue and commit #24774 which fixes the DataFrame.eq docs.

It doesn't look to me like that will address the Series.eq docs, although I may be missing something.

@TomAugspurger
Copy link
Contributor

TomAugspurger commented Feb 13, 2019 via email

@mikeyford
Copy link
Author

ah, that makes sense. Cheers.

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

No branches or pull requests

2 participants