Massachusetts Arbovirus Survalliance Data 2014-19
Survalliance Data for EEE and WNV in Massachusetts from 2014-2019
@kaggle.bullardla_massachusetts_arbovirus_survalliance_data_201419
Survalliance Data for EEE and WNV in Massachusetts from 2014-2019
@kaggle.bullardla_massachusetts_arbovirus_survalliance_data_201419
CREATE TABLE animal_cases (
"town_or_city" VARCHAR,
"animal_species" VARCHAR,
"onset_year" BIGINT,
"virus_result" VARCHAR
);
CREATE TABLE human_arbovirus_cases (
"county" VARCHAR,
"age_range" VARCHAR,
"onset_date" TIMESTAMP,
"virus_result" VARCHAR,
"clinical_presentation" VARCHAR
);
CREATE TABLE mosquito_totals (
"county" VARCHAR,
"town" VARCHAR,
"collection_date" VARCHAR,
"species" VARCHAR,
"virus" VARCHAR
);
CREATE TABLE total_tests_per_year (
"year" BIGINT,
"mosquitos_tested" BIGINT,
"animals_tested" BIGINT
);
Anyone who has the link will be able to view this.