Baselight

OWID COVID19

Coronavirus Pandemic (COVID-19) - Published online at OurWorldInData.org

@kaggle.gaborfodor_owid_covid19

Owid Covid Data
@kaggle.gaborfodor_owid_covid19.owid_covid_data

  • 2.15 MB
  • 52873 rows
  • 41 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

total_tests

Total Tests

new_tests

New 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

tests_per_case

Tests Per Case

positive_rate

Positive Rate

tests_units

Tests Units

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

ABWNorth AmericaArubaFri Mar 13 2020 00:00:00 GMT+0000 (Coordinated Universal Time)2218.73318.733nan106766584.841.213.0857.45235973.78111.6276.29
ABWNorth AmericaArubaThu Mar 19 2020 00:00:00 GMT+0000 (Coordinated Universal Time)0.2862.676nan33.33106766584.841.213.0857.45235973.78111.6276.29
ABWNorth AmericaArubaFri Mar 20 2020 00:00:00 GMT+0000 (Coordinated Universal Time)420.28637.46518.7332.676nan33.33106766584.841.213.0857.45235973.78111.6276.29
ABWNorth AmericaArubaSat Mar 21 2020 00:00:00 GMT+0000 (Coordinated Universal Time)0.2862.676nan44.44106766584.841.213.0857.45235973.78111.6276.29
ABWNorth AmericaArubaSun Mar 22 2020 00:00:00 GMT+0000 (Coordinated Universal Time)0.2862.676nan44.44106766584.841.213.0857.45235973.78111.6276.29
ABWNorth AmericaArubaMon Mar 23 2020 00:00:00 GMT+0000 (Coordinated Universal Time)0.2862.676nan44.44106766584.841.213.0857.45235973.78111.6276.29
ABWNorth AmericaArubaTue Mar 24 2020 00:00:00 GMT+0000 (Coordinated Universal Time)1281.429112.39574.9313.38nan44.44106766584.841.213.0857.45235973.78111.6276.29
ABWNorth AmericaArubaWed Mar 25 2020 00:00:00 GMT+0000 (Coordinated Universal Time)1752.143159.22746.83120.071nan44.44106766584.841.213.0857.45235973.78111.6276.29
ABWNorth AmericaArubaThu Mar 26 2020 00:00:00 GMT+0000 (Coordinated Universal Time)1922.429177.95918.73322.747nan44.44106766584.841.213.0857.45235973.78111.6276.29
ABWNorth AmericaArubaFri Mar 27 2020 00:00:00 GMT+0000 (Coordinated Universal Time)2893.429262.25684.29632.113nan44.44106766584.841.213.0857.45235973.78111.6276.29

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,
  "total_tests" DOUBLE,
  "new_tests" DOUBLE,
  "total_tests_per_thousand" DOUBLE,
  "new_tests_per_thousand" DOUBLE,
  "new_tests_smoothed" DOUBLE,
  "new_tests_smoothed_per_thousand" DOUBLE,
  "tests_per_case" DOUBLE,
  "positive_rate" DOUBLE,
  "tests_units" VARCHAR,
  "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.