Baselight

COVID19 AND VACCINATIONS

Exploration on Covid and Vaccinations

@kaggle.happyude_covid19_and_vaccinations

Loading...
Loading...

About this Dataset

COVID19 AND VACCINATIONS

Introduction to COVID-19 and Its Vaccinations
COVID-19, caused by the novel coronavirus SARS-CoV-2, emerged in December 2019 in Wuhan, China, and quickly spread globally, leading to a pandemic declared by the World Health Organization (WHO) in March 2020. This virus primarily spreads through respiratory droplets, causing a range of symptoms from mild respiratory issues to severe pneumonia and, in some cases, death. The pandemic has had profound health, economic, and social impacts worldwide.
Vaccinations Against COVID-19
In response to the urgent need for protection against COVID-19, several vaccines were developed and authorized for emergency use at an unprecedented speed.
Vaccination efforts have been critical in reducing the spread of COVID-19, preventing severe illness, and mitigating the burden on healthcare systems. Despite challenges such as vaccine distribution, hesitancy, and the emergence of variants, vaccination remains a key tool in controlling the pandemic and moving towards normalcy.

Tables

Coviddeaths Data

@kaggle.happyude_covid19_and_vaccinations.coviddeaths_data
  • 4.79 MB
  • 85171 rows
  • 44 columns
Loading...

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.