ConnectionResetError:将网站读入Pandas时出现[WinError 10054]

时间:2019-09-11 20:27:39

标签: python error-handling connection

我尝试使用下面的代码将网站“ https://www.zacks.com/earnings/earnings-calendar”读入Pandas,但始终出现以下错误:ConnectionResetError:[WinError 10054]远程主机强行关闭了现有连接

import pandas as pd

df = pd.read_html('https://www.zacks.com/earnings/earnings-calendar', header = 1)

ConnectionResetError:[WinError 10054]现有连接被远程主机强行关闭

0 个答案:

没有答案