Baselight

COVID-19 Kerala

A daily update of COVID-19 cases registered in the state of Kerala(India)

@kaggle.leosabraham_covid19_kerala

Loading...
Loading...

About this Dataset

COVID-19 Kerala

Context

This is a daily update of the cases of COVID-19 cases reported in the state of Kerala (India).

Content

Acknowledgements

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/

Inspiration

This data is for the purpose of analysing the current scenario through the use of software technologies like Data Analytics and Data Science.

Tables

Covid19 Kerala

@kaggle.leosabraham_covid19_kerala.covid19_kerala
  • 10.13 KB
  • 59 rows
  • 10 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.