COVID-19 Kerala
A daily update of COVID-19 cases registered in the state of Kerala(India)
@kaggle.leosabraham_covid19_kerala
A daily update of COVID-19 cases registered in the state of Kerala(India)
@kaggle.leosabraham_covid19_kerala
CREATE TABLE covid19_kerala (
"sno" BIGINT,
"date" VARCHAR,
"confirmedindiannational" BIGINT,
"confirmedforeignnational" BIGINT,
"cured" BIGINT,
"deaths" BIGINT,
"cumulative_no_of_persons_under_home_isolation" BIGINT,
"cumulative_no_of_persons_hospitalized" BIGINT,
"samples_tested_till_date" BIGINT,
"tested_negative_till_date" BIGINT
);
Anyone who has the link will be able to view this.