获取Web表数据

时间:2018-08-16 23:22:14

标签: jquery html pandas html-table ncbi

我想从NCBI数据库的查询中获取值。我要从中提取表的页面是https://www.ncbi.nlm.nih.gov/search/?term=%22PROTEIN+FATE%22

我试图通过LibreOffice和Pandas获取表格

import pandas as pd
tables = pd.read_html("https://www.ncbi.nlm.nih.gov/search/?term=%22PROTEIN+FATE%22")

在两种情况下,结果均为:

enter image description here

enter image description here

但是,我期望不是“搜索”,而是获得如下所示的数值: enter image description here

有什么直观的方法吗?

谢谢!

0 个答案:

没有答案