网站更新内容:请访问: https://bigdata.ministep.cn/

Parse HTML table to Python list

Parse HTML table to Python list? - Stack Overflow

You should use some HTML parsing library like lxml:
Hands down the easiest way to parse a HTML table is to use pandas.read_html() - it accepts both URLs and HTML.

posted @ 2021-08-22 12:03  ministep88  阅读(68)  评论(0编辑  收藏  举报
网站更新内容:请访问:https://bigdata.ministep.cn/