We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
if you call this method using only the month, an UnboundedLocalError exception is trown
goog_opt.get_options_data(month=3)
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pandas/io/data.pyc in _get_option_data(self, month, year, expiry, table_loc, name) 639 640 if month: --> 641 name += m1 + str(year)[-2:] 642 setattr(self, name, option_data) 643 return option_data UnboundLocalError: local variable 'm1' referenced before assignment
Apparently the issue is in here: https://github.com/pydata/pandas/blob/master/pandas/io/data.py#L639
The text was updated successfully, but these errors were encountered:
Thanks for reporting. I pushed a Fix and it'll part of 0.13.1, due in a few days.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
if you call this method using only the month, an UnboundedLocalError exception is trown
Apparently the issue is in here: https://github.com/pydata/pandas/blob/master/pandas/io/data.py#L639
The text was updated successfully, but these errors were encountered: