我正在尝试提取
中的表中包含的内容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">
如何使用熊猫提取表格?
答案 0 :(得分:0)
使用python3无法生产。