Baselight

COVID-19 India

Novel Coronavirus (COVID-19) Cases

@kaggle.vinitshah0110_covid19_india

Covid19 India
@kaggle.vinitshah0110_covid19_india.covid19_india

  • 64.66 KB
  • 781 rows
  • 14 columns
date

Date

location

Location

total_cases

Total Cases

new_cases

New Cases

total_deaths

Total Deaths

new_deaths

New Deaths

total_tests

Total Tests

new_tests

New Tests

total_vaccinations

Total Vaccinations

people_vaccinated

People Vaccinated

people_fully_vaccinated

People Fully Vaccinated

new_vaccinations

New Vaccinations

new_cases_smoothed

New Cases Smoothed

new_deaths_smoothed

New Deaths Smoothed

Thu Jan 30 2020 00:00:00 GMT+0000 (Coordinated Universal Time)India11
Fri Jan 31 2020 00:00:00 GMT+0000 (Coordinated Universal Time)India1
Sat Feb 01 2020 00:00:00 GMT+0000 (Coordinated Universal Time)India1
Sun Feb 02 2020 00:00:00 GMT+0000 (Coordinated Universal Time)India21
Mon Feb 03 2020 00:00:00 GMT+0000 (Coordinated Universal Time)India31
Tue Feb 04 2020 00:00:00 GMT+0000 (Coordinated Universal Time)India3
Wed Feb 05 2020 00:00:00 GMT+0000 (Coordinated Universal Time)India30.429
Thu Feb 06 2020 00:00:00 GMT+0000 (Coordinated Universal Time)India30.286
Fri Feb 07 2020 00:00:00 GMT+0000 (Coordinated Universal Time)India30.286
Sat Feb 08 2020 00:00:00 GMT+0000 (Coordinated Universal Time)India30.286

CREATE TABLE covid19_india (
  "date" TIMESTAMP,
  "location" VARCHAR,
  "total_cases" BIGINT,
  "new_cases" BIGINT,
  "total_deaths" DOUBLE,
  "new_deaths" BIGINT,
  "total_tests" DOUBLE,
  "new_tests" DOUBLE,
  "total_vaccinations" DOUBLE,
  "people_vaccinated" DOUBLE,
  "people_fully_vaccinated" DOUBLE,
  "new_vaccinations" DOUBLE,
  "new_cases_smoothed" DOUBLE,
  "new_deaths_smoothed" DOUBLE
);

Share link

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