-
-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Buggy negative slicing with ix #2600
Comments
It's a binary-search slicing issue on monotonic indexes. Not sure if will fix. deferring to 0.11 after discussion with @changhiskhan |
since but the following do
|
I just ran into this bug. Are you still planning to fix it? |
I don't think we will fix this. |
@jreback agree to close? |
@jorisvandenbossche yep agreed. |
http://stackoverflow.com/questions/14035817/slicing-pandas-dataframe-with-negative-index-with-ix-method
The text was updated successfully, but these errors were encountered: