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

XML and HTML: Web scraping #57

Closed
jingw222 opened this issue Mar 6, 2017 · 3 comments
Closed

XML and HTML: Web scraping #57

jingw222 opened this issue Mar 6, 2017 · 3 comments

Comments

@jingw222
Copy link

jingw222 commented Mar 6, 2017

Hi, Wes. In Chapter 6, there's one part that's kind of outdated:

XML and HTML, Web scraping
NB. The Yahoo! Finance API has changed and this example no longer works

Do you mind revise that part and present us a v2.0?

@wesm
Copy link
Owner

wesm commented Mar 13, 2017

I am removing the Yahoo! Finance example (since who knows what Yahoo! will look like a few years from now even) for the 2nd edition

@duncangh
Copy link

@jingw222 you can still replicate the exercises in Python for Data Analysis using the pandas_datareader library. See https://github.com/pydata/pandas-datareader

import pandas_datareader as pdr
pdr.get_data_yahoo('AAPL')

@wesm
Copy link
Owner

wesm commented Sep 9, 2017

Fixed in 2nd edition

@wesm wesm closed this as completed Sep 9, 2017
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

No branches or pull requests

3 participants