Baselight

Covid-19 Weekly Trends In Europe - Latest Data

Weekly trends of Covid-19 as on September 20,2023

@kaggle.anandhuh_covid19_weekly_trends_in_europe_latest_data

Loading...
Loading...

About this Dataset

Covid-19 Weekly Trends In Europe - Latest Data

Content

This dataset contains data of weekly trend of Covid-19 in Europe (September 13- September 20,2023)

Attribute Information

  1. Country/Other
  2. Cases in the last 7 days
  3. Cases in the preceding 7 days
  4. Weekly Case % Change
  5. Cases in the last 7 days/1M pop
  6. Deaths in the last 7 days
  7. Deaths in the preceding 7 days
  8. Weekly Death % Change
  9. Deaths in the last 7 days/1M pop
  10. Population

Source

Link : https://www.worldometers.info/coronavirus/weekly-trends/#weekly_table

Other Updated Covid Datasets

Link : https://www.kaggle.com/anandhuh/datasets

Thank You

Tables

Covid Europe Weekly Trend

@kaggle.anandhuh_covid19_weekly_trends_in_europe_latest_data.covid_europe_weekly_trend
  • 9.55 KB
  • 25 rows
  • 10 columns
Loading...

CREATE TABLE covid_europe_weekly_trend (
  "country_other" VARCHAR,
  "cases_in_the_last_7_days" BIGINT,
  "cases_in_the_preceding_7_days" BIGINT,
  "weekly_case_change" BIGINT,
  "cases_in_the_last_7_days_1m_pop" BIGINT,
  "deaths_in_the_last_7_days" BIGINT,
  "deaths_in_the_preceding_7_days" BIGINT,
  "weekly_death_change" BIGINT,
  "deaths_in_the_last_7_days_1m_pop" DOUBLE,
  "population" BIGINT
);

Share link

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