COVID-19 In The Netherlands
Dataset on Covid cases in NL - based on RIVM information
@kaggle.konradb_covid19_in_the_netherlands
Dataset on Covid cases in NL - based on RIVM information
@kaggle.konradb_covid19_in_the_netherlands
CREATE TABLE covid_data (
"version" BIGINT,
"date_statistics" TIMESTAMP,
"date_statistics_type" VARCHAR,
"agegroup" VARCHAR,
"sex" VARCHAR,
"province" VARCHAR,
"deceased" VARCHAR,
"week_of_death" DOUBLE,
"municipal_health_service" VARCHAR
);
Anyone who has the link will be able to view this.