Pennsylvania COVID-19 Data Scraping with Python
Over the last few weeks I’ve been using Python to scrape the Pennsylvania Department of Health’s Coronavirus page. Over time the page has evolved and even split into sub-pages which contain table date of cases, deaths and other statistics. I’ve decided to put my Python script on GitHub for public consumption. Initially when I had…
Read More Pennsylvania COVID-19 Data Scraping with Python