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
ix actually treats this as a positional indexer but then doesn't complain that it's out of bounds (like a list indexer in python allows u to go over the end)
Using version 0.12, is throwing an exception the intended behavior?
The .ix indexer works as expected here (and returns the items contained in the slice).
The text was updated successfully, but these errors were encountered: