COVID-19: The Czech Republic Person-level Data
Data about all people in The Czech Republic (Czechia) who contracted COVID-19
@kaggle.samusram_covid19_the_czech_republic_personlevel_data
Data about all people in The Czech Republic (Czechia) who contracted COVID-19
@kaggle.samusram_covid19_the_czech_republic_personlevel_data
The data were downloaded from the Ministry of Health of the Czech Republic web https://onemocneni-aktualne.mzcr.cz/api/v1/covid-19, which host data provided by The Institute of Health Information and Statistics of the Czech Republic in collaboration with Institute of Biostatistics and Analyses at the Faculty of Medicine of the Masaryk University (IBA FM MU) in Brno, Czech Republic. The Czech region codes were gathered from the following wiki page
The dataset contains detailed information about patients who contracted COVID-19 in The Czech Republic.
CREATE TABLE cz_covid19_persons_2020_04_13 (
"report_date" TIMESTAMP,
"age" BIGINT,
"gender" VARCHAR,
"cz_region_code_nuts3" VARCHAR,
"imported_case" DOUBLE,
"country_of_exposure_csu_code" VARCHAR
);
CREATE TABLE cz_region_codes (
"region_name" VARCHAR,
"region_code_nuts3" VARCHAR
);
Anyone who has the link will be able to view this.