Monkey Pox ( Next Covid? )
WHO declares the rapidly spreading monkeypox outbreak a global health emergency.
@kaggle.programmerrdai_monkey_pox_next_covid
WHO declares the rapidly spreading monkeypox outbreak a global health emergency.
@kaggle.programmerrdai_monkey_pox_next_covid
Monkeypox is an infection caused by a virus that is in the same family as the smallpox virus. But monkeypox is far less severe than smallpox, though it causes a similar illness that involves flu-like symptoms and a rash accompanied by lesions.
@article{owidmonkeypox,
author = {Edouard Mathieu, Saloni Dattani, Hannah Ritchie and Max Roser},
title = {Monkeypox},
journal = {Our World in Data},
year = {2022},
note = {https://ourworldindata.org/monkeypox}
}
btw the above is not me but a citation from the original source.
CREATE TABLE monkeyboxer (
"location" VARCHAR,
"date" TIMESTAMP,
"new_cases" DOUBLE,
"new_cases_smoothed" DOUBLE,
"total_cases" DOUBLE,
"new_cases_per_million" DOUBLE,
"total_cases_per_million" DOUBLE,
"new_cases_smoothed_per_million" DOUBLE,
"new_deaths" DOUBLE,
"new_deaths_smoothed" DOUBLE,
"total_deaths" DOUBLE,
"new_deaths_per_million" DOUBLE,
"total_deaths_per_million" DOUBLE,
"new_deaths_smoothed_per_million" DOUBLE
);Anyone who has the link will be able to view this.