pd.read_html不从网站读取任何表

时间:2018-08-22 08:04:59

标签: python html pandas

我正在尝试提取

中的表中包含的内容

https://www.timeanddate.com/weather/netherlands/amsterdam/historic?month=8&year=2018

但是,如果我尝试简单的话:

import pandas as pd
Ds=pd.read_html(r'http://www.timeanddate.com/weather/netherlands/amsterdam/historic?month=8&year=2018')

我收到以下错误:

TypeError: ufunc 'add' did not contain a loop with signature matching types dtype('<U82') dtype('<U82') dtype('<U82').

我检查了一下,如果查看html源代码,就可以看到感兴趣的表,

<table id="wt-his" class="zebra tb-wt fw va-m tb-hover sticky-en">

如何使用熊猫提取表格?

1 个答案:

答案 0 :(得分:0)

使用python3无法生产。