Baselight

Monkeypox Dataset

Monkey pox cases around the world.

@kaggle.deepcontractor_monkeypox_dataset_daily_updated

Loading...
Loading...

About this Dataset

Monkeypox Dataset

LIVE DATA IS NO LONGER AVAILABLE

Context

  • Monkeypox is an infectious disease caused by the monkeypox virus that can occur in certain animals, including humans. Symptoms begin with fever, headache, muscle pains, swollen lymph nodes, and feeling tired.
  • An ongoing outbreak of monkeypox was confirmed on 6 May 2022, beginning with a British resident who, after traveling to Nigeria (where the disease is endemic), presented symptoms consistent with monkeypox on 29 April 2022. The resident returned to the United Kingdom on 4 May, creating the country's index case of the outbreak.

Content

File 1 : Monkey_Pox_Cases_Worldwide
Description : This dataset contains a tally of confirmed and suspected cases in all the countries.

File 2 : Worldwide_Case_Detection_Timeline
Description : This dataset contains the timeline for confirmed cases w.r.t. date time, it also contains some other details on every case that is being reported.\

File 3 : Daily_Country_Wise_Conformed_Cases
Description : This dataset contains the daily number of confirmed cases for all the countries where the virus has entered. Thank you @sudalairajkumar for the suggestion.

Acknowledgements

Globaldothealth Website
Globaldothealth Github

Tables

Daily Country Wise Confirmed Cases

@kaggle.deepcontractor_monkeypox_dataset_daily_updated.daily_country_wise_confirmed_cases
  • 107.68 KB
  • 112 rows
  • 142 columns
Loading...

CREATE TABLE daily_country_wise_confirmed_cases (
  "country" VARCHAR,
  "n_2022_01_31" BIGINT,
  "n_2022_02_17" BIGINT,
  "n_2022_02_28" BIGINT,
  "n_2022_03_04" BIGINT,
  "n_2022_03_31" BIGINT,
  "n_2022_04_10" BIGINT,
  "n_2022_04_12" BIGINT,
  "n_2022_04_30" BIGINT,
  "n_2022_05_06" BIGINT,
  "n_2022_05_08" BIGINT,
  "n_2022_05_12" BIGINT,
  "n_2022_05_13" BIGINT,
  "n_2022_05_15" BIGINT,
  "n_2022_05_17" BIGINT,
  "n_2022_05_18" BIGINT,
  "n_2022_05_19" BIGINT,
  "n_2022_05_20" BIGINT,
  "n_2022_05_21" BIGINT,
  "n_2022_05_23" BIGINT,
  "n_2022_05_24" BIGINT,
  "n_2022_05_25" BIGINT,
  "n_2022_05_26" BIGINT,
  "n_2022_05_27" BIGINT,
  "n_2022_05_28" BIGINT,
  "n_2022_05_29" BIGINT,
  "n_2022_05_30" BIGINT,
  "n_2022_05_31" BIGINT,
  "n_2022_06_01" BIGINT,
  "n_2022_06_02" BIGINT,
  "n_2022_06_03" BIGINT,
  "n_2022_06_04" BIGINT,
  "n_2022_06_05" BIGINT,
  "n_2022_06_06" BIGINT,
  "n_2022_06_07" BIGINT,
  "n_2022_06_08" BIGINT,
  "n_2022_06_09" BIGINT,
  "n_2022_06_10" BIGINT,
  "n_2022_06_11" BIGINT,
  "n_2022_06_12" BIGINT,
  "n_2022_06_13" BIGINT,
  "n_2022_06_14" BIGINT,
  "n_2022_06_15" BIGINT,
  "n_2022_06_16" BIGINT,
  "n_2022_06_17" BIGINT,
  "n_2022_06_18" BIGINT,
  "n_2022_06_19" BIGINT,
  "n_2022_06_20" BIGINT,
  "n_2022_06_21" BIGINT,
  "n_2022_06_22" BIGINT,
  "n_2022_06_23" BIGINT,
  "n_2022_06_24" BIGINT,
  "n_2022_06_25" BIGINT,
  "n_2022_06_26" BIGINT,
  "n_2022_06_27" BIGINT,
  "n_2022_06_28" BIGINT,
  "n_2022_06_29" BIGINT,
  "n_2022_06_30" BIGINT,
  "n_2022_07_01" BIGINT,
  "n_2022_07_02" BIGINT,
  "n_2022_07_03" BIGINT,
  "n_2022_07_04" BIGINT,
  "n_2022_07_05" BIGINT,
  "n_2022_07_06" BIGINT,
  "n_2022_07_07" BIGINT,
  "n_2022_07_08" BIGINT,
  "n_2022_07_09" BIGINT,
  "n_2022_07_10" BIGINT,
  "n_2022_07_11" BIGINT,
  "n_2022_07_12" BIGINT,
  "n_2022_07_13" BIGINT,
  "n_2022_07_14" BIGINT,
  "n_2022_07_15" BIGINT,
  "n_2022_07_16" BIGINT,
  "n_2022_07_17" BIGINT,
  "n_2022_07_18" BIGINT,
  "n_2022_07_19" BIGINT,
  "n_2022_07_20" BIGINT,
  "n_2022_07_21" BIGINT,
  "n_2022_07_22" BIGINT,
  "n_2022_07_23" BIGINT,
  "n_2022_07_24" BIGINT,
  "n_2022_07_25" BIGINT,
  "n_2022_07_26" BIGINT,
  "n_2022_07_27" BIGINT,
  "n_2022_07_28" BIGINT,
  "n_2022_07_29" BIGINT,
  "n_2022_07_30" BIGINT,
  "n_2022_07_31" BIGINT,
  "n_2022_08_01" BIGINT,
  "n_2022_08_02" BIGINT,
  "n_2022_08_03" BIGINT,
  "n_2022_08_04" BIGINT,
  "n_2022_08_05" BIGINT,
  "n_2022_08_06" BIGINT,
  "n_2022_08_07" BIGINT,
  "n_2022_08_08" BIGINT,
  "n_2022_08_09" BIGINT,
  "n_2022_08_10" BIGINT,
  "n_2022_08_11" BIGINT
);

Monkey Pox Cases Worldwide

@kaggle.deepcontractor_monkeypox_dataset_daily_updated.monkey_pox_cases_worldwide
  • 7.17 KB
  • 129 rows
  • 6 columns
Loading...

CREATE TABLE monkey_pox_cases_worldwide (
  "country" VARCHAR,
  "confirmed_cases" DOUBLE,
  "suspected_cases" DOUBLE,
  "hospitalized" DOUBLE,
  "travel_history_yes" DOUBLE,
  "travel_history_no" DOUBLE
);

Worldwide Case Detection Timeline

@kaggle.deepcontractor_monkeypox_dataset_daily_updated.worldwide_case_detection_timeline
  • 39.39 KB
  • 65546 rows
  • 9 columns
Loading...

CREATE TABLE worldwide_case_detection_timeline (
  "date_confirmation" TIMESTAMP,
  "country" VARCHAR,
  "city" VARCHAR,
  "age" VARCHAR,
  "gender" VARCHAR,
  "symptoms" VARCHAR,
  "hospitalised_y_n_na" VARCHAR,
  "isolated_y_n_na" VARCHAR,
  "travel_history_y_n_na" VARCHAR
);

Share link

Anyone who has the link will be able to view this.