gabrielpreda / covid_19_ro

Daily county data for Romania, scrapped from official announcements site
6 stars 1 forks source link
beautifulsoup covid19-data daily dataset kaggle python timeseries

covid_19_ro

Daily county data (Confirmed) for Romania, scrapped from official announcements on Interior Affairs Ministry site.

Contains as well country level data for ICU patients, quarantined and isolated people and daily performed tests.

Uses BeautifulSoup and regex to get content and filter the relevant information.

Utility adapted from Parsing HTML Tables in Python with BeautifulSoup and pandas.