Baselight

Covid-19 Deaths And Vaccinations Dataset

Analyze the data to find patterns and trends in Covid-19 deaths and vaccination

@kaggle.tohidkhanbagani_covid_19_deaths_and_vaccinations_dataset

Covid Deaths
@kaggle.tohidkhanbagani_covid_19_deaths_and_vaccinations_dataset.covid_deaths

  • 9.32 MB
  • 302749 rows
  • 26 columns
iso_code

Iso Code

continent

Continent

location

Location

date

Date

population

Population

total_cases

Total Cases

new_cases

New Cases

new_cases_smoothed

New Cases Smoothed

total_deaths

Total Deaths

new_deaths

New Deaths

new_deaths_smoothed

New Deaths Smoothed

total_cases_per_million

Total Cases Per Million

new_cases_per_million

New Cases Per Million

new_cases_smoothed_per_million

New Cases Smoothed Per Million

total_deaths_per_million

Total Deaths Per Million

new_deaths_per_million

New Deaths Per Million

new_deaths_smoothed_per_million

New Deaths Smoothed Per Million

reproduction_rate

Reproduction Rate

icu_patients

Icu Patients

icu_patients_per_million

Icu Patients Per Million

hosp_patients

Hosp Patients

hosp_patients_per_million

Hosp Patients Per Million

weekly_icu_admissions

Weekly Icu Admissions

weekly_icu_admissions_per_million

Weekly Icu Admissions Per Million

weekly_hosp_admissions

Weekly Hosp Admissions

weekly_hosp_admissions_per_million

Weekly Hosp Admissions Per Million

AFGAsiaAfghanistanFri Jan 03 2020 00:00:00 GMT+0000 (Coordinated Universal Time)41128772
AFGAsiaAfghanistanSat Jan 04 2020 00:00:00 GMT+0000 (Coordinated Universal Time)41128772
AFGAsiaAfghanistanSun Jan 05 2020 00:00:00 GMT+0000 (Coordinated Universal Time)41128772
AFGAsiaAfghanistanMon Jan 06 2020 00:00:00 GMT+0000 (Coordinated Universal Time)41128772
AFGAsiaAfghanistanTue Jan 07 2020 00:00:00 GMT+0000 (Coordinated Universal Time)41128772
AFGAsiaAfghanistanWed Jan 08 2020 00:00:00 GMT+0000 (Coordinated Universal Time)41128772
AFGAsiaAfghanistanThu Jan 09 2020 00:00:00 GMT+0000 (Coordinated Universal Time)41128772
AFGAsiaAfghanistanFri Jan 10 2020 00:00:00 GMT+0000 (Coordinated Universal Time)41128772
AFGAsiaAfghanistanSat Jan 11 2020 00:00:00 GMT+0000 (Coordinated Universal Time)41128772
AFGAsiaAfghanistanSun Jan 12 2020 00:00:00 GMT+0000 (Coordinated Universal Time)41128772

CREATE TABLE covid_deaths (
  "iso_code" VARCHAR,
  "continent" VARCHAR,
  "location" VARCHAR,
  "date" TIMESTAMP,
  "population" BIGINT,
  "total_cases" DOUBLE,
  "new_cases" DOUBLE,
  "new_cases_smoothed" DOUBLE,
  "total_deaths" DOUBLE,
  "new_deaths" DOUBLE,
  "new_deaths_smoothed" DOUBLE,
  "total_cases_per_million" DOUBLE,
  "new_cases_per_million" DOUBLE,
  "new_cases_smoothed_per_million" DOUBLE,
  "total_deaths_per_million" DOUBLE,
  "new_deaths_per_million" DOUBLE,
  "new_deaths_smoothed_per_million" DOUBLE,
  "reproduction_rate" DOUBLE,
  "icu_patients" DOUBLE,
  "icu_patients_per_million" DOUBLE,
  "hosp_patients" DOUBLE,
  "hosp_patients_per_million" DOUBLE,
  "weekly_icu_admissions" DOUBLE,
  "weekly_icu_admissions_per_million" DOUBLE,
  "weekly_hosp_admissions" DOUBLE,
  "weekly_hosp_admissions_per_million" DOUBLE
);

Share link

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