COVID-19 Dataset In Japan
Number of Novel Corona Virus 2019 cases in Japan
@kaggle.lisphilar_covid19_dataset_in_japan
Number of Novel Corona Virus 2019 cases in Japan
@kaggle.lisphilar_covid19_dataset_in_japan
CREATE TABLE covid_jpn_total (
"date" TIMESTAMP,
"location" VARCHAR,
"positive" BIGINT,
"tested" DOUBLE,
"symptomatic" DOUBLE,
"asymptomatic" DOUBLE,
"sym_unknown" DOUBLE,
"hosp_require" DOUBLE,
"hosp_mild" DOUBLE,
"hosp_severe" BIGINT,
"hosp_unknown" DOUBLE,
"hosp_waiting" DOUBLE,
"discharged" DOUBLE,
"fatal" BIGINT,
"vaccinated_1st" DOUBLE,
"vaccinated_2nd" DOUBLE,
"vaccinated_3rd" DOUBLE,
"vaccinated_4th" DOUBLE,
"vaccinated_5th" DOUBLE
);
Anyone who has the link will be able to view this.