Global Monkeypox Cases (daily Updated)
Daily updated cases of Monkeypox across the world.
@kaggle.andrewmvd_global_monkeypox_cases
Daily updated cases of Monkeypox across the world.
@kaggle.andrewmvd_global_monkeypox_cases
CREATE TABLE monkeypox_df (
"n__id" VARCHAR,
"pathogen" VARCHAR,
"id" VARCHAR,
"case_status" VARCHAR,
"pathogen_status" VARCHAR,
"location_information" VARCHAR,
"age" VARCHAR,
"sex_at_birth" VARCHAR,
"sex_at_birth_other" VARCHAR,
"gender" VARCHAR,
"gender_other" VARCHAR,
"race" VARCHAR,
"race_other" VARCHAR,
"ethnicity" VARCHAR,
"ethnicity_other" VARCHAR,
"nationality" VARCHAR,
"nationality_other" VARCHAR,
"occupation" VARCHAR,
"healthcare_worker" VARCHAR,
"previous_infection" VARCHAR,
"co_infection" VARCHAR,
"pre_existing_condition" VARCHAR,
"pregnancy_status" VARCHAR,
"vaccination" VARCHAR,
"vaccine_name" VARCHAR,
"vaccination_date" VARCHAR,
"vaccine_side_effects" VARCHAR,
"symptoms" VARCHAR,
"date_onset" VARCHAR,
"date_confirmation" VARCHAR,
"confirmation_method" VARCHAR,
"date_of_first_consultation" VARCHAR,
"hospitalized" VARCHAR,
"reason_for_hospitalization" VARCHAR,
"date_hospitalization" VARCHAR,
"date_discharge_hospital" VARCHAR,
"intensive_care" VARCHAR,
"date_admission_icu" VARCHAR,
"date_discharge_icu" VARCHAR,
"home_monitoring" VARCHAR,
"isolated" VARCHAR,
"date_isolation" VARCHAR,
"outcome" VARCHAR,
"date_death" VARCHAR,
"date_recovered" VARCHAR,
"contact_with_case" VARCHAR,
"contact_id" VARCHAR,
"contact_setting" VARCHAR,
"contact_setting_other" VARCHAR,
"contact_animal" VARCHAR,
"contact_comment" VARCHAR,
"transmission" VARCHAR,
"travel_history" VARCHAR,
"travel_history_entry" VARCHAR,
"travel_history_start" VARCHAR,
"travel_history_location" VARCHAR,
"genomics_metadata" VARCHAR,
"accession_number" VARCHAR,
"source" VARCHAR,
"source_ii" VARCHAR,
"source_iii" VARCHAR,
"source_iv" VARCHAR,
"date_entry" VARCHAR,
"date_last_modified" VARCHAR,
"location" VARCHAR,
"county" VARCHAR
);
Anyone who has the link will be able to view this.