Re: Extract the “Matrix form” dataset from BCS website.

2022-12-22 Thread Thomas Passin
On 12/22/2022 8:35 AM, hongy...@gmail.com wrote: I want to extract / scrape the “Matrix form” dataset from the BCS website [1], a.k.a., the data appeared in the 3rd column. I tried with the following python code snippet, but still failed to figure out the trick: Tell what you observed, and w

Extract the “Matrix form” dataset from BCS website.

2022-12-22 Thread hongy...@gmail.com
I want to extract / scrape the “Matrix form” dataset from the BCS website [1], a.k.a., the data appeared in the 3rd column. I tried with the following python code snippet, but still failed to figure out the trick: import requests from bs4 import BeautifulSoup import re proxies = { 'http':