Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Multiline Eval broken for local variables after first line #15342
Comments
stephenrauch
referenced
this issue
Feb 8, 2017
Closed
BUG: Multiline Eval broken for local variables after first line #15343
jreback
added Bug Numeric
labels
Feb 8, 2017
jreback
added this to the
0.20.0
milestone
Feb 8, 2017
jreback
closed this
in 3c9fec3
Feb 9, 2017
AnkurDedania
added a commit
to AnkurDedania/pandas
that referenced
this issue
Mar 21, 2017
|
|
stephenrauch + AnkurDedania |
e5a58f0
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
stephenrauch commentedFeb 8, 2017
Problem description
As discussed here, using local variables with a multi-line eval does not work for locals not on the first line.
This:
fails with:
NOTE: I will be submitting a PR shortly.
Output of
pd.show_versions()pandas: 0.19.2
nose: 1.3.7
pip: 8.1.2
setuptools: 18.2
Cython: None
numpy: 1.12.0
dateutil: 2.6.0
pytz: 2016.6.1