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
Monkeypox was first discovered in 1958 when two outbreaks of a pox-like disease occurred in colonies of monkeys kept for research, hence the name ‘monkeypox.’ The first human case of monkeypox was recorded in 1970 in the Democratic Republic of Congo during a period of intensified effort to eliminate smallpox.
Recently however, an outbreak of the viral disease monkeypox was confirmed in May 2022, beginning with a cluster of cases found in the United Kingdom. The first recognized case was confirmed on 6 May 2022 and reported cases thus far have no established travel links to an endemic area. From 18 May onwards, cases were reported from an increasing number of countries and regions, predominantly in Europe, but also in North and South America, Asia, North Africa, and Australia.
In light of this matter, this dataset contains daily updated cases of monkeypox gathered by Global Health and used by the World Health Organization. For information regarding symptoms, risks and more please refer to this article by WHO.
- Forecast number of monkeypox cases;
- Your kernel can be featured here!
If you use this dataset in your research, please credit the authors.
Citation
- Multi-country monkeypox outbreak in non-endemic countries. World Health Organization. 21st May, 2022.
- Global.health Monkeypox database (accessed at present date)
License
CC BY 4.0.
Splash banner
Icon by Kerismaker.
CREATE TABLE monkeypox_cases_by_country (
"location" VARCHAR,
"count" BIGINT
);CREATE TABLE monkeypox_df (
"n__id" VARCHAR -- Id,
"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.