-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
Curious: df.ix[False] returns the first row #2199
Comments
Getting coerced to 0 I guess. Buglet |
In [9]: com.is_integer(True) |
In the Python source ( typedef PyIntObject PyBoolObject; thus it is a subclass of |
FAIL: test_getitem_setitem_ix_bool_keyerror (pandas.tests.test_frame.TestDataFrame) Traceback (most recent call last): |
That's interesting. Did you rebuild the C extensions? |
that was it. thanks. |
Don't know if this is a bug or intentiional.
The text was updated successfully, but these errors were encountered: