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
This is a daily update of the cases of COVID-19 cases reported in the state of Kerala (India).
The data is taken manually from the website of Health Authority Govt. of Kerala
http://dhs.kerala.gov.in/%e0%b4%a1%e0%b5%86%e0%b4%af%e0%b4%bf%e0%b4%b2%e0%b4%bf-%e0%b4%ac%e0%b5%81%e0%b4%b3%e0%b5%8d%e0%b4%b3%e0%b4%b1%e0%b5%8d%e0%b4%b1%e0%b4%bf%e0%b4%a8%e0%b5%8d%e2%80%8d/
This data is for the purpose of analysing the current scenario through the use of software technologies like Data Analytics and Data Science.
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.