How to extract tables from websites in Python

后端 未结 6 846
无人及你
无人及你 2020-12-04 18:18

Here,

http://www.ffiec.gov/census/report.aspx?year=2011&state=01&report=demographic&msa=11500

There is a table. My goal is to

6条回答
  •  一整个雨季
    2020-12-04 19:09

    Look at BeautifulSOup module. In documentation you will find many examples of parsing html.

    Also for csv you have ready solution - csv module.

    It should be quite easy.

提交回复
热议问题