Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

At present, pandas_datareader prompts the solution that yahoo cannot download data.

2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Network Security >

Share

Shulou(Shulou.com)06/01 Report--

Pandas_datareader._utils.RemoteDataError: Unable to read URL: http://ichart.finance.yahoo.com/table.csv?f=2017&ignore=.csv&b=31&c=2016&g=d&a=11&d=4&s=INPX&e=16

Hint can not download yahoo data, looked through the information for a long time, found the answer on github. At present, 0.4.1 has not been released and can be temporarily resolved by the following methods.

See https://github.com/pydata/pandas-datareader/issues/315 for details

Here is an excerpt of the solution

For a temporary fix (until this PR gets merged), try:

Git clone https://github.com/rgkimball/pandas-datareader$ cd pandas-datareader$ git checkout fix-yahoo$ pip install-e.

On Python:

Import pandas_datareader as pdrprint (pdr.__version__) # Make sure it is' 0.4.1.

In operation

Import pandas_datareader as pdrpdr.get_data_yahoo ('AAPL')

As a result, the data can be downloaded successfully.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Network Security

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report