Bug in Series index comparison
Created by: mattpitkin
In the _compare_index()
method of the Series
class I think there is a bug in the except
clause. Both idxa
and idxb
get set to the same values, but I think one of them should be set from other
rather than self
.