EMPRES Global Animal Disease Surveillance
Global animal disease outbreaks from the last 2 years
@kaggle.tentotheminus9_empres_global_animal_disease_surveillance
Global animal disease outbreaks from the last 2 years
@kaggle.tentotheminus9_empres_global_animal_disease_surveillance
CREATE TABLE outbreak_240817 (
"id" BIGINT,
"source" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"region" VARCHAR,
"country" VARCHAR,
"admin1" VARCHAR,
"localityname" VARCHAR,
"localityquality" VARCHAR,
"observationdate" TIMESTAMP,
"reportingdate" TIMESTAMP,
"status" VARCHAR,
"disease" VARCHAR,
"serotypes" VARCHAR,
"speciesdescription" VARCHAR,
"sumatrisk" DOUBLE,
"sumcases" DOUBLE,
"sumdeaths" DOUBLE,
"sumdestroyed" DOUBLE,
"sumslaughtered" DOUBLE,
"humansgenderdesc" VARCHAR,
"humansage" DOUBLE,
"humansaffected" DOUBLE,
"humansdeaths" DOUBLE
);
Anyone who has the link will be able to view this.