Error when comparing equality of indexes #9785
Labels
Compat
pandas objects compatability with Numpy or Python functions
Error Reporting
Incorrect or improved errors from pandas
Milestone
In 0.16.0 comparing MultiIndices using
==
raises an exception.Another one I've come across is that there is an
AttributeError
when comparing indexes for which the underlying numpy arrays cannot be broadcast together. The error message itself is very obscure. I gather that.equals()
can be used for what I'm trying to do in these examples, but still the errors when using==
are surprising.The text was updated successfully, but these errors were encountered: