Baselight

Country Data On COVID-19

COVID-19 dataset up to 21/02/2023

@kaggle.carlaoliveira_country_data_on_covid19

Df Covid19 Countries
@kaggle.carlaoliveira_country_data_on_covid19.df_covid19_countries

  • 8.89 MB
  • 316352 rows
  • 17 columns
location

Location

date

Date

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

reproduction_rate

Reproduction Rate

total_vaccinations

Total Vaccinations

people_vaccinated

People Vaccinated

people_fully_vaccinated

People Fully Vaccinated

total_boosters

Total Boosters

population

Population

vaccination_ratio

Vaccination Ratio

prevalence

Prevalence

incidence

Incidence

AfghanistanFri Jan 03 2020 00:00:00 GMT+0000 (Coordinated Universal Time)41128772
AfghanistanSat Jan 04 2020 00:00:00 GMT+0000 (Coordinated Universal Time)41128772
AfghanistanSun Jan 05 2020 00:00:00 GMT+0000 (Coordinated Universal Time)41128772
AfghanistanMon Jan 06 2020 00:00:00 GMT+0000 (Coordinated Universal Time)41128772
AfghanistanTue Jan 07 2020 00:00:00 GMT+0000 (Coordinated Universal Time)41128772
AfghanistanWed Jan 08 2020 00:00:00 GMT+0000 (Coordinated Universal Time)41128772
AfghanistanThu Jan 09 2020 00:00:00 GMT+0000 (Coordinated Universal Time)41128772
AfghanistanFri Jan 10 2020 00:00:00 GMT+0000 (Coordinated Universal Time)41128772
AfghanistanSat Jan 11 2020 00:00:00 GMT+0000 (Coordinated Universal Time)41128772
AfghanistanSun Jan 12 2020 00:00:00 GMT+0000 (Coordinated Universal Time)41128772

CREATE TABLE df_covid19_countries (
  "location" VARCHAR,
  "date" TIMESTAMP,
  "total_cases" DOUBLE,
  "new_cases" DOUBLE,
  "new_cases_smoothed" DOUBLE,
  "total_deaths" DOUBLE,
  "new_deaths" DOUBLE,
  "new_deaths_smoothed" DOUBLE,
  "reproduction_rate" DOUBLE,
  "total_vaccinations" DOUBLE,
  "people_vaccinated" DOUBLE,
  "people_fully_vaccinated" DOUBLE,
  "total_boosters" DOUBLE,
  "population" DOUBLE,
  "vaccination_ratio" DOUBLE,
  "prevalence" DOUBLE,
  "incidence" DOUBLE
);

Share link

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