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
I'm really sorry if this is a duplicate issue of #2997, but it seems to me that this is a little bit different. Here the .ix when getting a value interprets the integer as label, and when setting a value it interprets it as a positional index.
I'm really sorry if this is a duplicate issue of #2997, but it seems to me that this is a little bit different. Here the
.ix
when getting a value interprets the integer as label, and when setting a value it interprets it as a positional index.I see this issue with the 0.12 version and also with the latest git checkout.
Update: @jreback noticed that the
.loc
is not working either.The text was updated successfully, but these errors were encountered: