top of page
Untitled

DATA DOUBLE CONFIRM

Scraping table data off website - Python

This notebook presents two ways of scraping table data off website, one using pandas and the other using BeautifulSoup: https://github.com/hxchua/datadoubleconfirm/blob/master/notebooks/table.ipynb.


This is the table that we want to scrap off the website.

And this is the final output in the form of pandas dataframe.


bottom of page