-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
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
Comments
I think we have another issue for this. Can you search for it?
…On Wed, Feb 13, 2019 at 6:35 AM Michael Ford ***@***.***> wrote:
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
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#25301>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABQHIs-ShQd9MOMo36jooIFE6fJk88vpks5vNAaqgaJpZM4a5T22>
.
|
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. |
I was thinking of #24589.
We can lump this in with that.
…On Wed, Feb 13, 2019 at 6:54 AM Michael Ford ***@***.***> wrote:
I could only find this issue and commit #24774
<#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.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#25301 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABQHInOIgfbK8VUAYnH7v46jEa8pWl75ks5vNAr-gaJpZM4a5T22>
.
|
ah, that makes sense. Cheers. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: