-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
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
compare two series objects ignores index #8257
Comments
see discussion here: #1134 This is a feature! |
Thanks for the link, can this be documented/highlighted in documentation? It's really not obvious! |
@jorisvandenbossche I know, but I don't think its easy to change this, so can't happen in 0.15.0 maybe later. let's just document for now. @mjnicky want to take a stab at this? |
This was fixed in #13894 for 0.19.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that when comparing two Series objects, index is ignored, here is an trivial example
The text was updated successfully, but these errors were encountered: