Skip to content
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

BUG: boolean query evaluation #6148

Closed
jreback opened this issue Jan 28, 2014 · 5 comments · Fixed by #6163
Closed

BUG: boolean query evaluation #6148

jreback opened this issue Jan 28, 2014 · 5 comments · Fixed by #6163
Labels
Bug Dtype Conversions Unexpected or buggy dtype conversions
Milestone

Comments

@jreback
Copy link
Contributor

jreback commented Jan 28, 2014

http://stackoverflow.com/questions/21414959/querying-a-single-row-dataframe-with-anded-conditionals/21415119#21415119

cc @cpcloud

@jreback
Copy link
Contributor Author

jreback commented Jan 28, 2014

I think the OP is trying to use implict boolean conditionals....

@cpcloud
Copy link
Member

cpcloud commented Jan 28, 2014

I think it's because it's a 1-element Series which I think I turn into a scalar. Not sure though. I can check tonight.

@jreback
Copy link
Contributor Author

jreback commented Jan 28, 2014

k....(you examples in the docs are longer than 1 element) and see to be ok.....

@cpcloud
Copy link
Member

cpcloud commented Jan 29, 2014

alright i see where the issue is

@cpcloud
Copy link
Member

cpcloud commented Jan 29, 2014

i'm binging on pandas tonight 🍪

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Dtype Conversions Unexpected or buggy dtype conversions
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants