Baselight

The World Dataset Of COVID-19

Data on COVID-19 (coronavirus) by Our World in Data

@kaggle.aditeloo_the_world_dataset_of_covid19

Owid Covid Data
@kaggle.aditeloo_the_world_dataset_of_covid19.owid_covid_data

  • 5.24 MB
  • 91026 rows
  • 59 columns
iso_code

Iso Code

continent

Continent

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

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

stringency_index

Stringency Index

population

Population

population_density

Population Density

median_age

Median Age

aged_65_older

Aged 65 Older

aged_70_older

Aged 70 Older

gdp_per_capita

Gdp Per Capita

extreme_poverty

Extreme Poverty

cardiovasc_death_rate

Cardiovasc Death Rate

diabetes_prevalence

Diabetes Prevalence

female_smokers

Female Smokers

male_smokers

Male Smokers

handwashing_facilities

Handwashing Facilities

hospital_beds_per_thousand

Hospital Beds Per Thousand

life_expectancy

Life Expectancy

human_development_index

Human Development Index

AFGAsiaAfghanistanMon Feb 24 2020 00:00:00 GMT+0000 (Coordinated Universal Time)110.0260.026nan8.333892834154.42218.62.5811.3371803.987597.0299.5937.7460.564.830.511
AFGAsiaAfghanistanTue Feb 25 2020 00:00:00 GMT+0000 (Coordinated Universal Time)10.026nan8.333892834154.42218.62.5811.3371803.987597.0299.5937.7460.564.830.511
AFGAsiaAfghanistanWed Feb 26 2020 00:00:00 GMT+0000 (Coordinated Universal Time)10.026nan8.333892834154.42218.62.5811.3371803.987597.0299.5937.7460.564.830.511
AFGAsiaAfghanistanThu Feb 27 2020 00:00:00 GMT+0000 (Coordinated Universal Time)10.026nan8.333892834154.42218.62.5811.3371803.987597.0299.5937.7460.564.830.511
AFGAsiaAfghanistanFri Feb 28 2020 00:00:00 GMT+0000 (Coordinated Universal Time)10.026nan8.333892834154.42218.62.5811.3371803.987597.0299.5937.7460.564.830.511
AFGAsiaAfghanistanSat Feb 29 2020 00:00:00 GMT+0000 (Coordinated Universal Time)10.1430.0260.004nan8.333892834154.42218.62.5811.3371803.987597.0299.5937.7460.564.830.511
AFGAsiaAfghanistanSun Mar 01 2020 00:00:00 GMT+0000 (Coordinated Universal Time)10.1430.0260.004nan27.783892834154.42218.62.5811.3371803.987597.0299.5937.7460.564.830.511
AFGAsiaAfghanistanMon Mar 02 2020 00:00:00 GMT+0000 (Coordinated Universal Time)10.026nan27.783892834154.42218.62.5811.3371803.987597.0299.5937.7460.564.830.511
AFGAsiaAfghanistanTue Mar 03 2020 00:00:00 GMT+0000 (Coordinated Universal Time)210.1430.0510.0260.004nan27.783892834154.42218.62.5811.3371803.987597.0299.5937.7460.564.830.511
AFGAsiaAfghanistanWed Mar 04 2020 00:00:00 GMT+0000 (Coordinated Universal Time)420.4290.1030.0510.011nan27.783892834154.42218.62.5811.3371803.987597.0299.5937.7460.564.830.511

CREATE TABLE owid_covid_data (
  "iso_code" VARCHAR,
  "continent" VARCHAR,
  "location" VARCHAR,
  "date" TIMESTAMP,
  "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,
  "stringency_index" DOUBLE,
  "population" DOUBLE,
  "population_density" DOUBLE,
  "median_age" DOUBLE,
  "aged_65_older" DOUBLE,
  "aged_70_older" DOUBLE,
  "gdp_per_capita" DOUBLE,
  "extreme_poverty" DOUBLE,
  "cardiovasc_death_rate" DOUBLE,
  "diabetes_prevalence" DOUBLE,
  "female_smokers" DOUBLE,
  "male_smokers" DOUBLE,
  "handwashing_facilities" DOUBLE,
  "hospital_beds_per_thousand" DOUBLE,
  "life_expectancy" DOUBLE,
  "human_development_index" DOUBLE
);

Share link

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