Skip to content
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

Added options data functionality #1748

Merged
merged 5 commits into from
Sep 8, 2012
Merged

Added options data functionality #1748

merged 5 commits into from
Sep 8, 2012

Conversation

sglyon
Copy link
Contributor

@sglyon sglyon commented Aug 9, 2012

Added ability to fetch options data from yahoo! finance. With this there are a few 'helper' methods to get different things out of the data.

Answers issue #1739

Also cleaned up a bit of the /pandas/io/data.py file to comply better with PEP8.

sglyon added 4 commits August 8, 2012 21:00
I left some things in the docstrings for get_options_data, get_calls_data, and get_puts_data.
return TextParser(data, names=header).get_chunk()


class Options():
Copy link
Member

Choose a reason for hiding this comment

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

inherit from object

…bject.

Changes made based on discussion in pull request.

Signed-off-by: Spencer Lyon <spencerlyon2@gmail.com>
@wesm wesm merged commit 5683611 into pandas-dev:master Sep 8, 2012
@wesm
Copy link
Member

wesm commented Sep 8, 2012

Thanks for this!

@fzumstein
Copy link

Great functionality! Are there any plans to upgrade to BeautifulSoup4 (bs4) instead of version 3?

@wesm
Copy link
Member

wesm commented Nov 18, 2012

I would happily accept a pull request

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

Successfully merging this pull request may close these issues.

3 participants