You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Pdb) result
A B C D
foo 2 3 4 5
bar 7 8 9 10
baz 12 13 14 15
qux 12 13 14 15
foo 12 13 14 15
bar 12 13 14 15
(Pdb) result.ix['bar']
*** Exception: Reindexing only valid with uniquely valued Index objects