-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Query errors in Windows #12023
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
Thanks for the report. I've got a similar report personally which seems to be caused by a local variable using Is your problem only caused by queries includes |
We have only observed it on queries using @, since the failure happens at random values it is very hard to test whether it fails without using the @ operator. |
this is numexpr 2.4.4 which is a bit buggy see #11743 update to 2.4.6 and all will be well |
According to your comment on #11743 shouldn't the indexing issue only happen for >500K elements? Anyway, if if is a |
you can remove |
note that |
Just noticed it a few minutes ago. Will test with the upgraded version and check that everything works. Thanks! |
We are observing some inconsistent behaviour of the dataframe
query
method under windows.I enclose a smallish (3600 rows) dataframe where we find the issue.
The following code fails randomly under Windows, but seems to work smoothly on Mac:
We are observing a failure every other run (often with two or three values failing).
Here is the output of
pd.show_versions()
on the failing machine:pd_bug.txt
The text was updated successfully, but these errors were encountered: