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
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.