You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also fixes the code which attempted to ignore any blank lines in the
multiline expression.
closespandas-dev#15342
Author: Stephen Rauch <[email protected]>
Closespandas-dev#15343 from stephenrauch/multi-line-eval-with-local and squashes the following commits:
fe67ede [Stephen Rauch] BUG: GH15342 - Multiline Eval broken for local variables after first line
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
The text was updated successfully, but these errors were encountered: