Skip to content

BUG: GH11235 where pd.eval doesn't handle unary ops in lists #11366

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

Merged
merged 1 commit into from
Oct 23, 2015

Conversation

kawochen
Copy link
Contributor

closes #11235

'-37, 37, ~37, +37]'),
np.array([-True, True, ~True, +True,
-False, False, ~False, +False,
-37, 37, ~37, +37]))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add in the op original example as well (could locate where some of other eval tests are, in test_frame IIRC)

add in the issue number here as well

@jreback jreback added the Bug label Oct 19, 2015
@jreback jreback added this to the 0.17.1 milestone Oct 19, 2015
@kawochen
Copy link
Contributor Author

updated

jreback added a commit that referenced this pull request Oct 23, 2015
BUG: GH11235 where pd.eval doesn't handle unary ops in lists
@jreback jreback merged commit 22d75a3 into pandas-dev:master Oct 23, 2015
@jreback
Copy link
Contributor

jreback commented Oct 23, 2015

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dataframe.eval(): Negative number in list passed to 'in'-expression causes crash on python 3.4.0
2 participants