Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasrodes committed Oct 1, 2024
1 parent 43efd9b commit ae7558f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions etl/steps/export/multidim/covid/latest/covid.xm_models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ dimensions:
- slug: econ
name: The Economist
description: null
- slug: econ
name: The Economist (per 100k)
description: null
- slug: who
name: WHO
description: null
Expand Down Expand Up @@ -64,6 +67,23 @@ views:
hideAnnotationFieldsInTitle:
time: true

# The Economist
- dimensions:
model: econ2
indicators:
y:
- "{definitions.table_econ}#cumulative_estimated_daily_excess_deaths_per_100k"
- "{definitions.table_econ}#cumulative_estimated_daily_excess_deaths_ci_95_tops_per_100k"
- "{definitions.table_econ}#cumulative_estimated_daily_excess_deaths_ci_95_bots_per_100k"
- "{definitions.indicator_confirmed}"

config:
title: "Estimated cumulative excess deaths during COVID-19"
subtitle: For countries that have not reported all-cause mortality data for a given week, an estimate is shown, with uncertainty interval. If reported data is available, that value only is shown. For comparison, cumulative confirmed COVID-19 deaths are shown.
originUrl: ourworldindata.org/coronavirus
hideAnnotationFieldsInTitle:
time: true

# WHO
- dimensions:
model: who
Expand Down

0 comments on commit ae7558f

Please sign in to comment.