Baselight

Covid-19 In Europe - Latest Data

Covid-19 Data as on January 19, 2023

@kaggle.anandhuh_latest_covid19_data_of_european_countries

Europe Covid
@kaggle.anandhuh_latest_covid19_data_of_european_countries.europe_covid

  • 10.75 KB
  • 47 rows
  • 10 columns
country_other

Country/Other

total_cases

Total Cases

total_deaths

Total Deaths

total_recovered

Total Recovered

active_cases

Active Cases

tot_cases_1m_pop

Tot Cases/ 1M Pop

deaths_1m_pop

Deaths/ 1M Pop

total_tests

Total Tests

tests_1m_pop

Tests/ 1M Pop

population

Population

Albania33408435953288021687116553125419410326771732866374
Andorra4778116547563536168242130249838322525677463
Austria5747540215895702341236106339172381205247898226375289066710
Belarus994037711898559213271053817551364664114467229432800
Belgium468614733478463100321666401614286936481740312657411668278
Bosnia and Herzegovina401232162443789965992123482499918836165796963249317
Bulgaria1294604381541253005344518914255741095286016002206844597
Channel Islands100846220100278348571485124712528087099551176463
Croatia126674917790124787410853120624383545709513443484059286
Czechia45860864226945375556262427138393756853138529517410736784

CREATE TABLE europe_covid (
  "country_other" VARCHAR,
  "total_cases" BIGINT,
  "total_deaths" BIGINT,
  "total_recovered" DOUBLE,
  "active_cases" DOUBLE,
  "tot_cases_1m_pop" BIGINT,
  "deaths_1m_pop" BIGINT,
  "total_tests" BIGINT,
  "tests_1m_pop" BIGINT,
  "population" BIGINT
);

Share link

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