-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
String comparison in query() #6155
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
Comments
cc @cpcloud IIRC this is not implemented ATM |
Yep only |
Let me take a look at why this happens and I'll clean up the error message or I'll implement it. |
Interesting ... it only fails on the |
Ok this was simply a case of making those evaluate in Python space when object dtypes are being compared.... I think maybe a doc note about the fact that expressions that are evaluated on a case by case basis in terms of the types of their result is needed ... I could've sworn I wrote something about this, but maybe just in our conversations .... |
hahah... |
@chuyelchulo Couple of details that might interest you:
|
I'm adapting that for the docs, PR coming shortly |
@chuyelchulo Thanks for reporting this. |
Thanks, that was really interesting! |
Hi, it seems that string comparisons aren't supported in query() yet, so maybe this isn't a bug yet. Anyway, hopefully this behavior will be fixed for future editions of pandas.
The text was updated successfully, but these errors were encountered: