Baselight

COVID19 AND VACCINATIONS

Exploration on Covid and Vaccinations

@kaggle.happyude_covid19_and_vaccinations

Coviddeaths Data
@kaggle.happyude_covid19_and_vaccinations.coviddeaths_data

  • 4.79 MB
  • 85171 rows
  • 44 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

new_tests

New Tests

total_tests

Total Tests

total_tests_per_thousand

Total Tests Per Thousand

new_tests_per_thousand

New Tests Per Thousand

new_tests_smoothed

New Tests Smoothed

new_tests_smoothed_per_thousand

New Tests Smoothed Per Thousand

positive_rate

Positive Rate

tests_per_case

Tests Per Case

tests_units

Tests Units

total_vaccinations

Total Vaccinations

people_vaccinated

People Vaccinated

people_fully_vaccinated

People Fully Vaccinated

new_vaccinations

New Vaccinations

new_vaccinations_smoothed

New Vaccinations Smoothed

total_vaccinations_per_hundred

Total Vaccinations Per Hundred

people_vaccinated_per_hundred

People Vaccinated Per Hundred

people_fully_vaccinated_per_hundred

People Fully Vaccinated Per Hundred

new_vaccinations_smoothed_per_million

New Vaccinations Smoothed Per Million

AFGAsiaAfghanistanMon Feb 24 2020 00:00:00 GMT+0000 (Coordinated Universal Time)38928341110.0260.026nan
AFGAsiaAfghanistanTue Feb 25 2020 00:00:00 GMT+0000 (Coordinated Universal Time)3892834110.026nan
AFGAsiaAfghanistanWed Feb 26 2020 00:00:00 GMT+0000 (Coordinated Universal Time)3892834110.026nan
AFGAsiaAfghanistanThu Feb 27 2020 00:00:00 GMT+0000 (Coordinated Universal Time)3892834110.026nan
AFGAsiaAfghanistanFri Feb 28 2020 00:00:00 GMT+0000 (Coordinated Universal Time)3892834110.026nan
AFGAsiaAfghanistanSat Feb 29 2020 00:00:00 GMT+0000 (Coordinated Universal Time)3892834110.1430.0260.004nan
AFGAsiaAfghanistanSun Mar 01 2020 00:00:00 GMT+0000 (Coordinated Universal Time)3892834110.1430.0260.004nan
AFGAsiaAfghanistanMon Mar 02 2020 00:00:00 GMT+0000 (Coordinated Universal Time)3892834110.026nan
AFGAsiaAfghanistanTue Mar 03 2020 00:00:00 GMT+0000 (Coordinated Universal Time)38928341210.1430.0510.0260.004nan
AFGAsiaAfghanistanWed Mar 04 2020 00:00:00 GMT+0000 (Coordinated Universal Time)38928341420.4290.1030.0510.011nan

CREATE TABLE coviddeaths_data (
  "iso_code" VARCHAR,
  "continent" VARCHAR,
  "location" VARCHAR,
  "date" TIMESTAMP,
  "population" DOUBLE,
  "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,
  "new_tests" DOUBLE,
  "total_tests" DOUBLE,
  "total_tests_per_thousand" DOUBLE,
  "new_tests_per_thousand" DOUBLE,
  "new_tests_smoothed" DOUBLE,
  "new_tests_smoothed_per_thousand" DOUBLE,
  "positive_rate" DOUBLE,
  "tests_per_case" DOUBLE,
  "tests_units" VARCHAR,
  "total_vaccinations" DOUBLE,
  "people_vaccinated" DOUBLE,
  "people_fully_vaccinated" DOUBLE,
  "new_vaccinations" DOUBLE,
  "new_vaccinations_smoothed" DOUBLE,
  "total_vaccinations_per_hundred" DOUBLE,
  "people_vaccinated_per_hundred" DOUBLE,
  "people_fully_vaccinated_per_hundred" DOUBLE,
  "new_vaccinations_smoothed_per_million" DOUBLE
);

Share link

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