-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
bool DataFrame arith operations error when size is large enough #4934
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
yes, that's correct. Let me see if I get the same thing. |
You cannot multiply boolean arrays using |
|
Yeah, but don't we need to account for this? |
yes....wasn't dismissing it ... was just offering an alternative for @dalejung if he is awake hacking at 1:30 AM EST and needs a quick solution |
@jtratner can u put this in your arith ops refactor? |
actually kind of annoying ... since u have to convert bools to ints for arith ops ... good eval test case as well |
same error, shocker 😄 |
yeah - what should we do - just check for bool dtypes in _can_use? On Sun, Sep 22, 2013 at 1:28 AM, Phillip Cloud [email protected]:
|
@cpcloud No worries. Using the |
@jtratner disallow for arith ops allow for |
this was closed by #6803 (raises ``NotImplementedError) |
I'm guessing there's a size trigger that throws ops to
numexpr
since this doesn't fail for smaller frames.The text was updated successfully, but these errors were encountered: