From 6532defea8d7843882997272db67a8041226dd03 Mon Sep 17 00:00:00 2001 From: Mojmir Vinkler Date: Thu, 28 Nov 2024 11:33:19 +0100 Subject: [PATCH] :bug: Remove Google Sheet from sources of fast-tracked datasets (#3618) * :bug: Remove Google Sheet from sources of fast-tracked datasets --- apps/wizard/app_pages/fasttrack/load.py | 2 +- apps/wizard/app_pages/fasttrack/process.py | 2 +- .../lighting_efficiency_uk.meta.yml | 32 +- .../2022-11-01/lighting_efficiency_uk.py | 37 +- .../global_warming_contributions.meta.yml | 255 + .../global_warming_contributions.py | 40 + .../fasttrack/2023-04-30/paratz.meta.yml | 21 +- .../grapher/fasttrack/2023-04-30/paratz.py | 30 +- .../fasttrack/2023-05-03/apms_2014.meta.yml | 24 +- .../grapher/fasttrack/2023-05-03/apms_2014.py | 35 +- .../fasttrack/2023-05-31/cholera.meta.yml | 30 +- .../grapher/fasttrack/2023-05-31/cholera.py | 35 +- .../fasttrack/2023-06-16/guinea_worm.meta.yml | 17 +- .../fasttrack/2023-06-16/guinea_worm.py | 35 +- .../world_population_comparison.meta.yml | 23 +- .../2023-06-19/world_population_comparison.py | 30 +- .../pain_hours_days_hen_systems.meta.yml | 89 +- .../2023-08-07/pain_hours_days_hen_systems.py | 32 +- .../survey_livestock_oklahoma.meta.yml | 35 +- .../2023-08-21/survey_livestock_oklahoma.py | 32 +- .../2023-09-29/un_space_objects.meta.yml | 27 +- .../fasttrack/2023-09-29/un_space_objects.py | 20 +- .../great_pacific_garbage_lebreton.meta.yml | 12 +- .../great_pacific_garbage_lebreton.py | 28 +- .../antimicrobial_usage_livestock.meta.yml | 12 +- .../latest/antimicrobial_usage_livestock.py | 30 +- .../latest/democracy_freedom_house.meta.yml | 126 +- .../latest/democracy_freedom_house.py | 30 +- ...19_mental_health_country_coverage.meta.yml | 18 +- ...gbd_2019_mental_health_country_coverage.py | 35 +- .../global_maternal_offspring_loss.meta.yml | 21 +- .../latest/global_maternal_offspring_loss.py | 30 +- ...historical_france_mortality_cause.meta.yml | 5072 ++++++++--------- .../historical_france_mortality_cause.py | 32 +- .../latest/lead_paint_regulation_who.meta.yml | 20 +- .../latest/lead_paint_regulation_who.py | 35 +- .../nuclear_warhead_inventories.meta.yml | 46 + .../latest/nuclear_warhead_inventories.py | 40 + .../nuclear_warhead_stockpiles.meta.yml | 21 + .../latest/nuclear_warhead_stockpiles.py | 40 + .../latest/pain_hours_hen_systems.meta.yml | 105 +- .../latest/pain_hours_hen_systems.py | 30 +- .../latest/plastic_waste_meijer_2021.meta.yml | 6 - .../latest/plastic_waste_meijer_2021.py | 30 +- .../latest/sentience_institute.meta.yml | 5 - .../fasttrack/latest/sentience_institute.py | 30 +- ...rders_world_mental_health_surveys.meta.yml | 80 +- ...y_disorders_world_mental_health_surveys.py | 37 +- ...m_treatment_gap_anxiety_disorders.meta.yml | 107 +- .../whm_treatment_gap_anxiety_disorders.py | 35 +- .../2022-11-01/lighting_efficiency_uk.csv.dvc | 26 +- .../food_expenditures_by_country.csv.dvc | 18 - .../global_warming_contributions.csv.dvc | 27 +- snapshots/fasttrack/2023-04-30/paratz.csv.dvc | 41 +- .../fasttrack/2023-05-03/apms_2014.csv.dvc | 39 +- .../fasttrack/2023-05-31/cholera.csv.dvc | 26 +- .../fasttrack/2023-06-16/guinea_worm.csv.dvc | 29 +- .../world_population_comparison.csv.dvc | 63 +- .../pain_hours_days_hen_systems.csv.dvc | 15 +- .../survey_livestock_oklahoma.csv.dvc | 20 +- .../2023-09-29/un_space_objects.csv.dvc | 48 +- .../great_pacific_garbage_lebreton.csv.dvc | 18 +- .../antimicrobial_usage_livestock.csv.dvc | 49 +- .../latest/democracy_freedom_house.csv.dvc | 25 +- ...019_mental_health_country_coverage.csv.dvc | 32 +- .../global_maternal_offspring_loss.csv.dvc | 28 +- .../historical_france_mortality_cause.csv.dvc | 51 +- .../latest/lead_paint_regulation_who.csv.dvc | 28 +- .../nuclear_warhead_inventories.csv.dvc | 27 +- .../latest/nuclear_warhead_stockpiles.csv.dvc | 27 +- .../latest/pain_hours_hen_systems.csv.dvc | 28 +- .../latest/plastic_waste_meijer_2021.csv.dvc | 18 +- .../latest/sentience_institute.csv.dvc | 17 +- ...orders_world_mental_health_surveys.csv.dvc | 62 +- ...hm_treatment_gap_anxiety_disorders.csv.dvc | 60 +- 75 files changed, 4014 insertions(+), 3804 deletions(-) create mode 100644 etl/steps/data/grapher/fasttrack/2023-03-27/global_warming_contributions.meta.yml create mode 100644 etl/steps/data/grapher/fasttrack/2023-03-27/global_warming_contributions.py create mode 100644 etl/steps/data/grapher/fasttrack/latest/nuclear_warhead_inventories.meta.yml create mode 100644 etl/steps/data/grapher/fasttrack/latest/nuclear_warhead_inventories.py create mode 100644 etl/steps/data/grapher/fasttrack/latest/nuclear_warhead_stockpiles.meta.yml create mode 100644 etl/steps/data/grapher/fasttrack/latest/nuclear_warhead_stockpiles.py delete mode 100644 snapshots/fasttrack/2023-01-19/food_expenditures_by_country.csv.dvc diff --git a/apps/wizard/app_pages/fasttrack/load.py b/apps/wizard/app_pages/fasttrack/load.py index 7490f088b2b..8f85c72270c 100644 --- a/apps/wizard/app_pages/fasttrack/load.py +++ b/apps/wizard/app_pages/fasttrack/load.py @@ -294,7 +294,7 @@ def _parse_sources(sources_meta_df: pd.DataFrame) -> Optional[Source]: source = sources[0] if pd.isnull(source.get("date_accessed")): - source.pop("date_accessed") + source.pop("date_accessed", None) if pd.isnull(source.get("publication_year")): source.pop("publication_year") diff --git a/apps/wizard/app_pages/fasttrack/process.py b/apps/wizard/app_pages/fasttrack/process.py index 8f78ac1f5ac..ee4575f8f2d 100644 --- a/apps/wizard/app_pages/fasttrack/process.py +++ b/apps/wizard/app_pages/fasttrack/process.py @@ -151,7 +151,7 @@ def _convert_percentages(data: pd.DataFrame, variables_meta_dict: Dict[str, Vari """Convert percentages to numbers.""" for col in data.columns: if getattr(variables_meta_dict.get(col, {}), "unit", "") == "%": - data[col] = data[col].str.replace("%", "").astype(float) + data[col] = data[col].astype(str).str.replace("%", "").astype(float) return data diff --git a/etl/steps/data/grapher/fasttrack/2022-11-01/lighting_efficiency_uk.meta.yml b/etl/steps/data/grapher/fasttrack/2022-11-01/lighting_efficiency_uk.meta.yml index af141edea71..eff3194f072 100644 --- a/etl/steps/data/grapher/fasttrack/2022-11-01/lighting_efficiency_uk.meta.yml +++ b/etl/steps/data/grapher/fasttrack/2022-11-01/lighting_efficiency_uk.meta.yml @@ -1,40 +1,18 @@ dataset: - namespace: fasttrack - version: '2022-11-01' - short_name: lighting_efficiency_uk title: Lighting effiency and shares in the UK description: '' - sources: - - name: 'Fouquet & Pearson (2006). Seven centuries of energy services: The price - and use of light in the United Kingdom (1300-2000).' - published_by: 'Fouquet, R., & Pearson, P. J. (2006). Seven centuries of energy - services: The price and use of light in the United Kingdom (1300-2000). The - energy journal, 27(1).' - url: https://www.jstor.org/stable/23296980 + licenses: + - {} tables: lighting_efficiency_uk: variables: share_of_lighting_uk: title: share_of_lighting_uk - short_unit: '%' unit: '%' + short_unit: '%' description: The share of lighting in the UK that was provided by each source. - sources: - - name: 'Fouquet & Pearson (2006). Seven centuries of energy services: The - price and use of light in the United Kingdom (1300-2000).' - published_by: 'Fouquet, R., & Pearson, P. J. (2006). Seven centuries of - energy services: The price and use of light in the United Kingdom (1300-2000). - The energy journal, 27(1).' - url: https://www.jstor.org/stable/23296980 efficiency_lighting_uk: title: efficiency_lighting_uk unit: lumen-hours per kWh - description: The efficiency of lighting measures the output of light per unit - of energy. It's measured in lumen-hours per kilowatt-hour (kWh). - sources: - - name: 'Fouquet & Pearson (2006). Seven centuries of energy services: The - price and use of light in the United Kingdom (1300-2000).' - published_by: 'Fouquet, R., & Pearson, P. J. (2006). Seven centuries of - energy services: The price and use of light in the United Kingdom (1300-2000). - The energy journal, 27(1).' - url: https://www.jstor.org/stable/23296980 + description: |- + The efficiency of lighting measures the output of light per unit of energy. It's measured in lumen-hours per kilowatt-hour (kWh). diff --git a/etl/steps/data/grapher/fasttrack/2022-11-01/lighting_efficiency_uk.py b/etl/steps/data/grapher/fasttrack/2022-11-01/lighting_efficiency_uk.py index db8277a1af8..019afbe6fc1 100644 --- a/etl/steps/data/grapher/fasttrack/2022-11-01/lighting_efficiency_uk.py +++ b/etl/steps/data/grapher/fasttrack/2022-11-01/lighting_efficiency_uk.py @@ -1,21 +1,40 @@ import pandas as pd -from owid import catalog -from etl.helpers import PathFinder +from etl.helpers import PathFinder, create_dataset, get_metadata_path from etl.snapshot import Snapshot -N = PathFinder(__file__) +paths = PathFinder(__file__) def run(dest_dir: str) -> None: # load snapshot - data = pd.read_csv(Snapshot("fasttrack/2022-11-01/lighting_efficiency_uk.csv").path) + snap = Snapshot("fasttrack/2022-11-01/lighting_efficiency_uk.csv") - # create empty dataframe and table - ds = catalog.Dataset.create_empty(dest_dir) - tb = catalog.Table(data, short_name=N.short_name) + # load data + tb = snap.read_csv() + + # add dimensions with dim_ prefix + dims = [c for c in tb.columns if c.startswith("dim_")] + dims_without_prefix = [c[4:] for c in dims] + + if dims: + tb = tb.rename(columns={d: dw for d, dw in zip(dims, dims_without_prefix)}) + + if uses_dates(tb["year"]): + tb = tb.rename(columns={"year": "date"}).format(["country", "date"] + dims_without_prefix) + else: + tb = tb.format(["country", "year"] + dims_without_prefix) # add table, update metadata from *.meta.yml and save - ds.add(tb) - ds.update_metadata(N.metadata_path) + ds = create_dataset(dest_dir, tables=[tb], default_metadata=snap.metadata) + + # override metadata if necessary + meta_path = get_metadata_path(dest_dir).with_suffix(".override.yml") + if meta_path.exists(): + ds.update_metadata(meta_path) + ds.save() + + +def uses_dates(s: pd.Series) -> bool: + return pd.to_datetime(s, errors="coerce", format="%Y-%m-%d").notnull().all() diff --git a/etl/steps/data/grapher/fasttrack/2023-03-27/global_warming_contributions.meta.yml b/etl/steps/data/grapher/fasttrack/2023-03-27/global_warming_contributions.meta.yml new file mode 100644 index 00000000000..d937637adbd --- /dev/null +++ b/etl/steps/data/grapher/fasttrack/2023-03-27/global_warming_contributions.meta.yml @@ -0,0 +1,255 @@ +dataset: + title: Global warming contributions + description: |- + Jones et al. (2023) quantify national and regional contributions to the increase of global mean surface temperature over the last few centuries. As they detail: the "dataset describing the global warming response to national emissions CO2, CH4 and N2O from fossil and land use sources during 1851-2021. + + National CO2 emissions data are collated from the Global Carbon Project (Andrew and Peters, 2022; Friedlingstein et al., 2022). + + National CH4 and N2O emissions data are collated from PRIMAP-hist (HISTTP) (Gütschow et al., 2022). + + We construct a time series of cumulative CO2-equivalent emissions for each country, gas, and emissions source (fossil or land use). Emissions of CH4 and N2O emissions are related to cumulative CO2-equivalent emissions using the Global Warming Potential (GWP*) approach, with best-estimates of the coefficients taken from the IPCC AR6 (Forster et al., 2021). + + Warming in response to cumulative CO2-equivalent emissions is estimated using the transient climate response to cumulative carbon emissions (TCRE) approach, with best-estimate value of TCRE taken from the IPCC AR6 (Forster et al., 2021, Canadell et al., 2021). 'Warming' is specifically the change in global mean surface temperature (GMST)." + licenses: + - {} +tables: + global_warming_contributions: + variables: + annual_fossil_co2: + title: Annual fossil CO2 emissions + unit: tonnes + short_unit: t + annual_land_co2: + title: Annual CO2 emissions from agriculture and land use + unit: tonnes + short_unit: t + annual_co2: + title: Annual CO2 emissions + unit: tonnes + short_unit: t + annual_fossil_ch4: + title: annual_fossil_ch4 + unit: tonnes + short_unit: t + annual_land_ch4: + title: annual_land_ch4 + unit: tonnes + short_unit: t + annual_ch4: + title: annual_ch4 + unit: tonnes + short_unit: t + annual_fossil_n2o: + title: annual_fossil_n2o + unit: tonnes + short_unit: t + annual_land_n2o: + title: annual_land_n2o + unit: tonnes + short_unit: t + annual_n2o: + title: annual_n2o + unit: tonnes + short_unit: t + annual_fossil_ch4_co2eq: + title: Annual methane emissions from fossil fuels and industry + unit: tonnes + short_unit: t + description: |- + Methane emissions are calculated by Our World in Data based on emissions data from Jones et al. (2023) and IPCC conversion factors. Jones et al. (2023) give methane emissions in standard metric tonnes per year. We have converted these emissions to carbon-dioxide equivalents over a 100-year timescale using a conversion factor of 29.8 for fossil sources, and 27.2 for agricultural and land use sources (as per the IPCC AR6 report). + annual_land_ch4_co2eq: + title: Annual methane emissions from agriculture and land use + unit: tonnes + short_unit: t + description: |- + Methane emissions are calculated by Our World in Data based on emissions data from Jones et al. (2023) and IPCC conversion factors. Jones et al. (2023) give methane emissions in standard metric tonnes per year. We have converted these emissions to carbon-dioxide equivalents over a 100-year timescale using a conversion factor of 29.8 for fossil sources, and 27.2 for agricultural and land use sources (as per the IPCC AR6 report). + annual_ch4_co2eq: + title: Annual methane emissions + unit: tonnes + short_unit: t + description: |- + Methane emissions are calculated by Our World in Data based on emissions data from Jones et al. (2023) and IPCC conversion factors. Jones et al. (2023) give methane emissions in standard metric tonnes per year. We have converted these emissions to carbon-dioxide equivalents over a 100-year timescale using a conversion factor of 29.8 for fossil sources, and 27.2 for agricultural and land use sources (as per the IPCC AR6 report). + annual_fossil_n2o_co2eq: + title: Annual nitrous oxide emissions from fossil fuels and industry + unit: tonnes + short_unit: t + description: |- + Nitrous oxide emissions are calculated by Our World in Data based on emissions data from Jones et al. (2023) and IPCC AR6 conversion factors. Jones et al. (2023) give nitrous oxide emissions in standard metric tonnes per year. We have converted these emissions to carbon-dioxide equivalents over a 100-year timescale using a conversion factor of 273 (as per the IPCC AR6 report). + annual_land_n2o_co2eq: + title: Annual nitrous oxide emissions from agriculture and land use + unit: tonnes + short_unit: t + description: |- + Nitrous oxide emissions are calculated by Our World in Data based on emissions data from Jones et al. (2023) and IPCC AR6 conversion factors. Jones et al. (2023) give nitrous oxide emissions in standard metric tonnes per year. We have converted these emissions to carbon-dioxide equivalents over a 100-year timescale using a conversion factor of 273 (as per the IPCC AR6 report). + annual_n2o_co2eq: + title: Annual nitrous oxide emissions + unit: tonnes + short_unit: t + description: |- + Nitrous oxide emissions are calculated by Our World in Data based on emissions data from Jones et al. (2023) and IPCC AR6 conversion factors. Jones et al. (2023) give nitrous oxide emissions in standard metric tonnes per year. We have converted these emissions to carbon-dioxide equivalents over a 100-year timescale using a conversion factor of 273 (as per the IPCC AR6 report). + annual_ghg_co2eq: + title: Annual greenhouse gas emissions + unit: tonnes + short_unit: t + description: |- + Greenhouse gas emissions are calculated by Our World in Data based on emissions data from Jones et al. (2023) and IPCC AR6 conversion factors. Jones et al. (2023) give methane and nitrous oxide emissions in standard metric tonnes per year. We have converted these emissions to carbon-dioxide equivalents over a 100-year timescale using a conversion factor of 273 for nitrous oxide, 29.8 for methane from fossil sources, and 27.2 for methane from agricultural and land use sources (as per the IPCC AR6 report). + annual_fossil_co2eq: + title: Annual greenhouse gas emissions from fossil fuels and industry + unit: tonnes + short_unit: t + description: |- + Greenhouse gas emissions are calculated by Our World in Data based on emissions data from Jones et al. (2023) and IPCC AR6 conversion factors. Jones et al. (2023) give methane and nitrous oxide emissions in standard metric tonnes per year. We have converted these emissions to carbon-dioxide equivalents over a 100-year timescale using a conversion factor of 273 for nitrous oxide, 29.8 for methane from fossil sources, and 27.2 for methane from agricultural and land use sources (as per the IPCC AR6 report). + annual_land_co2eq: + title: Annual greenhouse gas emissions from agriculture and land use + unit: tonnes + short_unit: t + description: |- + Greenhouse gas emissions are calculated by Our World in Data based on emissions data from Jones et al. (2023) and IPCC AR6 conversion factors. Jones et al. (2023) give methane and nitrous oxide emissions in standard metric tonnes per year. We have converted these emissions to carbon-dioxide equivalents over a 100-year timescale using a conversion factor of 273 for nitrous oxide, 29.8 for methane from fossil sources, and 27.2 for methane from agricultural and land use sources (as per the IPCC AR6 report). + share_global_ch4: + title: Share of global methane emissions + unit: '%' + short_unit: '%' + description: |- + Methane emissions are calculated by Our World in Data based on emissions data from Jones et al. (2023) and IPCC conversion factors. Jones et al. (2023) give methane emissions in standard metric tonnes per year. We have converted these emissions to carbon-dioxide equivalents over a 100-year timescale using a conversion factor of 29.8 for fossil sources, and 27.2 for agricultural and land use sources (as per the IPCC AR6 report). + share_global_n2o: + title: Share of global nitrous oxide emissions + unit: '%' + short_unit: '%' + description: |- + Nitrous oxide emissions are calculated by Our World in Data based on emissions data from Jones et al. (2023) and IPCC AR6 conversion factors. Jones et al. (2023) give nitrous oxide emissions in standard metric tonnes per year. We have converted these emissions to carbon-dioxide equivalents over a 100-year timescale using a conversion factor of 273 (as per the IPCC AR6 report). + share_global_ghg: + title: Share of global greenhouse gas emissions + unit: '%' + short_unit: '%' + description: |- + Greenhouse gas emissions are calculated by Our World in Data based on emissions data from Jones et al. (2023) and IPCC AR6 conversion factors. Jones et al. (2023) give methane and nitrous oxide emissions in standard metric tonnes per year. We have converted these emissions to carbon-dioxide equivalents over a 100-year timescale using a conversion factor of 273 for nitrous oxide, 29.8 for methane from fossil sources, and 27.2 for methane from agricultural and land use sources (as per the IPCC AR6 report). + cumulative_fossil_co2: + title: cumulative_fossil_co2 + unit: tonnes + short_unit: t + cumulative_land_co2: + title: cumulative_land_co2 + unit: tonnes + short_unit: t + cumulative_co2: + title: cumulative_co2 + unit: tonnes + short_unit: t + cumulative_fossil_ch4: + title: cumulative_fossil_ch4 + unit: tonnes + short_unit: t + cumulative_land_ch4: + title: cumulative_land_ch4 + unit: tonnes + short_unit: t + cumulative_ch4: + title: cumulative_ch4 + unit: tonnes + short_unit: t + cumulative_fossil_n2o: + title: cumulative_fossil_n2o + unit: tonnes + short_unit: t + cumulative_land_n2o: + title: cumulative_land_n2o + unit: tonnes + short_unit: t + cumulative_n2o: + title: cumulative_n2o + unit: tonnes + short_unit: t + cumulative_fossil_ghg: + title: cumulative_fossil_ghg + unit: tonnes + short_unit: t + cumulative_land_ghg: + title: cumulative_land_ghg + unit: tonnes + short_unit: t + cumulative_ghg: + title: Cumulative greenhouse gas emissions + unit: tonnes + short_unit: t + description: |- + Greenhouse gas emissions are calculated by Our World in Data based on emissions data from Jones et al. (2023) and IPCC AR6 conversion factors. Jones et al. (2023) give methane and nitrous oxide emissions in standard metric tonnes per year. We have converted these emissions to carbon-dioxide equivalents over a 100-year timescale using a conversion factor of 273 for nitrous oxide, 29.8 for methane from fossil sources, and 27.2 for methane from agricultural and land use sources (as per the IPCC AR6 report). + temp_fossil_co2: + title: temp_fossil_co2 + unit: °C + short_unit: °C + temp_land_co2: + title: temp_land_co2 + unit: °C + short_unit: °C + temp_co2: + title: Change in global mean surface temperature from CO2 emissions + unit: °C + short_unit: °C + description: |- + This measures each country's contribution to global mean surface temperature (GMST) rise from its cumulative emissions of carbon dioxide. The warming effects of each gas are calculated based on cumulative CO2-equivalent emissions using the Global Warming Potential (GWP*) approach. + temp_fossil_ch4: + title: temp_fossil_ch4 + unit: °C + short_unit: °C + temp_land_ch4: + title: temp_land_ch4 + unit: °C + short_unit: °C + temp_ch4: + title: Change in global mean surface temperature from methane emissions + unit: °C + short_unit: °C + description: |- + This measures each country's contribution to global mean surface temperature (GMST) rise from its cumulative emissions of methane. The warming effects of each gas are calculated based on cumulative CO2-equivalent emissions using the Global Warming Potential (GWP*) approach. + temp_fossil_n2o: + title: temp_fossil_n2o + unit: °C + short_unit: °C + temp_land_n2o: + title: temp_land_n2o + unit: °C + short_unit: °C + temp_n2o: + title: Change in global mean surface temperature from nitrous oxide emissions + unit: °C + short_unit: °C + description: |- + This measures each country's contribution to global mean surface temperature (GMST) rise from its cumulative nitrous oxide emissions. The warming effects of each gas are calculated based on cumulative CO2-equivalent emissions using the Global Warming Potential (GWP*) approach. + temp_fossil_ghg: + title: temp_fossil_ghg + unit: °C + short_unit: °C + temp_land_ghg: + title: temp_land_ghg + unit: °C + short_unit: °C + temp_ghg: + title: Change in global mean surface temperature from greenhouse gas emissions + unit: °C + short_unit: °C + description: |- + This measures each country's contribution to global mean surface temperature (GMST) rise from its cumulative emissions of carbon dioxide, methane and nitrous oxide. The warming effects of each gas are calculated based on cumulative CO2-equivalent emissions using the Global Warming Potential (GWP*) approach. + share_global_warming: + title: Share of contribution to global warming + unit: '%' + short_unit: '%' + description: |- + This measures each country's contribution to global mean surface temperature (GMST) rise from its cumulative emissions of carbon dioxide, methane and nitrous oxide. The warming effects of each gas are calculated based on cumulative CO2-equivalent emissions using the Global Warming Potential (GWP*) approach. + annual_ch4_per_capita: + title: Methane emissions per person + unit: tonnes + short_unit: t + description: |- + Methane emissions per person are calculated by Our World in Data based on emissions data from Jones et al. (2023) and population data from HYDE and the UN World Population Prospects. Jones et al. (2023) give methane emissions in standard metric tonnes per year. We have converted these emissions to carbon-dioxide equivalents over a 100-year timescale using a conversion factor of 29.8 for fossil sources, and 27.2 for agricultural and land use sources (as per the IPCC AR6 report). + annual_n2o_per_capita: + title: Nitrous oxide emissions per person + unit: tonnes + short_unit: t + description: |- + Nitrous oxide emissions per person are calculated by Our World in Data based on emissions data from Jones et al. (2023) and population data from HYDE and the UN World Population Prospects. Jones et al. (2023) give nitrous oxide emissions in standard metric tonnes per year. We have converted these emissions to carbon-dioxide equivalents over a 100-year timescale using a conversion factor of 273 (as per the IPCC AR6 report). + annual_ghg_co2eq_per_capita: + title: Greenhouse gas emissions per person + unit: tonnes + short_unit: t + description: |- + Greenhouse gas emissions per person are calculated by Our World in Data based on emissions data from Jones et al. (2023) and population data from HYDE and the UN World Population Prospects. Jones et al. (2023) give methane and nitrous oxide emissions in standard metric tonnes per year. We have converted these emissions to carbon-dioxide equivalents over a 100-year timescale using a conversion factor of 273 for nitrous oxide, 29.8 for methane from fossil sources, and 27.2 for methane from agricultural and land use sources (as per the IPCC AR6 report). diff --git a/etl/steps/data/grapher/fasttrack/2023-03-27/global_warming_contributions.py b/etl/steps/data/grapher/fasttrack/2023-03-27/global_warming_contributions.py new file mode 100644 index 00000000000..cc079edc61d --- /dev/null +++ b/etl/steps/data/grapher/fasttrack/2023-03-27/global_warming_contributions.py @@ -0,0 +1,40 @@ +import pandas as pd + +from etl.helpers import PathFinder, create_dataset, get_metadata_path +from etl.snapshot import Snapshot + +paths = PathFinder(__file__) + + +def run(dest_dir: str) -> None: + # load snapshot + snap = Snapshot("fasttrack/2023-03-27/global_warming_contributions.csv") + + # load data + tb = snap.read_csv() + + # add dimensions with dim_ prefix + dims = [c for c in tb.columns if c.startswith("dim_")] + dims_without_prefix = [c[4:] for c in dims] + + if dims: + tb = tb.rename(columns={d: dw for d, dw in zip(dims, dims_without_prefix)}) + + if uses_dates(tb["year"]): + tb = tb.rename(columns={"year": "date"}).format(["country", "date"] + dims_without_prefix) + else: + tb = tb.format(["country", "year"] + dims_without_prefix) + + # add table, update metadata from *.meta.yml and save + ds = create_dataset(dest_dir, tables=[tb], default_metadata=snap.metadata) + + # override metadata if necessary + meta_path = get_metadata_path(dest_dir).with_suffix(".override.yml") + if meta_path.exists(): + ds.update_metadata(meta_path) + + ds.save() + + +def uses_dates(s: pd.Series) -> bool: + return pd.to_datetime(s, errors="coerce", format="%Y-%m-%d").notnull().all() diff --git a/etl/steps/data/grapher/fasttrack/2023-04-30/paratz.meta.yml b/etl/steps/data/grapher/fasttrack/2023-04-30/paratz.meta.yml index fa6dbc58bf9..1f55ca2acad 100644 --- a/etl/steps/data/grapher/fasttrack/2023-04-30/paratz.meta.yml +++ b/etl/steps/data/grapher/fasttrack/2023-04-30/paratz.meta.yml @@ -1,21 +1,16 @@ dataset: - sources: - - name: Paratz et al., (2023) - published_by: Heart Rhythm Journal - publication_year: 2023 - date_accessed: 2023-07-13 - url: https://www.heartrhythmjournal.com/article/S1547-5271(23)00027-9/fulltext + title: A systematic review of global autopsy rates in all-cause mortality and young sudden death, Paratz et al (2023) + description: |- + The data for this indicator is taken from: Paratz ED, Rowe SJ, Stub D, Pflaumer A, La Gerche A. A systematic review of global autopsy rates in all-cause mortality and young sudden death. Heart Rhythm. 2023 Apr;20(4):607-613. doi: 10.1016/j.hrthm.2023.01.008. + + The data is collated from a number of published papers and databases. The year shown reflects the date given in the database or the year of the publication. For Spain and Australia the data is only representative of a region of each country, Catalonia and Victoria, respectively. + licenses: + - {} tables: paratz: variables: autopsy_rate: title: Autopsy rate - short_unit: '%' unit: '%' + short_unit: '%' description: Autopsy rates reported in all-cause death. - sources: - - name: Paratz et al., (2023) - published_by: Heart Rhythm Journal - publication_year: 2023 - date_accessed: 2023-07-13 - url: https://www.heartrhythmjournal.com/article/S1547-5271(23)00027-9/fulltext diff --git a/etl/steps/data/grapher/fasttrack/2023-04-30/paratz.py b/etl/steps/data/grapher/fasttrack/2023-04-30/paratz.py index 349d0e134fd..114719618eb 100644 --- a/etl/steps/data/grapher/fasttrack/2023-04-30/paratz.py +++ b/etl/steps/data/grapher/fasttrack/2023-04-30/paratz.py @@ -1,10 +1,9 @@ import pandas as pd -from owid import catalog -from etl.helpers import PathFinder, create_dataset +from etl.helpers import PathFinder, create_dataset, get_metadata_path from etl.snapshot import Snapshot -P = PathFinder(__file__) +paths = PathFinder(__file__) def run(dest_dir: str) -> None: @@ -12,11 +11,30 @@ def run(dest_dir: str) -> None: snap = Snapshot("fasttrack/2023-04-30/paratz.csv") # load data - data = pd.read_csv(snap.path) + tb = snap.read_csv() - # create empty dataframe and table - tb = catalog.Table(data, short_name=P.short_name) + # add dimensions with dim_ prefix + dims = [c for c in tb.columns if c.startswith("dim_")] + dims_without_prefix = [c[4:] for c in dims] + + if dims: + tb = tb.rename(columns={d: dw for d, dw in zip(dims, dims_without_prefix)}) + + if uses_dates(tb["year"]): + tb = tb.rename(columns={"year": "date"}).format(["country", "date"] + dims_without_prefix) + else: + tb = tb.format(["country", "year"] + dims_without_prefix) # add table, update metadata from *.meta.yml and save ds = create_dataset(dest_dir, tables=[tb], default_metadata=snap.metadata) + + # override metadata if necessary + meta_path = get_metadata_path(dest_dir).with_suffix(".override.yml") + if meta_path.exists(): + ds.update_metadata(meta_path) + ds.save() + + +def uses_dates(s: pd.Series) -> bool: + return pd.to_datetime(s, errors="coerce", format="%Y-%m-%d").notnull().all() diff --git a/etl/steps/data/grapher/fasttrack/2023-05-03/apms_2014.meta.yml b/etl/steps/data/grapher/fasttrack/2023-05-03/apms_2014.meta.yml index b4c0e24ead3..21de647880e 100644 --- a/etl/steps/data/grapher/fasttrack/2023-05-03/apms_2014.meta.yml +++ b/etl/steps/data/grapher/fasttrack/2023-05-03/apms_2014.meta.yml @@ -1,24 +1,10 @@ dataset: - namespace: fasttrack - version: '2023-05-03' - short_name: apms_2014 title: Current depression in England by age and gender (APMS, 2014) - description: This is a dataset of the prevalence of current depression in the general - population in England, living in private households. Households were sampled randomly - and individuals were interviewed using the revised Clinical Interview Schedule - (CIS-R), which is a diagnostic structured interview format to determine whether - people had common mental disorders in the past week. In this dataset, presence - of a current episode of major depression was determined. - sources: - - name: Adult Psychiatric Morbidity Survey 2014, England (2016) - published_by: '"McManus S, Bebbington P, Jenkins R, Brugha T. (eds.) (2016) Mental - health and wellbeing in England: Adult Psychiatric Morbidity Survey 2014. Leeds: - NHS Digital"' - description: Surveys of individuals in randomly-selected private households - in England - publication_year: 2016 - date_accessed: 2022-12-01 - url: https://www.gov.uk/government/statistics/adult-psychiatric-morbidity-survey-mental-health-and-wellbeing-england-2014 + description: |- + This is a dataset of the prevalence of current depression in the general population in England, living in private households. Households were sampled randomly and individuals were interviewed using the revised Clinical Interview Schedule (CIS-R), which is a diagnostic structured interview format to determine whether people had common mental disorders in the past week. In this dataset, presence of a current episode of major depression was determined. + licenses: + - name: Open Government Licence v3.0 + url: https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/ tables: apms_2014: variables: diff --git a/etl/steps/data/grapher/fasttrack/2023-05-03/apms_2014.py b/etl/steps/data/grapher/fasttrack/2023-05-03/apms_2014.py index 07dbcf3e545..a1bcca99f8d 100644 --- a/etl/steps/data/grapher/fasttrack/2023-05-03/apms_2014.py +++ b/etl/steps/data/grapher/fasttrack/2023-05-03/apms_2014.py @@ -1,19 +1,40 @@ import pandas as pd -from owid import catalog -from etl.helpers import PathFinder, create_dataset +from etl.helpers import PathFinder, create_dataset, get_metadata_path from etl.snapshot import Snapshot -P = PathFinder(__file__) +paths = PathFinder(__file__) def run(dest_dir: str) -> None: # load snapshot - data = pd.read_csv(Snapshot("fasttrack/2023-05-03/apms_2014.csv").path) + snap = Snapshot("fasttrack/2023-05-03/apms_2014.csv") - # create empty dataframe and table - tb = catalog.Table(data, short_name=P.short_name) + # load data + tb = snap.read_csv() + + # add dimensions with dim_ prefix + dims = [c for c in tb.columns if c.startswith("dim_")] + dims_without_prefix = [c[4:] for c in dims] + + if dims: + tb = tb.rename(columns={d: dw for d, dw in zip(dims, dims_without_prefix)}) + + if uses_dates(tb["year"]): + tb = tb.rename(columns={"year": "date"}).format(["country", "date"] + dims_without_prefix) + else: + tb = tb.format(["country", "year"] + dims_without_prefix) # add table, update metadata from *.meta.yml and save - ds = create_dataset(dest_dir, tables=[tb]) + ds = create_dataset(dest_dir, tables=[tb], default_metadata=snap.metadata) + + # override metadata if necessary + meta_path = get_metadata_path(dest_dir).with_suffix(".override.yml") + if meta_path.exists(): + ds.update_metadata(meta_path) + ds.save() + + +def uses_dates(s: pd.Series) -> bool: + return pd.to_datetime(s, errors="coerce", format="%Y-%m-%d").notnull().all() diff --git a/etl/steps/data/grapher/fasttrack/2023-05-31/cholera.meta.yml b/etl/steps/data/grapher/fasttrack/2023-05-31/cholera.meta.yml index 7b2b37923d5..0be2698a83e 100644 --- a/etl/steps/data/grapher/fasttrack/2023-05-31/cholera.meta.yml +++ b/etl/steps/data/grapher/fasttrack/2023-05-31/cholera.meta.yml @@ -1,7 +1,4 @@ dataset: - namespace: fasttrack - version: '2023-05-31' - short_name: cholera title: Cholera reported cases, deaths and case fatality rate (WHO, 2023) description: |- The data is created by combining multiple WHO Weekly Epidemiological Reports for cholera reported cases, deaths and case fatality rate. @@ -17,37 +14,22 @@ dataset: 2020: https://web.archive.org/web/20230326231135/http://apps.who.int/iris/bitstream/handle/10665/345271/WER9637-445-454-eng-fre.pdf?sequence=1&isAllowed=y 2021: https://web.archive.org/web/20230526223955/https://apps.who.int/iris/bitstream/handle/10665/362858/WER9737-453-464-eng-fre.pdf?sequence=1&isAllowed=y - sources: - - name: World Health Organization (2023) - published_by: World Health Organization - date_accessed: 2023-05-31 + licenses: + - {} tables: cholera: variables: cholera_reported_cases: title: Cholera reported cases unit: reported cases - description: Confirmed cholera cases, including those confirmed clinically, - epidemiologically, or by laboratory investigation. - sources: - - name: World Health Organization (2023) - published_by: World Health Organization - date_accessed: 2023-05-31 + description: Confirmed cholera cases, including those confirmed clinically, epidemiologically, or by laboratory investigation. cholera_case_fatality_rate: title: Cholera case fatality rate - short_unit: '%' unit: '%' - description: WHO calculates case fatality rates based on the numbers of cases - and deaths as reported by national authorities (Ministries of Health). - sources: - - name: World Health Organization (2023) - published_by: World Health Organization - date_accessed: 2023-05-31 + short_unit: '%' + description: |- + WHO calculates case fatality rates based on the numbers of cases and deaths as reported by national authorities (Ministries of Health). cholera_deaths: title: Cholera deaths unit: deaths description: Number of deaths from cholera reported to WHO - sources: - - name: World Health Organization (2023) - published_by: World Health Organization - date_accessed: 2023-05-31 diff --git a/etl/steps/data/grapher/fasttrack/2023-05-31/cholera.py b/etl/steps/data/grapher/fasttrack/2023-05-31/cholera.py index 9282b916edd..740dcc7f72e 100644 --- a/etl/steps/data/grapher/fasttrack/2023-05-31/cholera.py +++ b/etl/steps/data/grapher/fasttrack/2023-05-31/cholera.py @@ -1,19 +1,40 @@ import pandas as pd -from owid import catalog -from etl.helpers import PathFinder, create_dataset +from etl.helpers import PathFinder, create_dataset, get_metadata_path from etl.snapshot import Snapshot -P = PathFinder(__file__) +paths = PathFinder(__file__) def run(dest_dir: str) -> None: # load snapshot - data = pd.read_csv(Snapshot("fasttrack/2023-05-31/cholera.csv").path) + snap = Snapshot("fasttrack/2023-05-31/cholera.csv") - # create empty dataframe and table - tb = catalog.Table(data, short_name=P.short_name) + # load data + tb = snap.read_csv() + + # add dimensions with dim_ prefix + dims = [c for c in tb.columns if c.startswith("dim_")] + dims_without_prefix = [c[4:] for c in dims] + + if dims: + tb = tb.rename(columns={d: dw for d, dw in zip(dims, dims_without_prefix)}) + + if uses_dates(tb["year"]): + tb = tb.rename(columns={"year": "date"}).format(["country", "date"] + dims_without_prefix) + else: + tb = tb.format(["country", "year"] + dims_without_prefix) # add table, update metadata from *.meta.yml and save - ds = create_dataset(dest_dir, tables=[tb]) + ds = create_dataset(dest_dir, tables=[tb], default_metadata=snap.metadata) + + # override metadata if necessary + meta_path = get_metadata_path(dest_dir).with_suffix(".override.yml") + if meta_path.exists(): + ds.update_metadata(meta_path) + ds.save() + + +def uses_dates(s: pd.Series) -> bool: + return pd.to_datetime(s, errors="coerce", format="%Y-%m-%d").notnull().all() diff --git a/etl/steps/data/grapher/fasttrack/2023-06-16/guinea_worm.meta.yml b/etl/steps/data/grapher/fasttrack/2023-06-16/guinea_worm.meta.yml index fbd897b7e74..fc674303d0e 100644 --- a/etl/steps/data/grapher/fasttrack/2023-06-16/guinea_worm.meta.yml +++ b/etl/steps/data/grapher/fasttrack/2023-06-16/guinea_worm.meta.yml @@ -1,15 +1,8 @@ dataset: - namespace: fasttrack - version: '2023-06-16' - short_name: guinea_worm title: Guinea Worm Cases - Carter Center (2023) description: The number of cases of guinea worm disease worldwide since 1989 - sources: - - name: The Carter Center (2023) - published_by: The Carter Center (2023) - publication_year: 2023 - date_accessed: 2023-06-16 - url: https://www.cartercenter.org/resources/pdfs/news/health_publications/guinea_worm/guinea-worm-cases-by-year-from-1989.pdf + licenses: + - {} tables: guinea_worm: variables: @@ -17,9 +10,3 @@ tables: title: Guinea Worm Cases unit: cases description: The number of human cases of guinea worm disease. - sources: - - name: The Carter Center (2023) - published_by: The Carter Center (2023) - publication_year: 2023 - date_accessed: 2023-06-16 - url: https://www.cartercenter.org/resources/pdfs/news/health_publications/guinea_worm/guinea-worm-cases-by-year-from-1989.pdf diff --git a/etl/steps/data/grapher/fasttrack/2023-06-16/guinea_worm.py b/etl/steps/data/grapher/fasttrack/2023-06-16/guinea_worm.py index 7d0e4f07318..d247a84999a 100644 --- a/etl/steps/data/grapher/fasttrack/2023-06-16/guinea_worm.py +++ b/etl/steps/data/grapher/fasttrack/2023-06-16/guinea_worm.py @@ -1,19 +1,40 @@ import pandas as pd -from owid import catalog -from etl.helpers import PathFinder, create_dataset +from etl.helpers import PathFinder, create_dataset, get_metadata_path from etl.snapshot import Snapshot -P = PathFinder(__file__) +paths = PathFinder(__file__) def run(dest_dir: str) -> None: # load snapshot - data = pd.read_csv(Snapshot("fasttrack/2023-06-16/guinea_worm.csv").path) + snap = Snapshot("fasttrack/2023-06-16/guinea_worm.csv") - # create empty dataframe and table - tb = catalog.Table(data, short_name=P.short_name) + # load data + tb = snap.read_csv() + + # add dimensions with dim_ prefix + dims = [c for c in tb.columns if c.startswith("dim_")] + dims_without_prefix = [c[4:] for c in dims] + + if dims: + tb = tb.rename(columns={d: dw for d, dw in zip(dims, dims_without_prefix)}) + + if uses_dates(tb["year"]): + tb = tb.rename(columns={"year": "date"}).format(["country", "date"] + dims_without_prefix) + else: + tb = tb.format(["country", "year"] + dims_without_prefix) # add table, update metadata from *.meta.yml and save - ds = create_dataset(dest_dir, tables=[tb.set_index(["country", "year"])]) + ds = create_dataset(dest_dir, tables=[tb], default_metadata=snap.metadata) + + # override metadata if necessary + meta_path = get_metadata_path(dest_dir).with_suffix(".override.yml") + if meta_path.exists(): + ds.update_metadata(meta_path) + ds.save() + + +def uses_dates(s: pd.Series) -> bool: + return pd.to_datetime(s, errors="coerce", format="%Y-%m-%d").notnull().all() diff --git a/etl/steps/data/grapher/fasttrack/2023-06-19/world_population_comparison.meta.yml b/etl/steps/data/grapher/fasttrack/2023-06-19/world_population_comparison.meta.yml index 5802a16bd35..60c67e53309 100644 --- a/etl/steps/data/grapher/fasttrack/2023-06-19/world_population_comparison.meta.yml +++ b/etl/steps/data/grapher/fasttrack/2023-06-19/world_population_comparison.meta.yml @@ -1,7 +1,24 @@ dataset: - sources: - - name: Multiple sources compiled by Our World in Data (2019) - published_by: Multiple sources compiled by Our World in Data (2019) + title: Historical world population comparison (various sources) + description: |- + Among others these are the original source: + + McEvedy, Colin and Richard Jones, 1978, “Atlas of World Population History,” Facts on File, New York, pp. 342-351. + + Biraben, Jean-Noel, 1980, An Essay Concerning Mankind’s Evolution, Population, Selected Papers, December, table 2. + + Durand, John D., 1974, “Historical Estimates of World Population: An Evaluation,” University of Pennsylvania, Population Center, Analytical and Technical Reports, Number 10, table 2. + + Haub, Carl, 1995, “How Many People Have Ever Lived on Earth?” Population Today, February, p. 5. + + Thomlinson, Ralph, 1975, “Demographic Problems, Controversy Over Population Control,” Second Edition, Table 1. + + United Nations, 1999, The World at Six Billion, Table 1, “World Population From” Year 0 to Stabilization, p. 5, + U.S. Census Bureau (USCB), 2012, Total Midyear Population for the World: 1950-2050. + + Michael Kremer (1993) “Population Growth and Technological Change: One Million B.C. to 1990”, Quarterly Journal of Economics., August 1993, pp.681-716. + licenses: + - {} tables: world_population_comparison: variables: diff --git a/etl/steps/data/grapher/fasttrack/2023-06-19/world_population_comparison.py b/etl/steps/data/grapher/fasttrack/2023-06-19/world_population_comparison.py index 83d3987374f..de557839e00 100644 --- a/etl/steps/data/grapher/fasttrack/2023-06-19/world_population_comparison.py +++ b/etl/steps/data/grapher/fasttrack/2023-06-19/world_population_comparison.py @@ -1,10 +1,9 @@ import pandas as pd -from owid import catalog -from etl.helpers import PathFinder, create_dataset +from etl.helpers import PathFinder, create_dataset, get_metadata_path from etl.snapshot import Snapshot -P = PathFinder(__file__) +paths = PathFinder(__file__) def run(dest_dir: str) -> None: @@ -12,11 +11,30 @@ def run(dest_dir: str) -> None: snap = Snapshot("fasttrack/2023-06-19/world_population_comparison.csv") # load data - data = pd.read_csv(snap.path) + tb = snap.read_csv() - # create empty dataframe and table - tb = catalog.Table(data, short_name=P.short_name) + # add dimensions with dim_ prefix + dims = [c for c in tb.columns if c.startswith("dim_")] + dims_without_prefix = [c[4:] for c in dims] + + if dims: + tb = tb.rename(columns={d: dw for d, dw in zip(dims, dims_without_prefix)}) + + if uses_dates(tb["year"]): + tb = tb.rename(columns={"year": "date"}).format(["country", "date"] + dims_without_prefix) + else: + tb = tb.format(["country", "year"] + dims_without_prefix) # add table, update metadata from *.meta.yml and save ds = create_dataset(dest_dir, tables=[tb], default_metadata=snap.metadata) + + # override metadata if necessary + meta_path = get_metadata_path(dest_dir).with_suffix(".override.yml") + if meta_path.exists(): + ds.update_metadata(meta_path) + ds.save() + + +def uses_dates(s: pd.Series) -> bool: + return pd.to_datetime(s, errors="coerce", format="%Y-%m-%d").notnull().all() diff --git a/etl/steps/data/grapher/fasttrack/2023-08-07/pain_hours_days_hen_systems.meta.yml b/etl/steps/data/grapher/fasttrack/2023-08-07/pain_hours_days_hen_systems.meta.yml index 69e507508a6..42c4bfa247b 100644 --- a/etl/steps/data/grapher/fasttrack/2023-08-07/pain_hours_days_hen_systems.meta.yml +++ b/etl/steps/data/grapher/fasttrack/2023-08-07/pain_hours_days_hen_systems.meta.yml @@ -1,119 +1,68 @@ dataset: - sources: - - name: Welfare Footprint based on Schuck-Paim and Alonso (2021) - published_by: Welfare Footprint - publication_year: 2021 - url: https://welfarefootprint.org/research-projects/laying-hens/ + title: Pain hours and days of hen systems (Welfare Footprint) + description: '' + licenses: + - {} tables: pain_hours_days_hen_systems: variables: total_hours_in_pain: title: total_hours_in_pain - short_unit: hours unit: hours - description: The total number of hours an average hen will spend in pain, regardless of the intensity. + short_unit: hours display: numDecimalPlaces: 0.0 - sources: - - name: Welfare Footprint based on Schuck-Paim and Alonso (2021) - published_by: Welfare Footprint - publication_year: 2021 - url: https://welfarefootprint.org/research-projects/laying-hens/ + description: The total number of hours an average hen will spend in pain, regardless of the intensity. excrutiating_hours_in_pain: title: excrutiating_hours_in_pain - short_unit: hours unit: hours - description: The number of hours an average hen will spend in excrutiating pain. + short_unit: hours display: numDecimalPlaces: 2.0 - sources: - - name: Welfare Footprint based on Schuck-Paim and Alonso (2021) - published_by: Welfare Footprint - publication_year: 2021 - url: https://welfarefootprint.org/research-projects/laying-hens/ + description: The number of hours an average hen will spend in excrutiating pain. disabling_pain_in_hours: title: disabling_pain_in_hours - short_unit: hours unit: hours - description: The number of hours an average hen will spend in disabling pain. + short_unit: hours display: numDecimalPlaces: 0.0 - sources: - - name: Welfare Footprint based on Schuck-Paim and Alonso (2021) - published_by: Welfare Footprint - publication_year: 2021 - url: https://welfarefootprint.org/research-projects/laying-hens/ + description: The number of hours an average hen will spend in disabling pain. hurtful_pain_in_hours: title: hurtful_pain_in_hours - short_unit: hours unit: hours - description: The number of hours an average hen will spend in hurtful pain. + short_unit: hours display: numDecimalPlaces: 0.0 - sources: - - name: Welfare Footprint based on Schuck-Paim and Alonso (2021) - published_by: Welfare Footprint - publication_year: 2021 - url: https://welfarefootprint.org/research-projects/laying-hens/ + description: The number of hours an average hen will spend in hurtful pain. annoying_pain_in_hours: title: annoying_pain_in_hours - short_unit: hours unit: hours - description: The number of hours an average hen will spend in annoying pain. + short_unit: hours display: numDecimalPlaces: 0.0 - sources: - - name: Welfare Footprint based on Schuck-Paim and Alonso (2021) - published_by: Welfare Footprint - publication_year: 2021 - url: https://welfarefootprint.org/research-projects/laying-hens/ + description: The number of hours an average hen will spend in annoying pain. total_days_in_pain: title: total_days_in_pain - short_unit: days unit: days + short_unit: days description: The total number of days an average hen will spend in pain, regardless of the intensity. - sources: - - name: Welfare Footprint based on Schuck-Paim and Alonso (2021) - published_by: Welfare Footprint - publication_year: 2021 - url: https://welfarefootprint.org/research-projects/laying-hens/ excrutating_pain_in_days: title: excrutating_pain_in_days - short_unit: days unit: days + short_unit: days description: The number of days an average hen will spend in excrutiating pain. - sources: - - name: Welfare Footprint based on Schuck-Paim and Alonso (2021) - published_by: Welfare Footprint - publication_year: 2021 - url: https://welfarefootprint.org/research-projects/laying-hens/ disabling_pain_in_days: title: disabling_pain_in_days - short_unit: days unit: days + short_unit: days description: The number of days an average hen will spend in disabling pain. - sources: - - name: Welfare Footprint based on Schuck-Paim and Alonso (2021) - published_by: Welfare Footprint - publication_year: 2021 - url: https://welfarefootprint.org/research-projects/laying-hens/ hurtful_pain_in_days: title: hurtful_pain_in_days - short_unit: days unit: days + short_unit: days description: The number of days an average hen will spend in hurtful pain. - sources: - - name: Welfare Footprint based on Schuck-Paim and Alonso (2021) - published_by: Welfare Footprint - publication_year: 2021 - url: https://welfarefootprint.org/research-projects/laying-hens/ annoying_pain_in_days: title: annoying_pain_in_days - short_unit: days unit: days + short_unit: days description: The number of days an average hen will spend in annoying pain. - sources: - - name: Welfare Footprint based on Schuck-Paim and Alonso (2021) - published_by: Welfare Footprint - publication_year: 2021 - url: https://welfarefootprint.org/research-projects/laying-hens/ diff --git a/etl/steps/data/grapher/fasttrack/2023-08-07/pain_hours_days_hen_systems.py b/etl/steps/data/grapher/fasttrack/2023-08-07/pain_hours_days_hen_systems.py index a8b5904420f..7f2af7320fd 100644 --- a/etl/steps/data/grapher/fasttrack/2023-08-07/pain_hours_days_hen_systems.py +++ b/etl/steps/data/grapher/fasttrack/2023-08-07/pain_hours_days_hen_systems.py @@ -1,10 +1,9 @@ import pandas as pd -from owid import catalog -from etl.helpers import PathFinder, create_dataset +from etl.helpers import PathFinder, create_dataset, get_metadata_path from etl.snapshot import Snapshot -P = PathFinder(__file__) +paths = PathFinder(__file__) def run(dest_dir: str) -> None: @@ -12,11 +11,30 @@ def run(dest_dir: str) -> None: snap = Snapshot("fasttrack/2023-08-07/pain_hours_days_hen_systems.csv") # load data - data = pd.read_csv(snap.path) + tb = snap.read_csv() - # create empty dataframe and table - tb = catalog.Table(data, short_name=P.short_name) + # add dimensions with dim_ prefix + dims = [c for c in tb.columns if c.startswith("dim_")] + dims_without_prefix = [c[4:] for c in dims] + + if dims: + tb = tb.rename(columns={d: dw for d, dw in zip(dims, dims_without_prefix)}) + + if uses_dates(tb["year"]): + tb = tb.rename(columns={"year": "date"}).format(["country", "date"] + dims_without_prefix) + else: + tb = tb.format(["country", "year"] + dims_without_prefix) # add table, update metadata from *.meta.yml and save - ds = create_dataset(dest_dir, tables=[tb.set_index(["country", "year"])], default_metadata=snap.metadata) + ds = create_dataset(dest_dir, tables=[tb], default_metadata=snap.metadata) + + # override metadata if necessary + meta_path = get_metadata_path(dest_dir).with_suffix(".override.yml") + if meta_path.exists(): + ds.update_metadata(meta_path) + ds.save() + + +def uses_dates(s: pd.Series) -> bool: + return pd.to_datetime(s, errors="coerce", format="%Y-%m-%d").notnull().all() diff --git a/etl/steps/data/grapher/fasttrack/2023-08-21/survey_livestock_oklahoma.meta.yml b/etl/steps/data/grapher/fasttrack/2023-08-21/survey_livestock_oklahoma.meta.yml index f9e0daeeaec..e24c3af8a4a 100644 --- a/etl/steps/data/grapher/fasttrack/2023-08-21/survey_livestock_oklahoma.meta.yml +++ b/etl/steps/data/grapher/fasttrack/2023-08-21/survey_livestock_oklahoma.meta.yml @@ -2,54 +2,35 @@ dataset: title: Survey attitudes to livestock farming (Oklahoma University) description: '' licenses: - - {} - sources: - - name: Food Demand Survey, Oklahoma State University - url: https://web.archive.org/web/20190806000018/http://agecon.okstate.edu/files/january%202018.pdf - publication_year: '2018' - published_by: Oklahoma State University, Department of Agricultural Economics + - {} tables: survey_livestock_oklahoma: variables: strongly_agree: - title: strongly_agree + title: Strongly agree unit: '' short_unit: '%' - display: - name: Strongly agree agree: - title: agree + title: Agree unit: '' short_unit: '%' - display: - name: Agree somewhat_agree: - title: somewhat_agree + title: Somewhat agree unit: '' short_unit: '%' - display: - name: Somewhat agree no_opinion: - title: no_opinion + title: No opinion unit: '' short_unit: '%' - display: - name: No opinion somewhat_disagree: - title: somewhat_disagree + title: Somewhat disagree unit: '' short_unit: '%' - display: - name: Somewhat disagree disagree: - title: disagree + title: Disagree unit: '' short_unit: '%' - display: - name: Disagree strongly_disagree: - title: strongly_disagree + title: Strongly disagree unit: '' short_unit: '%' - display: - name: Strongly disagree diff --git a/etl/steps/data/grapher/fasttrack/2023-08-21/survey_livestock_oklahoma.py b/etl/steps/data/grapher/fasttrack/2023-08-21/survey_livestock_oklahoma.py index a958614e9b8..1723efe0e28 100644 --- a/etl/steps/data/grapher/fasttrack/2023-08-21/survey_livestock_oklahoma.py +++ b/etl/steps/data/grapher/fasttrack/2023-08-21/survey_livestock_oklahoma.py @@ -1,10 +1,9 @@ import pandas as pd -from owid import catalog -from etl.helpers import PathFinder, create_dataset +from etl.helpers import PathFinder, create_dataset, get_metadata_path from etl.snapshot import Snapshot -P = PathFinder(__file__) +paths = PathFinder(__file__) def run(dest_dir: str) -> None: @@ -12,11 +11,30 @@ def run(dest_dir: str) -> None: snap = Snapshot("fasttrack/2023-08-21/survey_livestock_oklahoma.csv") # load data - data = pd.read_csv(snap.path) + tb = snap.read_csv() - # create empty dataframe and table - tb = catalog.Table(data, short_name=P.short_name) + # add dimensions with dim_ prefix + dims = [c for c in tb.columns if c.startswith("dim_")] + dims_without_prefix = [c[4:] for c in dims] + + if dims: + tb = tb.rename(columns={d: dw for d, dw in zip(dims, dims_without_prefix)}) + + if uses_dates(tb["year"]): + tb = tb.rename(columns={"year": "date"}).format(["country", "date"] + dims_without_prefix) + else: + tb = tb.format(["country", "year"] + dims_without_prefix) # add table, update metadata from *.meta.yml and save - ds = create_dataset(dest_dir, tables=[tb.set_index(["country", "year"])], default_metadata=snap.metadata) + ds = create_dataset(dest_dir, tables=[tb], default_metadata=snap.metadata) + + # override metadata if necessary + meta_path = get_metadata_path(dest_dir).with_suffix(".override.yml") + if meta_path.exists(): + ds.update_metadata(meta_path) + ds.save() + + +def uses_dates(s: pd.Series) -> bool: + return pd.to_datetime(s, errors="coerce", format="%Y-%m-%d").notnull().all() diff --git a/etl/steps/data/grapher/fasttrack/2023-09-29/un_space_objects.meta.yml b/etl/steps/data/grapher/fasttrack/2023-09-29/un_space_objects.meta.yml index 8fe8448f45e..fef74cf4a55 100644 --- a/etl/steps/data/grapher/fasttrack/2023-09-29/un_space_objects.meta.yml +++ b/etl/steps/data/grapher/fasttrack/2023-09-29/un_space_objects.meta.yml @@ -1,34 +1,17 @@ dataset: title: Online Index of Objects Launched into Outer Space (UN, 2023-09-29) - description: >- - This data is compiled from the Online Index of Objects Launched into Outer Space, maintained by the United Nations Office - for Outer Space Affairs. + description: |- + This data is compiled from the Online Index of Objects Launched into Outer Space, maintained by the United Nations Office for Outer Space Affairs. + Since 1962, the United Nations has maintained a Register of Objects Launched into Outer Space. Originally established as a mechanism to aid the United Nations Committee on the Peaceful Uses of Outer Space in its discussions on the political, legal, and technical issues concerning outer space, the evolution of international space law resulted in space object registration becoming a means of identifying which States' bear international responsibility and liability for space objects. - Since 1962, the United Nations has maintained a Register of Objects Launched into Outer Space. Originally established - as a mechanism to aid the United Nations Committee on the Peaceful Uses of Outer Space in its discussions on the political, - legal, and technical issues concerning outer space, the evolution of international space law resulted in space object - registration becoming a means of identifying which States' bear international responsibility and liability for space objects. - - - The source indicates that around 87% of all satellites, probes, landers, crewed spacecraft, and space station flight elements - launched into Earth orbit or beyond have been registered with the Secretary-General. - + The source indicates that around 87% of all satellites, probes, landers, crewed spacecraft, and space station flight elements launched into Earth orbit or beyond have been registered with the Secretary-General. In the data shown on our charts: - - when an object is launched by a country on behalf of another one, it is attributed to the latter; - - - when a launch is made jointly by several countries, it is recorded in each of these countries' time series, but only - once in the 'World' series. + - when a launch is made jointly by several countries, it is recorded in each of these countries' time series, but only once in the 'World' series. licenses: - {} - sources: - - name: United Nations Office for Outer Space Affairs, Online Index of Objects Launched into Outer Space (2023) - url: https://www.unoosa.org/oosa/osoindex/search-ng.jspx - date_accessed: '2023-09-29' - publication_year: '2023' - published_by: Online Index of Objects Launched into Outer Space (2023) tables: un_space_objects: variables: diff --git a/etl/steps/data/grapher/fasttrack/2023-09-29/un_space_objects.py b/etl/steps/data/grapher/fasttrack/2023-09-29/un_space_objects.py index 908f5a6e699..52ea7d8ffb2 100644 --- a/etl/steps/data/grapher/fasttrack/2023-09-29/un_space_objects.py +++ b/etl/steps/data/grapher/fasttrack/2023-09-29/un_space_objects.py @@ -1,3 +1,5 @@ +import pandas as pd + from etl.helpers import PathFinder, create_dataset, get_metadata_path from etl.snapshot import Snapshot @@ -11,8 +13,20 @@ def run(dest_dir: str) -> None: # load data tb = snap.read_csv() + # add dimensions with dim_ prefix + dims = [c for c in tb.columns if c.startswith("dim_")] + dims_without_prefix = [c[4:] for c in dims] + + if dims: + tb = tb.rename(columns={d: dw for d, dw in zip(dims, dims_without_prefix)}) + + if uses_dates(tb["year"]): + tb = tb.rename(columns={"year": "date"}).format(["country", "date"] + dims_without_prefix) + else: + tb = tb.format(["country", "year"] + dims_without_prefix) + # add table, update metadata from *.meta.yml and save - ds = create_dataset(dest_dir, tables=[tb.set_index(["country", "year"])], default_metadata=snap.metadata) + ds = create_dataset(dest_dir, tables=[tb], default_metadata=snap.metadata) # override metadata if necessary meta_path = get_metadata_path(dest_dir).with_suffix(".override.yml") @@ -20,3 +34,7 @@ def run(dest_dir: str) -> None: ds.update_metadata(meta_path) ds.save() + + +def uses_dates(s: pd.Series) -> bool: + return pd.to_datetime(s, errors="coerce", format="%Y-%m-%d").notnull().all() diff --git a/etl/steps/data/grapher/fasttrack/2023-10-05/great_pacific_garbage_lebreton.meta.yml b/etl/steps/data/grapher/fasttrack/2023-10-05/great_pacific_garbage_lebreton.meta.yml index 3b6733fc4fb..c46186cfae7 100644 --- a/etl/steps/data/grapher/fasttrack/2023-10-05/great_pacific_garbage_lebreton.meta.yml +++ b/etl/steps/data/grapher/fasttrack/2023-10-05/great_pacific_garbage_lebreton.meta.yml @@ -3,27 +3,21 @@ dataset: description: '' licenses: - {} - sources: - - name: Plastics in Great Pacific Garbage Patch (Lebreton et al. 2022) - url: https://www.nature.com/articles/s41598-022-16529-0 - publication_year: '2022' - published_by: Lebreton et al. (2022). Industrialised fishing nations largely contribute to floating plastic pollution - in the North Pacific subtropical gyre. Nature Scientific Reports. tables: great_pacific_garbage_lebreton: variables: share_number_plastic_items: title: share_number_plastic_items - description: The share of hard plastic items, larger than 5 centimetres, found in the Great Pacific Garbage Patch. unit: '%' short_unit: '%' display: numDecimalPlaces: 0 + description: The share of hard plastic items, larger than 5 centimetres, found in the Great Pacific Garbage Patch. share_mass_plastic_items: title: share_mass_plastic_items - description: The share of the mass of hard plastic items, larger than 5 centimetres, found in the Great Pacific Garbage - Patch. unit: '%' short_unit: '%' display: numDecimalPlaces: 2 + description: The share of the mass of hard plastic items, larger than 5 centimetres, found in the Great Pacific Garbage + Patch. diff --git a/etl/steps/data/grapher/fasttrack/2023-10-05/great_pacific_garbage_lebreton.py b/etl/steps/data/grapher/fasttrack/2023-10-05/great_pacific_garbage_lebreton.py index d3d980cab94..fe4e2084af2 100644 --- a/etl/steps/data/grapher/fasttrack/2023-10-05/great_pacific_garbage_lebreton.py +++ b/etl/steps/data/grapher/fasttrack/2023-10-05/great_pacific_garbage_lebreton.py @@ -1,4 +1,6 @@ -from etl.helpers import PathFinder, create_dataset +import pandas as pd + +from etl.helpers import PathFinder, create_dataset, get_metadata_path from etl.snapshot import Snapshot paths = PathFinder(__file__) @@ -11,6 +13,28 @@ def run(dest_dir: str) -> None: # load data tb = snap.read_csv() + # add dimensions with dim_ prefix + dims = [c for c in tb.columns if c.startswith("dim_")] + dims_without_prefix = [c[4:] for c in dims] + + if dims: + tb = tb.rename(columns={d: dw for d, dw in zip(dims, dims_without_prefix)}) + + if uses_dates(tb["year"]): + tb = tb.rename(columns={"year": "date"}).format(["country", "date"] + dims_without_prefix) + else: + tb = tb.format(["country", "year"] + dims_without_prefix) + # add table, update metadata from *.meta.yml and save - ds = create_dataset(dest_dir, tables=[tb.set_index(["country", "year"])], default_metadata=snap.metadata) + ds = create_dataset(dest_dir, tables=[tb], default_metadata=snap.metadata) + + # override metadata if necessary + meta_path = get_metadata_path(dest_dir).with_suffix(".override.yml") + if meta_path.exists(): + ds.update_metadata(meta_path) + ds.save() + + +def uses_dates(s: pd.Series) -> bool: + return pd.to_datetime(s, errors="coerce", format="%Y-%m-%d").notnull().all() diff --git a/etl/steps/data/grapher/fasttrack/latest/antimicrobial_usage_livestock.meta.yml b/etl/steps/data/grapher/fasttrack/latest/antimicrobial_usage_livestock.meta.yml index 4651cb6da5d..b10007cd0eb 100644 --- a/etl/steps/data/grapher/fasttrack/latest/antimicrobial_usage_livestock.meta.yml +++ b/etl/steps/data/grapher/fasttrack/latest/antimicrobial_usage_livestock.meta.yml @@ -1,11 +1,9 @@ dataset: - sources: - - name: Mulchandani et al. (2023) - published_by: 'Mulchandani, R., Wang, Y., Gilbert, M., & Van Boeckel, T. P. (2023). Global trends in antimicrobial use - in food-producing animals: 2020 to 2030. PLOS Global Public Health, 3(2), e0001305. https://doi.org/10.1371/journal.pgph.0001305' - publication_year: 2023 - date_accessed: 2023-07-25 - url: https://journals.plos.org/globalpublichealth/article?id=10.1371/journal.pgph.0001305 + title: Antimicrobial usage in livestock + description: |- + This dataset estimates the usage of antimicrobials in livestock (cattle, sheep, chicken, and pigs) by country. Data on antimicrobials comes from government reports, surveillance systems and national surveys. In addition, the authors estimate the biomass of livestock in the country, to adjust for differences in antimicrobial usage by animal size. Biomass data comes from the Food and Agriculture Organization (FAO). 'The PCU represents the total number of animals in a country (alive or slaughtered), multiplied by the average weight of the animal at the time of treatment. Therefore, the PCU is a standardization metric that accounts for differences in animal weight, and number of production cycles per year between countries.' Therefore, mg/PCU refers to the usage of antimicrobials per animal population-corrected unit. + licenses: + - {} tables: antimicrobial_usage_livestock: variables: diff --git a/etl/steps/data/grapher/fasttrack/latest/antimicrobial_usage_livestock.py b/etl/steps/data/grapher/fasttrack/latest/antimicrobial_usage_livestock.py index 5d9877bfb65..390bab01951 100644 --- a/etl/steps/data/grapher/fasttrack/latest/antimicrobial_usage_livestock.py +++ b/etl/steps/data/grapher/fasttrack/latest/antimicrobial_usage_livestock.py @@ -1,10 +1,9 @@ import pandas as pd -from owid import catalog -from etl.helpers import PathFinder, create_dataset +from etl.helpers import PathFinder, create_dataset, get_metadata_path from etl.snapshot import Snapshot -P = PathFinder(__file__) +paths = PathFinder(__file__) def run(dest_dir: str) -> None: @@ -12,11 +11,30 @@ def run(dest_dir: str) -> None: snap = Snapshot("fasttrack/latest/antimicrobial_usage_livestock.csv") # load data - data = pd.read_csv(snap.path) + tb = snap.read_csv() - # create empty dataframe and table - tb = catalog.Table(data, short_name=P.short_name) + # add dimensions with dim_ prefix + dims = [c for c in tb.columns if c.startswith("dim_")] + dims_without_prefix = [c[4:] for c in dims] + + if dims: + tb = tb.rename(columns={d: dw for d, dw in zip(dims, dims_without_prefix)}) + + if uses_dates(tb["year"]): + tb = tb.rename(columns={"year": "date"}).format(["country", "date"] + dims_without_prefix) + else: + tb = tb.format(["country", "year"] + dims_without_prefix) # add table, update metadata from *.meta.yml and save ds = create_dataset(dest_dir, tables=[tb], default_metadata=snap.metadata) + + # override metadata if necessary + meta_path = get_metadata_path(dest_dir).with_suffix(".override.yml") + if meta_path.exists(): + ds.update_metadata(meta_path) + ds.save() + + +def uses_dates(s: pd.Series) -> bool: + return pd.to_datetime(s, errors="coerce", format="%Y-%m-%d").notnull().all() diff --git a/etl/steps/data/grapher/fasttrack/latest/democracy_freedom_house.meta.yml b/etl/steps/data/grapher/fasttrack/latest/democracy_freedom_house.meta.yml index 046439e36eb..6e9511619ea 100644 --- a/etl/steps/data/grapher/fasttrack/latest/democracy_freedom_house.meta.yml +++ b/etl/steps/data/grapher/fasttrack/latest/democracy_freedom_house.meta.yml @@ -1,171 +1,141 @@ dataset: title: Democracy - Freedom House (2023) - description: >- + description: |- This dataset provides information on political regimes, using data from Freedom House's Freedom in the World (2023). - You can read a description of the data in this post: https://ourworldindata.org/democracies-measurement - You can download the code and complete dataset, including supplementary variables, from GitHub: https://github.com/owid/notebooks/tree/main/BastianHerre/democracy licenses: - - {} - sources: - - name: Freedom House (2023) - url: https://freedomhouse.org/report/freedom-world - date_accessed: '2023-09-05' - published_by: Freedom House (2023). Freedom in the World. + - {} tables: democracy_freedom_house: variables: regime_fh: title: regime_fh - description: >- - The variable identifies the political regime of a country using the classification by Freedom House's Freedom in - the World. It distinguishes between free countries (score 2), partly free countries (score 1), and not free countries - (score 0). - + unit: '' + display: + name: Political regime + description: |- + The variable identifies the political regime of a country using the classification by Freedom House's Freedom in the World. It distinguishes between free countries (score 2), partly free countries (score 1), and not free countries (score 0). It matches Freedom House's variable scorest. - - Free countries are understood as countries in which citizens have many political rights (free and fair elections, - political pluralism and participation, functioning government) and civil liberties (freedoms of expression and association, - rule of law, personal autonomy). - + Free countries are understood as countries in which citizens have many political rights (free and fair elections, political pluralism and participation, functioning government) and civil liberties (freedoms of expression and association, rule of law, personal autonomy). Partly free country are countries in which citizens have some political rights and civil liberties. - Not free country are countries in which citizens have few political rights and civil liberties. - unit: '' - display: - name: Political regime polrights_fh: title: Political rights - description: >- - The variable identifies the extent of free and fair elections, political pluralism and participation, and a functioning - government, based on Freedom House's Freedom in the World. - + unit: '' + description: |- + The variable identifies the extent of free and fair elections, political pluralism and participation, and a functioning government, based on Freedom House's Freedom in the World. It matches Freedom House's variable scorepr. - Lower ratings indicate more rights. - unit: '' civlibs_fh: title: Civil liberties - description: >- - The variable identifies the extent of freedom of expression and association, the rule of law, and personal autonomy, - based on Freedom House's Freedom in the World. - + unit: '' + description: |- + The variable identifies the extent of freedom of expression and association, the rule of law, and personal autonomy, based on Freedom House's Freedom in the World. It matches Freedom House's variable scorecl. - Lower ratings indicate more liberties. - unit: '' electdem_fh: title: Political regime - description: >- - The variable identifies the political regime of a country using the second classification by Freedom House's Freedom - in the World. It identifies whether a country is an electoral democracy (score 1) or not (score 0). - - - Electoral democracies are understood as political systems in which citizens have the right to choose chief executive - and legislature in broadly free and fair elections and have substantial other political rights and civil liberties. unit: '' + description: |- + The variable identifies the political regime of a country using the second classification by Freedom House's Freedom in the World. It identifies whether a country is an electoral democracy (score 1) or not (score 0). + + Electoral democracies are understood as political systems in which citizens have the right to choose chief executive and legislature in broadly free and fair elections and have substantial other political rights and civil liberties. electprocess_fh: title: Democratic electoral institutions - description: >- - The variable identifies the extent to which the chief executive and legislature are chosen in free and fair elections - under universal suffrage, based on Freedom House's Freedom in the World. - + unit: '' + description: |- + The variable identifies the extent to which the chief executive and legislature are chosen in free and fair elections under universal suffrage, based on Freedom House's Freedom in the World. Higher scores indicate a freer electoral process. - unit: '' polrights_score_fh: title: polrights_score_fh - description: >- - The variable identifies the fine-grained extent of free and fair elections, political pluralism and participation, - and a functioning government, based on Freedom House's Freedom in the World. - - - Higher scores indicate more rights. unit: '' display: name: Political rights + description: |- + The variable identifies the fine-grained extent of free and fair elections, political pluralism and participation, and a functioning government, based on Freedom House's Freedom in the World. + + Higher scores indicate more rights. civlibs_score_fh: title: civlibs_score_fh - description: >- - The variable identifies the fine-grained extent of freedom of expression and association, the rule of law, and personal - autonomy, based on Freedom House's Freedom in the World. - - - Higher scores indicate more liberties. unit: '' display: name: Civil liberties + description: |- + The variable identifies the fine-grained extent of freedom of expression and association, the rule of law, and personal autonomy, based on Freedom House's Freedom in the World. + + Higher scores indicate more liberties. country_fh: title: country_fh - description: The variable identifies whether Freedom House consider the entity a country or territory. unit: '' + description: The variable identifies whether Freedom House consider the entity a country or territory. number_notfree_fh: title: number_notfree_fh - description: The variable identifies the number of not-free countries based on Freedom House's Freedom in the World. unit: '' + description: The variable identifies the number of not-free countries based on Freedom House's Freedom in the World. number_partlyfree_fh: title: number_partlyfree_fh - description: The variable identifies the number of partly-free countries based on Freedom House's Freedom in the World. unit: '' + description: The variable identifies the number of partly-free countries based on Freedom House's Freedom in the World. number_free_fh: title: number_free_fh - description: The variable identifies the number of free countries based on Freedom House's Freedom in the World. unit: '' + description: The variable identifies the number of free countries based on Freedom House's Freedom in the World. number_nonelectdem_fh: title: number_nonelectdem_fh - description: The variable identifies the number of non-democracies based on Freedom House's Freedom in the World. unit: '' + description: The variable identifies the number of non-democracies based on Freedom House's Freedom in the World. number_electdem_fh: title: number_electdem_fh - description: The variable identifies the number of electoral democracies based on Freedom House's Freedom in the World. unit: '' + description: The variable identifies the number of electoral democracies based on Freedom House's Freedom in the World. pop_notfree_fh: title: pop_notfree_fh - description: The variable identifies the number of people living in not free countries, based on Freedom House's Freedom - in the World. unit: '' + description: |- + The variable identifies the number of people living in not free countries, based on Freedom House's Freedom in the World. pop_partlyfree_fh: title: pop_partlyfree_fh - description: The variable identifies the number of people living in partly free countries, based on Freedom House's - Freedom in the World. unit: '' + description: |- + The variable identifies the number of people living in partly free countries, based on Freedom House's Freedom in the World. pop_free_fh: title: pop_free_fh + unit: '' description: The variable identifies the number of people living in free countries, based on Freedom House's Freedom in the World. - unit: '' pop_missreg_fh: title: pop_missreg_fh - description: The variable identifies the number of people living in countries without regime data, based on Freedom - House's Freedom in the World. unit: '' + description: |- + The variable identifies the number of people living in countries without regime data, based on Freedom House's Freedom in the World. pop_nonelectdem_fh: title: pop_nonelectdem_fh + unit: '' description: The variable identifies the number of people living in non-democracies, based on Freedom House's Freedom in the World. - unit: '' pop_electdem_fh: title: pop_electdem_fh - description: The variable identifies the number of people living in electoral democracies, based on Freedom House's - Freedom in the World. unit: '' + description: |- + The variable identifies the number of people living in electoral democracies, based on Freedom House's Freedom in the World. pop_missdem_fh: title: pop_missdem_fh - description: The variable identifies the number of people living in countries without democracy data, based on Freedom - House's Freedom in the World. unit: '' + description: |- + The variable identifies the number of people living in countries without democracy data, based on Freedom House's Freedom in the World. region: title: region - description: The variable identifies the region a country or territory is in. unit: '' + description: The variable identifies the region a country or territory is in. diff --git a/etl/steps/data/grapher/fasttrack/latest/democracy_freedom_house.py b/etl/steps/data/grapher/fasttrack/latest/democracy_freedom_house.py index d72eedbccc5..eff617c8ff4 100644 --- a/etl/steps/data/grapher/fasttrack/latest/democracy_freedom_house.py +++ b/etl/steps/data/grapher/fasttrack/latest/democracy_freedom_house.py @@ -1,7 +1,6 @@ import pandas as pd -from owid import catalog -from etl.helpers import PathFinder, create_dataset +from etl.helpers import PathFinder, create_dataset, get_metadata_path from etl.snapshot import Snapshot paths = PathFinder(__file__) @@ -12,11 +11,30 @@ def run(dest_dir: str) -> None: snap = Snapshot("fasttrack/latest/democracy_freedom_house.csv") # load data - data = pd.read_csv(snap.path) + tb = snap.read_csv() - # create empty dataframe and table - tb = catalog.Table(data, short_name=paths.short_name) + # add dimensions with dim_ prefix + dims = [c for c in tb.columns if c.startswith("dim_")] + dims_without_prefix = [c[4:] for c in dims] + + if dims: + tb = tb.rename(columns={d: dw for d, dw in zip(dims, dims_without_prefix)}) + + if uses_dates(tb["year"]): + tb = tb.rename(columns={"year": "date"}).format(["country", "date"] + dims_without_prefix) + else: + tb = tb.format(["country", "year"] + dims_without_prefix) # add table, update metadata from *.meta.yml and save - ds = create_dataset(dest_dir, tables=[tb.set_index(["country", "year"])], default_metadata=snap.metadata) + ds = create_dataset(dest_dir, tables=[tb], default_metadata=snap.metadata) + + # override metadata if necessary + meta_path = get_metadata_path(dest_dir).with_suffix(".override.yml") + if meta_path.exists(): + ds.update_metadata(meta_path) + ds.save() + + +def uses_dates(s: pd.Series) -> bool: + return pd.to_datetime(s, errors="coerce", format="%Y-%m-%d").notnull().all() diff --git a/etl/steps/data/grapher/fasttrack/latest/gbd_2019_mental_health_country_coverage.meta.yml b/etl/steps/data/grapher/fasttrack/latest/gbd_2019_mental_health_country_coverage.meta.yml index 384f41c717e..777a5a9a304 100644 --- a/etl/steps/data/grapher/fasttrack/latest/gbd_2019_mental_health_country_coverage.meta.yml +++ b/etl/steps/data/grapher/fasttrack/latest/gbd_2019_mental_health_country_coverage.meta.yml @@ -1,25 +1,11 @@ dataset: - namespace: fasttrack - version: latest - short_name: gbd_2019_mental_health_country_coverage title: Countries with mental health data in GBD 2019 description: |- Dataset showing the number of countries with primary data on the prevalence of mental illnesses. These were found after a systematic review, grey literature search and expert consultation, to identify studies with data on the prevalence of each mental illness. 'The GBD inclusion criteria stipulated that: (1) the diagnostic criteria must be from 1980 onward; (2) “caseness” must be based on clinical threshold as established by the DSM, ICD, Chinese Classification of Mental Disorders (CCMD), or diagnosed by a clinician using established tools; (3) sufficient information must be provided on study method and sample characteristics to assess the quality of the study; and (4) study samples must be representative of the general population (i.e., case studies, veterans, or refugee samples were excluded). No limitation was set on the language of publication.' - sources: - - name: IHME GBD (2019) - published_by: 'Vos, T., Lim, S. S., Abbafati, C., Abbas, K. M., Abbasi, M., Abbasifard, - M., Abbasi-Kangevari, M., Abbastabar, H., Abd-Allah, F., Abdelalim, A., Abdollahi, - M., Abdollahpour, I., Abolhassani, H., Aboyans, V., Abrams, E. M., Abreu, L. - G., Abrigo, M. R. M., Abu-Raddad, L. J., Abushouk, A. I., … Murray, C. J. L. - (2020). Global burden of 369 diseases and injuries in 204 countries and territories, - 1990–2019: A systematic analysis for the Global Burden of Disease Study 2019. - The Lancet, 396(10258), 1204–1222.' - description: Country-level prevalence data - publication_year: 2020 - date_accessed: 2023-05-05 - url: https://www.thelancet.com/journals/lancet/article/PIIS0140-6736(20)30925-9/fulltext + licenses: + - url: https://www.thelancet.com/journals/lancet/article/PIIS0140-6736(20)30925-9/fulltext tables: gbd_2019_mental_health_country_coverage: variables: diff --git a/etl/steps/data/grapher/fasttrack/latest/gbd_2019_mental_health_country_coverage.py b/etl/steps/data/grapher/fasttrack/latest/gbd_2019_mental_health_country_coverage.py index f50cd5e8481..b43cc1b4135 100644 --- a/etl/steps/data/grapher/fasttrack/latest/gbd_2019_mental_health_country_coverage.py +++ b/etl/steps/data/grapher/fasttrack/latest/gbd_2019_mental_health_country_coverage.py @@ -1,19 +1,40 @@ import pandas as pd -from owid import catalog -from etl.helpers import PathFinder, create_dataset +from etl.helpers import PathFinder, create_dataset, get_metadata_path from etl.snapshot import Snapshot -P = PathFinder(__file__) +paths = PathFinder(__file__) def run(dest_dir: str) -> None: # load snapshot - data = pd.read_csv(Snapshot("fasttrack/latest/gbd_2019_mental_health_country_coverage.csv").path) + snap = Snapshot("fasttrack/latest/gbd_2019_mental_health_country_coverage.csv") - # create empty dataframe and table - tb = catalog.Table(data, short_name=P.short_name) + # load data + tb = snap.read_csv() + + # add dimensions with dim_ prefix + dims = [c for c in tb.columns if c.startswith("dim_")] + dims_without_prefix = [c[4:] for c in dims] + + if dims: + tb = tb.rename(columns={d: dw for d, dw in zip(dims, dims_without_prefix)}) + + if uses_dates(tb["year"]): + tb = tb.rename(columns={"year": "date"}).format(["country", "date"] + dims_without_prefix) + else: + tb = tb.format(["country", "year"] + dims_without_prefix) # add table, update metadata from *.meta.yml and save - ds = create_dataset(dest_dir, tables=[tb]) + ds = create_dataset(dest_dir, tables=[tb], default_metadata=snap.metadata) + + # override metadata if necessary + meta_path = get_metadata_path(dest_dir).with_suffix(".override.yml") + if meta_path.exists(): + ds.update_metadata(meta_path) + ds.save() + + +def uses_dates(s: pd.Series) -> bool: + return pd.to_datetime(s, errors="coerce", format="%Y-%m-%d").notnull().all() diff --git a/etl/steps/data/grapher/fasttrack/latest/global_maternal_offspring_loss.meta.yml b/etl/steps/data/grapher/fasttrack/latest/global_maternal_offspring_loss.meta.yml index 60e45e07800..10c7516ebcb 100644 --- a/etl/steps/data/grapher/fasttrack/latest/global_maternal_offspring_loss.meta.yml +++ b/etl/steps/data/grapher/fasttrack/latest/global_maternal_offspring_loss.meta.yml @@ -1,28 +1,17 @@ dataset: title: Global maternal offspring loss - Smith-Greenaway et al. 2021 - description: This dataset shows survey data and estimates of maternal offspring loss across countries. This includes mothers - who have lost an infant, child under 5 years old, or offspring. These are given as a rate per 1000 women in the age group. - Underlying data comes from large-scale surveys (such as the Demographic and Health Surveys and Multiple Indicator Cluster - Surveys) conducted in many low- and middle-income countries. For countries lacking data, these are estimated using an - indirect approach that combines formal kinship models and life-table methods in an additional 81 countries. + description: |- + This dataset shows survey data and estimates of maternal offspring loss across countries. This includes mothers who have lost an infant, child under 5 years old, or offspring. These are given as a rate per 1000 women in the age group. Underlying data comes from large-scale surveys (such as the Demographic and Health Surveys and Multiple Indicator Cluster Surveys) conducted in many low- and middle-income countries. For countries lacking data, these are estimated using an indirect approach that combines formal kinship models and life-table methods in an additional 81 countries. Citation: Smith-Greenaway, E., Alburez-Gutierrez, D., Trinitapoli, J., & Zagheni, E. (2021). Global burden of maternal bereavement: Indicators of the cumulative prevalence of child loss. BMJ Global Health, 6(4), e004837. https://doi.org/10.1136/bmjgh-2020-004837 licenses: - - {} - sources: - - name: Smith-Greenaway et al. (2021) - url: https://gh.bmj.com/content/6/4/e004837.abstract - date_accessed: '2023-09-05' - publication_year: '2021' - published_by: 'Global burden of maternal bereavement: indicators of the cumulative prevalence of child loss. (2021) Emily - Smith-Greenaway, Diego Alburez-Gutierrez, Jenny Trinitapoli, Emilio Zagheni.' + - {} tables: global_maternal_offspring_loss: variables: survey_source: title: Survey source - description: The survey used for underlying data – either the Demographic and Health Surveys (DHS) or Multiple Indicator - Cluster Surveys (MICS). Data was estimated for countries without a survey source, using formal kinship-models and - life tables. unit: '' + description: |- + The survey used for underlying data – either the Demographic and Health Surveys (DHS) or Multiple Indicator Cluster Surveys (MICS). Data was estimated for countries without a survey source, using formal kinship-models and life tables. cumulative_maternal_infant_mortality_among_mothers_aged_20_44_as_a_rate_per_1000_mothers_in_the_age_group: title: Cumulative maternal infant mortality among mothers aged 20-44 as a rate per 1000 mothers in the age group unit: per 1000 mothers diff --git a/etl/steps/data/grapher/fasttrack/latest/global_maternal_offspring_loss.py b/etl/steps/data/grapher/fasttrack/latest/global_maternal_offspring_loss.py index 6cd1b71eae7..b0ff839ac7b 100644 --- a/etl/steps/data/grapher/fasttrack/latest/global_maternal_offspring_loss.py +++ b/etl/steps/data/grapher/fasttrack/latest/global_maternal_offspring_loss.py @@ -1,7 +1,6 @@ import pandas as pd -from owid import catalog -from etl.helpers import PathFinder, create_dataset +from etl.helpers import PathFinder, create_dataset, get_metadata_path from etl.snapshot import Snapshot paths = PathFinder(__file__) @@ -12,11 +11,30 @@ def run(dest_dir: str) -> None: snap = Snapshot("fasttrack/latest/global_maternal_offspring_loss.csv") # load data - data = pd.read_csv(snap.path) + tb = snap.read_csv() - # create empty dataframe and table - tb = catalog.Table(data, short_name=paths.short_name) + # add dimensions with dim_ prefix + dims = [c for c in tb.columns if c.startswith("dim_")] + dims_without_prefix = [c[4:] for c in dims] + + if dims: + tb = tb.rename(columns={d: dw for d, dw in zip(dims, dims_without_prefix)}) + + if uses_dates(tb["year"]): + tb = tb.rename(columns={"year": "date"}).format(["country", "date"] + dims_without_prefix) + else: + tb = tb.format(["country", "year"] + dims_without_prefix) # add table, update metadata from *.meta.yml and save - ds = create_dataset(dest_dir, tables=[tb.set_index(["country", "year"])], default_metadata=snap.metadata) + ds = create_dataset(dest_dir, tables=[tb], default_metadata=snap.metadata) + + # override metadata if necessary + meta_path = get_metadata_path(dest_dir).with_suffix(".override.yml") + if meta_path.exists(): + ds.update_metadata(meta_path) + ds.save() + + +def uses_dates(s: pd.Series) -> bool: + return pd.to_datetime(s, errors="coerce", format="%Y-%m-%d").notnull().all() diff --git a/etl/steps/data/grapher/fasttrack/latest/historical_france_mortality_cause.meta.yml b/etl/steps/data/grapher/fasttrack/latest/historical_france_mortality_cause.meta.yml index 2af4f53a6b7..f785bb48b59 100644 --- a/etl/steps/data/grapher/fasttrack/latest/historical_france_mortality_cause.meta.yml +++ b/etl/steps/data/grapher/fasttrack/latest/historical_france_mortality_cause.meta.yml @@ -1,6611 +1,6513 @@ dataset: title: Database on causes of death in France from 1925 to 1999 - description: >- - Dataset on mortality rates from each cause of death category in France between 1925 and 1999. The underlying data for - this chart comes from the Institut National d'Études Démographiques, published by Jacques Vallin and France Meslé, and - covers causes of deaths nationally in France between 1925 and 1999. Causes of death were categorized into categories according - to the 9th edition of the International Classification of Diseases (ICD-9) manual. Mortality rates are given for five-year - age bands, as an annual rate out of 100,000 people in that age group. Below are the ICD codes used for each cause category: - All causes = 000*-999*, - + description: |- + Dataset on mortality rates from each cause of death category in France between 1925 and 1999. The underlying data for this chart comes from the Institut National d'Études Démographiques, published by Jacques Vallin and France Meslé, and covers causes of deaths nationally in France between 1925 and 1999. Causes of death were categorized into categories according to the 9th edition of the International Classification of Diseases (ICD-9) manual. Mortality rates are given for five-year age bands, as an annual rate out of 100,000 people in that age group. Below are the ICD codes used for each cause category: All causes = 000*-999*, Infectious and parasitic diseases = 001*-139*, - Neoplasms = 140*-239*, - Endocrine nutritional and metabolic diseases and immunity disorders = 240*-279*, - Diseases of the blood and blood-forming organs = 280*-289*, - Mental disorders = 290*-319*, - Diseases of the nervous system = 320*-359*, - Diseases of the sense organs = 360*-389*, - Diseases of the circulatory system = 390*-459*, - Diseases of the respiratory system = 460*-519*, - Diseases of the digestive system = 520*-579*, - Diseases of the genitourinary system = 580*-629*, - Complications of pregnancy childbirth and the puerperium = 630*-679*, - Diseases of the skin and subcutaneous tissue = 680*-709*, - Diseases of the musculoskeletal system and connective tissue = 710*-739*, - Congenital anomalies = 740*-759*, - Certain conditions originating in the perinatal period = 760*-779*, - Symptoms signs and ill-defined conditions = 780*-799*, - External causes (injury and poisoning) = 800*-999* licenses: - - {} - sources: - - name: Institut National d'Études Démographiques - url: https://www.demographic-research.org/Volumes/Vol36/21/ - date_accessed: '2023-06-23' - publication_year: '2014' - published_by: Jacques Vallin and France Meslé + - {} tables: historical_france_mortality_cause: variables: all_causes_female_age_all_ages: title: All causes_female_age_all ages - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_female_age_under_1: title: All causes_female_age_under_1 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_female_age_1_4: title: All causes_female_age_1-4 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_female_age_5_9: title: All causes_female_age_5-9 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_female_age_10_14: title: All causes_female_age_10-14 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_female_age_15_19: title: All causes_female_age_15-19 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_female_age_20_24: title: All causes_female_age_20-24 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_female_age_25_29: title: All causes_female_age_25-29 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_female_age_30_34: title: All causes_female_age_30-34 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_female_age_35_39: title: All causes_female_age_35-39 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_female_age_40_44: title: All causes_female_age_40-44 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_female_age_45_49: title: All causes_female_age_45-49 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_female_age_50_54: title: All causes_female_age_50-54 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_female_age_55_59: title: All causes_female_age_55-59 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_female_age_60_64: title: All causes_female_age_60-64 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_female_age_65_69: title: All causes_female_age_65-69 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_female_age_70_74: title: All causes_female_age_70-74 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_female_age_75_79: title: All causes_female_age_75-79 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_female_age_80_84: title: All causes_female_age_80-84 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_female_age_85_89: title: All causes_female_age_85-89 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_female_age_90_94: title: All causes_female_age_90-94 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_female_age_95_99: title: All causes_female_age_95-99 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_female_age_100_and_over: title: All causes_female_age_100_and_over - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. infectious_and_parasitic_diseases_female_age_all_ages: title: Infectious and parasitic diseases_female_age_all ages - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_female_age_under_1: title: Infectious and parasitic diseases_female_age_under_1 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_female_age_1_4: title: Infectious and parasitic diseases_female_age_1-4 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_female_age_5_9: title: Infectious and parasitic diseases_female_age_5-9 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_female_age_10_14: title: Infectious and parasitic diseases_female_age_10-14 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_female_age_15_19: title: Infectious and parasitic diseases_female_age_15-19 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_female_age_20_24: title: Infectious and parasitic diseases_female_age_20-24 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_female_age_25_29: title: Infectious and parasitic diseases_female_age_25-29 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_female_age_30_34: title: Infectious and parasitic diseases_female_age_30-34 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_female_age_35_39: title: Infectious and parasitic diseases_female_age_35-39 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_female_age_40_44: title: Infectious and parasitic diseases_female_age_40-44 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_female_age_45_49: title: Infectious and parasitic diseases_female_age_45-49 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_female_age_50_54: title: Infectious and parasitic diseases_female_age_50-54 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_female_age_55_59: title: Infectious and parasitic diseases_female_age_55-59 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_female_age_60_64: title: Infectious and parasitic diseases_female_age_60-64 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_female_age_65_69: title: Infectious and parasitic diseases_female_age_65-69 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_female_age_70_74: title: Infectious and parasitic diseases_female_age_70-74 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_female_age_75_79: title: Infectious and parasitic diseases_female_age_75-79 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_female_age_80_84: title: Infectious and parasitic diseases_female_age_80-84 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_female_age_85_89: title: Infectious and parasitic diseases_female_age_85-89 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_female_age_90_94: title: Infectious and parasitic diseases_female_age_90-94 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_female_age_95_99: title: Infectious and parasitic diseases_female_age_95-99 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_female_age_100_and_over: title: Infectious and parasitic diseases_female_age_100_and_over - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. neoplasms_female_age_all_ages: title: Neoplasms_female_age_all ages + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_female_age_under_1: title: Neoplasms_female_age_under_1 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_female_age_1_4: title: Neoplasms_female_age_1-4 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_female_age_5_9: title: Neoplasms_female_age_5-9 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_female_age_10_14: title: Neoplasms_female_age_10-14 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_female_age_15_19: title: Neoplasms_female_age_15-19 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_female_age_20_24: title: Neoplasms_female_age_20-24 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_female_age_25_29: title: Neoplasms_female_age_25-29 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_female_age_30_34: title: Neoplasms_female_age_30-34 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_female_age_35_39: title: Neoplasms_female_age_35-39 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_female_age_40_44: title: Neoplasms_female_age_40-44 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_female_age_45_49: title: Neoplasms_female_age_45-49 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_female_age_50_54: title: Neoplasms_female_age_50-54 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_female_age_55_59: title: Neoplasms_female_age_55-59 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_female_age_60_64: title: Neoplasms_female_age_60-64 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_female_age_65_69: title: Neoplasms_female_age_65-69 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_female_age_70_74: title: Neoplasms_female_age_70-74 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_female_age_75_79: title: Neoplasms_female_age_75-79 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_female_age_80_84: title: Neoplasms_female_age_80-84 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_female_age_85_89: title: Neoplasms_female_age_85-89 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_female_age_90_94: title: Neoplasms_female_age_90-94 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_female_age_95_99: title: Neoplasms_female_age_95-99 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_female_age_100_and_over: title: Neoplasms_female_age_100_and_over + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_female_age_all_ages: title: Endocrine nutritional and metabolic diseases and immunity disorders_female_age_all ages - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_female_age_under_1: title: Endocrine nutritional and metabolic diseases and immunity disorders_female_age_under_1 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_female_age_1_4: title: Endocrine nutritional and metabolic diseases and immunity disorders_female_age_1-4 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_female_age_5_9: title: Endocrine nutritional and metabolic diseases and immunity disorders_female_age_5-9 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_female_age_10_14: title: Endocrine nutritional and metabolic diseases and immunity disorders_female_age_10-14 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_female_age_15_19: title: Endocrine nutritional and metabolic diseases and immunity disorders_female_age_15-19 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_female_age_20_24: title: Endocrine nutritional and metabolic diseases and immunity disorders_female_age_20-24 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_female_age_25_29: title: Endocrine nutritional and metabolic diseases and immunity disorders_female_age_25-29 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_female_age_30_34: title: Endocrine nutritional and metabolic diseases and immunity disorders_female_age_30-34 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_female_age_35_39: title: Endocrine nutritional and metabolic diseases and immunity disorders_female_age_35-39 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_female_age_40_44: title: Endocrine nutritional and metabolic diseases and immunity disorders_female_age_40-44 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_female_age_45_49: title: Endocrine nutritional and metabolic diseases and immunity disorders_female_age_45-49 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_female_age_50_54: title: Endocrine nutritional and metabolic diseases and immunity disorders_female_age_50-54 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_female_age_55_59: title: Endocrine nutritional and metabolic diseases and immunity disorders_female_age_55-59 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_female_age_60_64: title: Endocrine nutritional and metabolic diseases and immunity disorders_female_age_60-64 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_female_age_65_69: title: Endocrine nutritional and metabolic diseases and immunity disorders_female_age_65-69 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_female_age_70_74: title: Endocrine nutritional and metabolic diseases and immunity disorders_female_age_70-74 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_female_age_75_79: title: Endocrine nutritional and metabolic diseases and immunity disorders_female_age_75-79 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_female_age_80_84: title: Endocrine nutritional and metabolic diseases and immunity disorders_female_age_80-84 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_female_age_85_89: title: Endocrine nutritional and metabolic diseases and immunity disorders_female_age_85-89 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_female_age_90_94: title: Endocrine nutritional and metabolic diseases and immunity disorders_female_age_90-94 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_female_age_95_99: title: Endocrine nutritional and metabolic diseases and immunity disorders_female_age_95-99 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_female_age_100_and_over: title: Endocrine nutritional and metabolic diseases and immunity disorders_female_age_100_and_over - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. diseases_of_the_blood_and_blood_forming_organs_female_age_all_ages: title: Diseases of the blood and blood-forming organs_female_age_all ages - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_female_age_under_1: title: Diseases of the blood and blood-forming organs_female_age_under_1 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_female_age_1_4: title: Diseases of the blood and blood-forming organs_female_age_1-4 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_female_age_5_9: title: Diseases of the blood and blood-forming organs_female_age_5-9 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_female_age_10_14: title: Diseases of the blood and blood-forming organs_female_age_10-14 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_female_age_15_19: title: Diseases of the blood and blood-forming organs_female_age_15-19 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_female_age_20_24: title: Diseases of the blood and blood-forming organs_female_age_20-24 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_female_age_25_29: title: Diseases of the blood and blood-forming organs_female_age_25-29 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_female_age_30_34: title: Diseases of the blood and blood-forming organs_female_age_30-34 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_female_age_35_39: title: Diseases of the blood and blood-forming organs_female_age_35-39 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_female_age_40_44: title: Diseases of the blood and blood-forming organs_female_age_40-44 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_female_age_45_49: title: Diseases of the blood and blood-forming organs_female_age_45-49 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_female_age_50_54: title: Diseases of the blood and blood-forming organs_female_age_50-54 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_female_age_55_59: title: Diseases of the blood and blood-forming organs_female_age_55-59 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_female_age_60_64: title: Diseases of the blood and blood-forming organs_female_age_60-64 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_female_age_65_69: title: Diseases of the blood and blood-forming organs_female_age_65-69 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_female_age_70_74: title: Diseases of the blood and blood-forming organs_female_age_70-74 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_female_age_75_79: title: Diseases of the blood and blood-forming organs_female_age_75-79 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_female_age_80_84: title: Diseases of the blood and blood-forming organs_female_age_80-84 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_female_age_85_89: title: Diseases of the blood and blood-forming organs_female_age_85-89 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_female_age_90_94: title: Diseases of the blood and blood-forming organs_female_age_90-94 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_female_age_95_99: title: Diseases of the blood and blood-forming organs_female_age_95-99 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_female_age_100_and_over: title: Diseases of the blood and blood-forming organs_female_age_100_and_over - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. mental_disorders_female_age_all_ages: title: Mental disorders_female_age_all ages - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_female_age_under_1: title: Mental disorders_female_age_under_1 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_female_age_1_4: title: Mental disorders_female_age_1-4 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_female_age_5_9: title: Mental disorders_female_age_5-9 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_female_age_10_14: title: Mental disorders_female_age_10-14 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_female_age_15_19: title: Mental disorders_female_age_15-19 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_female_age_20_24: title: Mental disorders_female_age_20-24 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_female_age_25_29: title: Mental disorders_female_age_25-29 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_female_age_30_34: title: Mental disorders_female_age_30-34 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_female_age_35_39: title: Mental disorders_female_age_35-39 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_female_age_40_44: title: Mental disorders_female_age_40-44 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_female_age_45_49: title: Mental disorders_female_age_45-49 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_female_age_50_54: title: Mental disorders_female_age_50-54 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_female_age_55_59: title: Mental disorders_female_age_55-59 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_female_age_60_64: title: Mental disorders_female_age_60-64 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_female_age_65_69: title: Mental disorders_female_age_65-69 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_female_age_70_74: title: Mental disorders_female_age_70-74 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_female_age_75_79: title: Mental disorders_female_age_75-79 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_female_age_80_84: title: Mental disorders_female_age_80-84 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_female_age_85_89: title: Mental disorders_female_age_85-89 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_female_age_90_94: title: Mental disorders_female_age_90-94 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_female_age_95_99: title: Mental disorders_female_age_95-99 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_female_age_100_and_over: title: Mental disorders_female_age_100_and_over - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. diseases_of_the_nervous_system_female_age_all_ages: title: Diseases of the nervous system_female_age_all ages - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_female_age_under_1: title: Diseases of the nervous system_female_age_under_1 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_female_age_1_4: title: Diseases of the nervous system_female_age_1-4 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_female_age_5_9: title: Diseases of the nervous system_female_age_5-9 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_female_age_10_14: title: Diseases of the nervous system_female_age_10-14 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_female_age_15_19: title: Diseases of the nervous system_female_age_15-19 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_female_age_20_24: title: Diseases of the nervous system_female_age_20-24 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_female_age_25_29: title: Diseases of the nervous system_female_age_25-29 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_female_age_30_34: title: Diseases of the nervous system_female_age_30-34 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_female_age_35_39: title: Diseases of the nervous system_female_age_35-39 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_female_age_40_44: title: Diseases of the nervous system_female_age_40-44 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_female_age_45_49: title: Diseases of the nervous system_female_age_45-49 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_female_age_50_54: title: Diseases of the nervous system_female_age_50-54 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_female_age_55_59: title: Diseases of the nervous system_female_age_55-59 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_female_age_60_64: title: Diseases of the nervous system_female_age_60-64 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_female_age_65_69: title: Diseases of the nervous system_female_age_65-69 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_female_age_70_74: title: Diseases of the nervous system_female_age_70-74 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_female_age_75_79: title: Diseases of the nervous system_female_age_75-79 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_female_age_80_84: title: Diseases of the nervous system_female_age_80-84 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_female_age_85_89: title: Diseases of the nervous system_female_age_85-89 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_female_age_90_94: title: Diseases of the nervous system_female_age_90-94 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_female_age_95_99: title: Diseases of the nervous system_female_age_95-99 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_female_age_100_and_over: title: Diseases of the nervous system_female_age_100_and_over - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_sense_organs_female_age_all_ages: title: Diseases of the sense organs_female_age_all ages - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_female_age_under_1: title: Diseases of the sense organs_female_age_under_1 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_female_age_1_4: title: Diseases of the sense organs_female_age_1-4 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_female_age_5_9: title: Diseases of the sense organs_female_age_5-9 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_female_age_10_14: title: Diseases of the sense organs_female_age_10-14 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_female_age_15_19: title: Diseases of the sense organs_female_age_15-19 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_female_age_20_24: title: Diseases of the sense organs_female_age_20-24 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_female_age_25_29: title: Diseases of the sense organs_female_age_25-29 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_female_age_30_34: title: Diseases of the sense organs_female_age_30-34 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_female_age_35_39: title: Diseases of the sense organs_female_age_35-39 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_female_age_40_44: title: Diseases of the sense organs_female_age_40-44 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_female_age_45_49: title: Diseases of the sense organs_female_age_45-49 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_female_age_50_54: title: Diseases of the sense organs_female_age_50-54 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_female_age_55_59: title: Diseases of the sense organs_female_age_55-59 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_female_age_60_64: title: Diseases of the sense organs_female_age_60-64 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_female_age_65_69: title: Diseases of the sense organs_female_age_65-69 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_female_age_70_74: title: Diseases of the sense organs_female_age_70-74 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_female_age_75_79: title: Diseases of the sense organs_female_age_75-79 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_female_age_80_84: title: Diseases of the sense organs_female_age_80-84 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_female_age_85_89: title: Diseases of the sense organs_female_age_85-89 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_female_age_90_94: title: Diseases of the sense organs_female_age_90-94 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_female_age_95_99: title: Diseases of the sense organs_female_age_95-99 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_female_age_100_and_over: title: Diseases of the sense organs_female_age_100_and_over - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_circulatory_system_female_age_all_ages: title: Diseases of the circulatory system_female_age_all ages - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_female_age_under_1: title: Diseases of the circulatory system_female_age_under_1 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_female_age_1_4: title: Diseases of the circulatory system_female_age_1-4 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_female_age_5_9: title: Diseases of the circulatory system_female_age_5-9 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_female_age_10_14: title: Diseases of the circulatory system_female_age_10-14 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_female_age_15_19: title: Diseases of the circulatory system_female_age_15-19 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_female_age_20_24: title: Diseases of the circulatory system_female_age_20-24 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_female_age_25_29: title: Diseases of the circulatory system_female_age_25-29 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_female_age_30_34: title: Diseases of the circulatory system_female_age_30-34 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_female_age_35_39: title: Diseases of the circulatory system_female_age_35-39 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_female_age_40_44: title: Diseases of the circulatory system_female_age_40-44 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_female_age_45_49: title: Diseases of the circulatory system_female_age_45-49 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_female_age_50_54: title: Diseases of the circulatory system_female_age_50-54 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_female_age_55_59: title: Diseases of the circulatory system_female_age_55-59 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_female_age_60_64: title: Diseases of the circulatory system_female_age_60-64 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_female_age_65_69: title: Diseases of the circulatory system_female_age_65-69 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_female_age_70_74: title: Diseases of the circulatory system_female_age_70-74 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_female_age_75_79: title: Diseases of the circulatory system_female_age_75-79 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_female_age_80_84: title: Diseases of the circulatory system_female_age_80-84 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_female_age_85_89: title: Diseases of the circulatory system_female_age_85-89 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_female_age_90_94: title: Diseases of the circulatory system_female_age_90-94 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_female_age_95_99: title: Diseases of the circulatory system_female_age_95-99 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_female_age_100_and_over: title: Diseases of the circulatory system_female_age_100_and_over - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_respiratory_system_female_age_all_ages: title: Diseases of the respiratory system_female_age_all ages - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_female_age_under_1: title: Diseases of the respiratory system_female_age_under_1 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_female_age_1_4: title: Diseases of the respiratory system_female_age_1-4 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_female_age_5_9: title: Diseases of the respiratory system_female_age_5-9 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_female_age_10_14: title: Diseases of the respiratory system_female_age_10-14 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_female_age_15_19: title: Diseases of the respiratory system_female_age_15-19 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_female_age_20_24: title: Diseases of the respiratory system_female_age_20-24 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_female_age_25_29: title: Diseases of the respiratory system_female_age_25-29 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_female_age_30_34: title: Diseases of the respiratory system_female_age_30-34 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_female_age_35_39: title: Diseases of the respiratory system_female_age_35-39 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_female_age_40_44: title: Diseases of the respiratory system_female_age_40-44 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_female_age_45_49: title: Diseases of the respiratory system_female_age_45-49 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_female_age_50_54: title: Diseases of the respiratory system_female_age_50-54 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_female_age_55_59: title: Diseases of the respiratory system_female_age_55-59 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_female_age_60_64: title: Diseases of the respiratory system_female_age_60-64 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_female_age_65_69: title: Diseases of the respiratory system_female_age_65-69 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_female_age_70_74: title: Diseases of the respiratory system_female_age_70-74 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_female_age_75_79: title: Diseases of the respiratory system_female_age_75-79 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_female_age_80_84: title: Diseases of the respiratory system_female_age_80-84 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_female_age_85_89: title: Diseases of the respiratory system_female_age_85-89 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_female_age_90_94: title: Diseases of the respiratory system_female_age_90-94 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_female_age_95_99: title: Diseases of the respiratory system_female_age_95-99 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_female_age_100_and_over: title: Diseases of the respiratory system_female_age_100_and_over - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_digestive_system_female_age_all_ages: title: Diseases of the digestive system_female_age_all ages - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_female_age_under_1: title: Diseases of the digestive system_female_age_under_1 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_female_age_1_4: title: Diseases of the digestive system_female_age_1-4 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_female_age_5_9: title: Diseases of the digestive system_female_age_5-9 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_female_age_10_14: title: Diseases of the digestive system_female_age_10-14 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_female_age_15_19: title: Diseases of the digestive system_female_age_15-19 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_female_age_20_24: title: Diseases of the digestive system_female_age_20-24 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_female_age_25_29: title: Diseases of the digestive system_female_age_25-29 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_female_age_30_34: title: Diseases of the digestive system_female_age_30-34 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_female_age_35_39: title: Diseases of the digestive system_female_age_35-39 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_female_age_40_44: title: Diseases of the digestive system_female_age_40-44 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_female_age_45_49: title: Diseases of the digestive system_female_age_45-49 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_female_age_50_54: title: Diseases of the digestive system_female_age_50-54 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_female_age_55_59: title: Diseases of the digestive system_female_age_55-59 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_female_age_60_64: title: Diseases of the digestive system_female_age_60-64 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_female_age_65_69: title: Diseases of the digestive system_female_age_65-69 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_female_age_70_74: title: Diseases of the digestive system_female_age_70-74 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_female_age_75_79: title: Diseases of the digestive system_female_age_75-79 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_female_age_80_84: title: Diseases of the digestive system_female_age_80-84 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_female_age_85_89: title: Diseases of the digestive system_female_age_85-89 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_female_age_90_94: title: Diseases of the digestive system_female_age_90-94 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_female_age_95_99: title: Diseases of the digestive system_female_age_95-99 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_female_age_100_and_over: title: Diseases of the digestive system_female_age_100_and_over - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_genitourinary_system_female_age_all_ages: title: Diseases of the genitourinary system_female_age_all ages - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_female_age_under_1: title: Diseases of the genitourinary system_female_age_under_1 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_female_age_1_4: title: Diseases of the genitourinary system_female_age_1-4 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_female_age_5_9: title: Diseases of the genitourinary system_female_age_5-9 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_female_age_10_14: title: Diseases of the genitourinary system_female_age_10-14 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_female_age_15_19: title: Diseases of the genitourinary system_female_age_15-19 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_female_age_20_24: title: Diseases of the genitourinary system_female_age_20-24 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_female_age_25_29: title: Diseases of the genitourinary system_female_age_25-29 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_female_age_30_34: title: Diseases of the genitourinary system_female_age_30-34 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_female_age_35_39: title: Diseases of the genitourinary system_female_age_35-39 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_female_age_40_44: title: Diseases of the genitourinary system_female_age_40-44 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_female_age_45_49: title: Diseases of the genitourinary system_female_age_45-49 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_female_age_50_54: title: Diseases of the genitourinary system_female_age_50-54 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_female_age_55_59: title: Diseases of the genitourinary system_female_age_55-59 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_female_age_60_64: title: Diseases of the genitourinary system_female_age_60-64 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_female_age_65_69: title: Diseases of the genitourinary system_female_age_65-69 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_female_age_70_74: title: Diseases of the genitourinary system_female_age_70-74 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_female_age_75_79: title: Diseases of the genitourinary system_female_age_75-79 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_female_age_80_84: title: Diseases of the genitourinary system_female_age_80-84 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_female_age_85_89: title: Diseases of the genitourinary system_female_age_85-89 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_female_age_90_94: title: Diseases of the genitourinary system_female_age_90-94 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_female_age_95_99: title: Diseases of the genitourinary system_female_age_95-99 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_female_age_100_and_over: title: Diseases of the genitourinary system_female_age_100_and_over - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. complications_of_pregnancy_childbirth_and_the_puerperium_female_age_all_ages: title: Complications of pregnancy childbirth and the puerperium_female_age_all ages - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_female_age_under_1: title: Complications of pregnancy childbirth and the puerperium_female_age_under_1 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_female_age_1_4: title: Complications of pregnancy childbirth and the puerperium_female_age_1-4 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_female_age_5_9: title: Complications of pregnancy childbirth and the puerperium_female_age_5-9 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_female_age_10_14: title: Complications of pregnancy childbirth and the puerperium_female_age_10-14 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_female_age_15_19: title: Complications of pregnancy childbirth and the puerperium_female_age_15-19 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_female_age_20_24: title: Complications of pregnancy childbirth and the puerperium_female_age_20-24 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_female_age_25_29: title: Complications of pregnancy childbirth and the puerperium_female_age_25-29 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_female_age_30_34: title: Complications of pregnancy childbirth and the puerperium_female_age_30-34 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_female_age_35_39: title: Complications of pregnancy childbirth and the puerperium_female_age_35-39 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_female_age_40_44: title: Complications of pregnancy childbirth and the puerperium_female_age_40-44 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_female_age_45_49: title: Complications of pregnancy childbirth and the puerperium_female_age_45-49 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_female_age_50_54: title: Complications of pregnancy childbirth and the puerperium_female_age_50-54 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_female_age_55_59: title: Complications of pregnancy childbirth and the puerperium_female_age_55-59 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_female_age_60_64: title: Complications of pregnancy childbirth and the puerperium_female_age_60-64 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_female_age_65_69: title: Complications of pregnancy childbirth and the puerperium_female_age_65-69 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_female_age_70_74: title: Complications of pregnancy childbirth and the puerperium_female_age_70-74 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_female_age_75_79: title: Complications of pregnancy childbirth and the puerperium_female_age_75-79 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_female_age_80_84: title: Complications of pregnancy childbirth and the puerperium_female_age_80-84 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_female_age_85_89: title: Complications of pregnancy childbirth and the puerperium_female_age_85-89 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_female_age_90_94: title: Complications of pregnancy childbirth and the puerperium_female_age_90-94 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_female_age_95_99: title: Complications of pregnancy childbirth and the puerperium_female_age_95-99 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_female_age_100_and_over: title: Complications of pregnancy childbirth and the puerperium_female_age_100_and_over - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. diseases_of_the_skin_and_subcutaneous_tissue_female_age_all_ages: title: Diseases of the skin and subcutaneous tissue_female_age_all ages - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_female_age_under_1: title: Diseases of the skin and subcutaneous tissue_female_age_under_1 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_female_age_1_4: title: Diseases of the skin and subcutaneous tissue_female_age_1-4 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_female_age_5_9: title: Diseases of the skin and subcutaneous tissue_female_age_5-9 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_female_age_10_14: title: Diseases of the skin and subcutaneous tissue_female_age_10-14 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_female_age_15_19: title: Diseases of the skin and subcutaneous tissue_female_age_15-19 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_female_age_20_24: title: Diseases of the skin and subcutaneous tissue_female_age_20-24 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_female_age_25_29: title: Diseases of the skin and subcutaneous tissue_female_age_25-29 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_female_age_30_34: title: Diseases of the skin and subcutaneous tissue_female_age_30-34 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_female_age_35_39: title: Diseases of the skin and subcutaneous tissue_female_age_35-39 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_female_age_40_44: title: Diseases of the skin and subcutaneous tissue_female_age_40-44 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_female_age_45_49: title: Diseases of the skin and subcutaneous tissue_female_age_45-49 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_female_age_50_54: title: Diseases of the skin and subcutaneous tissue_female_age_50-54 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_female_age_55_59: title: Diseases of the skin and subcutaneous tissue_female_age_55-59 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_female_age_60_64: title: Diseases of the skin and subcutaneous tissue_female_age_60-64 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_female_age_65_69: title: Diseases of the skin and subcutaneous tissue_female_age_65-69 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_female_age_70_74: title: Diseases of the skin and subcutaneous tissue_female_age_70-74 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_female_age_75_79: title: Diseases of the skin and subcutaneous tissue_female_age_75-79 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_female_age_80_84: title: Diseases of the skin and subcutaneous tissue_female_age_80-84 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_female_age_85_89: title: Diseases of the skin and subcutaneous tissue_female_age_85-89 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_female_age_90_94: title: Diseases of the skin and subcutaneous tissue_female_age_90-94 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_female_age_95_99: title: Diseases of the skin and subcutaneous tissue_female_age_95-99 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_female_age_100_and_over: title: Diseases of the skin and subcutaneous tissue_female_age_100_and_over - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_musculoskeletal_system_and_connective_tissue_female_age_all_ages: title: Diseases of the musculoskeletal system and connective tissue_female_age_all ages - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_female_age_under_1: title: Diseases of the musculoskeletal system and connective tissue_female_age_under_1 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_female_age_1_4: title: Diseases of the musculoskeletal system and connective tissue_female_age_1-4 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_female_age_5_9: title: Diseases of the musculoskeletal system and connective tissue_female_age_5-9 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_female_age_10_14: title: Diseases of the musculoskeletal system and connective tissue_female_age_10-14 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_female_age_15_19: title: Diseases of the musculoskeletal system and connective tissue_female_age_15-19 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_female_age_20_24: title: Diseases of the musculoskeletal system and connective tissue_female_age_20-24 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_female_age_25_29: title: Diseases of the musculoskeletal system and connective tissue_female_age_25-29 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_female_age_30_34: title: Diseases of the musculoskeletal system and connective tissue_female_age_30-34 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_female_age_35_39: title: Diseases of the musculoskeletal system and connective tissue_female_age_35-39 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_female_age_40_44: title: Diseases of the musculoskeletal system and connective tissue_female_age_40-44 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_female_age_45_49: title: Diseases of the musculoskeletal system and connective tissue_female_age_45-49 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_female_age_50_54: title: Diseases of the musculoskeletal system and connective tissue_female_age_50-54 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_female_age_55_59: title: Diseases of the musculoskeletal system and connective tissue_female_age_55-59 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_female_age_60_64: title: Diseases of the musculoskeletal system and connective tissue_female_age_60-64 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_female_age_65_69: title: Diseases of the musculoskeletal system and connective tissue_female_age_65-69 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_female_age_70_74: title: Diseases of the musculoskeletal system and connective tissue_female_age_70-74 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_female_age_75_79: title: Diseases of the musculoskeletal system and connective tissue_female_age_75-79 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_female_age_80_84: title: Diseases of the musculoskeletal system and connective tissue_female_age_80-84 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_female_age_85_89: title: Diseases of the musculoskeletal system and connective tissue_female_age_85-89 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_female_age_90_94: title: Diseases of the musculoskeletal system and connective tissue_female_age_90-94 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_female_age_95_99: title: Diseases of the musculoskeletal system and connective tissue_female_age_95-99 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_female_age_100_and_over: title: Diseases of the musculoskeletal system and connective tissue_female_age_100_and_over - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. congenital_anomalies_female_age_all_ages: title: Congenital anomalies_female_age_all ages - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_female_age_under_1: title: Congenital anomalies_female_age_under_1 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_female_age_1_4: title: Congenital anomalies_female_age_1-4 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_female_age_5_9: title: Congenital anomalies_female_age_5-9 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_female_age_10_14: title: Congenital anomalies_female_age_10-14 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_female_age_15_19: title: Congenital anomalies_female_age_15-19 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_female_age_20_24: title: Congenital anomalies_female_age_20-24 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_female_age_25_29: title: Congenital anomalies_female_age_25-29 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_female_age_30_34: title: Congenital anomalies_female_age_30-34 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_female_age_35_39: title: Congenital anomalies_female_age_35-39 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_female_age_40_44: title: Congenital anomalies_female_age_40-44 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_female_age_45_49: title: Congenital anomalies_female_age_45-49 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_female_age_50_54: title: Congenital anomalies_female_age_50-54 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_female_age_55_59: title: Congenital anomalies_female_age_55-59 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_female_age_60_64: title: Congenital anomalies_female_age_60-64 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_female_age_65_69: title: Congenital anomalies_female_age_65-69 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_female_age_70_74: title: Congenital anomalies_female_age_70-74 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_female_age_75_79: title: Congenital anomalies_female_age_75-79 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_female_age_80_84: title: Congenital anomalies_female_age_80-84 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_female_age_85_89: title: Congenital anomalies_female_age_85-89 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_female_age_90_94: title: Congenital anomalies_female_age_90-94 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_female_age_95_99: title: Congenital anomalies_female_age_95-99 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_female_age_100_and_over: title: Congenital anomalies_female_age_100_and_over - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. certain_conditions_originating_in_the_perinatal_period_female_age_all_ages: title: Certain conditions originating in the perinatal period_female_age_all ages - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_female_age_under_1: title: Certain conditions originating in the perinatal period_female_age_under_1 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_female_age_1_4: title: Certain conditions originating in the perinatal period_female_age_1-4 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_female_age_5_9: title: Certain conditions originating in the perinatal period_female_age_5-9 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_female_age_10_14: title: Certain conditions originating in the perinatal period_female_age_10-14 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_female_age_15_19: title: Certain conditions originating in the perinatal period_female_age_15-19 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_female_age_20_24: title: Certain conditions originating in the perinatal period_female_age_20-24 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_female_age_25_29: title: Certain conditions originating in the perinatal period_female_age_25-29 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_female_age_30_34: title: Certain conditions originating in the perinatal period_female_age_30-34 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_female_age_35_39: title: Certain conditions originating in the perinatal period_female_age_35-39 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_female_age_40_44: title: Certain conditions originating in the perinatal period_female_age_40-44 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_female_age_45_49: title: Certain conditions originating in the perinatal period_female_age_45-49 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_female_age_50_54: title: Certain conditions originating in the perinatal period_female_age_50-54 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_female_age_55_59: title: Certain conditions originating in the perinatal period_female_age_55-59 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_female_age_60_64: title: Certain conditions originating in the perinatal period_female_age_60-64 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_female_age_65_69: title: Certain conditions originating in the perinatal period_female_age_65-69 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_female_age_70_74: title: Certain conditions originating in the perinatal period_female_age_70-74 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_female_age_75_79: title: Certain conditions originating in the perinatal period_female_age_75-79 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_female_age_80_84: title: Certain conditions originating in the perinatal period_female_age_80-84 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_female_age_85_89: title: Certain conditions originating in the perinatal period_female_age_85-89 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_female_age_90_94: title: Certain conditions originating in the perinatal period_female_age_90-94 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_female_age_95_99: title: Certain conditions originating in the perinatal period_female_age_95-99 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_female_age_100_and_over: title: Certain conditions originating in the perinatal period_female_age_100_and_over - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. symptoms_signs_and_ill_defined_conditions_female_age_all_ages: title: Symptoms signs and ill-defined conditions_female_age_all ages - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_female_age_under_1: title: Symptoms signs and ill-defined conditions_female_age_under_1 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_female_age_1_4: title: Symptoms signs and ill-defined conditions_female_age_1-4 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_female_age_5_9: title: Symptoms signs and ill-defined conditions_female_age_5-9 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_female_age_10_14: title: Symptoms signs and ill-defined conditions_female_age_10-14 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_female_age_15_19: title: Symptoms signs and ill-defined conditions_female_age_15-19 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_female_age_20_24: title: Symptoms signs and ill-defined conditions_female_age_20-24 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_female_age_25_29: title: Symptoms signs and ill-defined conditions_female_age_25-29 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_female_age_30_34: title: Symptoms signs and ill-defined conditions_female_age_30-34 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_female_age_35_39: title: Symptoms signs and ill-defined conditions_female_age_35-39 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_female_age_40_44: title: Symptoms signs and ill-defined conditions_female_age_40-44 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_female_age_45_49: title: Symptoms signs and ill-defined conditions_female_age_45-49 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_female_age_50_54: title: Symptoms signs and ill-defined conditions_female_age_50-54 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_female_age_55_59: title: Symptoms signs and ill-defined conditions_female_age_55-59 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_female_age_60_64: title: Symptoms signs and ill-defined conditions_female_age_60-64 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_female_age_65_69: title: Symptoms signs and ill-defined conditions_female_age_65-69 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_female_age_70_74: title: Symptoms signs and ill-defined conditions_female_age_70-74 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_female_age_75_79: title: Symptoms signs and ill-defined conditions_female_age_75-79 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_female_age_80_84: title: Symptoms signs and ill-defined conditions_female_age_80-84 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_female_age_85_89: title: Symptoms signs and ill-defined conditions_female_age_85-89 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_female_age_90_94: title: Symptoms signs and ill-defined conditions_female_age_90-94 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_female_age_95_99: title: Symptoms signs and ill-defined conditions_female_age_95-99 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_female_age_100_and_over: title: Symptoms signs and ill-defined conditions_female_age_100_and_over - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. injury_and_poisoning_female_age_all_ages: title: Injury and poisoning_female_age_all ages - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_female_age_under_1: title: Injury and poisoning_female_age_under_1 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_female_age_1_4: title: Injury and poisoning_female_age_1-4 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_female_age_5_9: title: Injury and poisoning_female_age_5-9 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_female_age_10_14: title: Injury and poisoning_female_age_10-14 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_female_age_15_19: title: Injury and poisoning_female_age_15-19 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_female_age_20_24: title: Injury and poisoning_female_age_20-24 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_female_age_25_29: title: Injury and poisoning_female_age_25-29 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_female_age_30_34: title: Injury and poisoning_female_age_30-34 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_female_age_35_39: title: Injury and poisoning_female_age_35-39 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_female_age_40_44: title: Injury and poisoning_female_age_40-44 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_female_age_45_49: title: Injury and poisoning_female_age_45-49 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_female_age_50_54: title: Injury and poisoning_female_age_50-54 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_female_age_55_59: title: Injury and poisoning_female_age_55-59 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_female_age_60_64: title: Injury and poisoning_female_age_60-64 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_female_age_65_69: title: Injury and poisoning_female_age_65-69 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_female_age_70_74: title: Injury and poisoning_female_age_70-74 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_female_age_75_79: title: Injury and poisoning_female_age_75-79 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_female_age_80_84: title: Injury and poisoning_female_age_80-84 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_female_age_85_89: title: Injury and poisoning_female_age_85-89 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_female_age_90_94: title: Injury and poisoning_female_age_90-94 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_female_age_95_99: title: Injury and poisoning_female_age_95-99 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_female_age_100_and_over: title: Injury and poisoning_female_age_100_and_over - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. all_causes_male_age_all_ages: title: All causes_male_age_all ages - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_male_age_under_1: title: All causes_male_age_under_1 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_male_age_1_4: title: All causes_male_age_1-4 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_male_age_5_9: title: All causes_male_age_5-9 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_male_age_10_14: title: All causes_male_age_10-14 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_male_age_15_19: title: All causes_male_age_15-19 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_male_age_20_24: title: All causes_male_age_20-24 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_male_age_25_29: title: All causes_male_age_25-29 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_male_age_30_34: title: All causes_male_age_30-34 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_male_age_35_39: title: All causes_male_age_35-39 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_male_age_40_44: title: All causes_male_age_40-44 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_male_age_45_49: title: All causes_male_age_45-49 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_male_age_50_54: title: All causes_male_age_50-54 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_male_age_55_59: title: All causes_male_age_55-59 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_male_age_60_64: title: All causes_male_age_60-64 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_male_age_65_69: title: All causes_male_age_65-69 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_male_age_70_74: title: All causes_male_age_70-74 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_male_age_75_79: title: All causes_male_age_75-79 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_male_age_80_84: title: All causes_male_age_80-84 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_male_age_85_89: title: All causes_male_age_85-89 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_male_age_90_94: title: All causes_male_age_90-94 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_male_age_95_99: title: All causes_male_age_95-99 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_male_age_100_and_over: title: All causes_male_age_100_and_over - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. infectious_and_parasitic_diseases_male_age_all_ages: title: Infectious and parasitic diseases_male_age_all ages - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_male_age_under_1: title: Infectious and parasitic diseases_male_age_under_1 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_male_age_1_4: title: Infectious and parasitic diseases_male_age_1-4 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_male_age_5_9: title: Infectious and parasitic diseases_male_age_5-9 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_male_age_10_14: title: Infectious and parasitic diseases_male_age_10-14 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_male_age_15_19: title: Infectious and parasitic diseases_male_age_15-19 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_male_age_20_24: title: Infectious and parasitic diseases_male_age_20-24 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_male_age_25_29: title: Infectious and parasitic diseases_male_age_25-29 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_male_age_30_34: title: Infectious and parasitic diseases_male_age_30-34 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_male_age_35_39: title: Infectious and parasitic diseases_male_age_35-39 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_male_age_40_44: title: Infectious and parasitic diseases_male_age_40-44 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_male_age_45_49: title: Infectious and parasitic diseases_male_age_45-49 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_male_age_50_54: title: Infectious and parasitic diseases_male_age_50-54 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_male_age_55_59: title: Infectious and parasitic diseases_male_age_55-59 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_male_age_60_64: title: Infectious and parasitic diseases_male_age_60-64 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_male_age_65_69: title: Infectious and parasitic diseases_male_age_65-69 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_male_age_70_74: title: Infectious and parasitic diseases_male_age_70-74 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_male_age_75_79: title: Infectious and parasitic diseases_male_age_75-79 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_male_age_80_84: title: Infectious and parasitic diseases_male_age_80-84 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_male_age_85_89: title: Infectious and parasitic diseases_male_age_85-89 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_male_age_90_94: title: Infectious and parasitic diseases_male_age_90-94 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_male_age_95_99: title: Infectious and parasitic diseases_male_age_95-99 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_male_age_100_and_over: title: Infectious and parasitic diseases_male_age_100_and_over - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. neoplasms_male_age_all_ages: title: Neoplasms_male_age_all ages + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_male_age_under_1: title: Neoplasms_male_age_under_1 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_male_age_1_4: title: Neoplasms_male_age_1-4 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_male_age_5_9: title: Neoplasms_male_age_5-9 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_male_age_10_14: title: Neoplasms_male_age_10-14 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_male_age_15_19: title: Neoplasms_male_age_15-19 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_male_age_20_24: title: Neoplasms_male_age_20-24 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_male_age_25_29: title: Neoplasms_male_age_25-29 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_male_age_30_34: title: Neoplasms_male_age_30-34 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_male_age_35_39: title: Neoplasms_male_age_35-39 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_male_age_40_44: title: Neoplasms_male_age_40-44 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_male_age_45_49: title: Neoplasms_male_age_45-49 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_male_age_50_54: title: Neoplasms_male_age_50-54 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_male_age_55_59: title: Neoplasms_male_age_55-59 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_male_age_60_64: title: Neoplasms_male_age_60-64 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_male_age_65_69: title: Neoplasms_male_age_65-69 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_male_age_70_74: title: Neoplasms_male_age_70-74 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_male_age_75_79: title: Neoplasms_male_age_75-79 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_male_age_80_84: title: Neoplasms_male_age_80-84 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_male_age_85_89: title: Neoplasms_male_age_85-89 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_male_age_90_94: title: Neoplasms_male_age_90-94 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_male_age_95_99: title: Neoplasms_male_age_95-99 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_male_age_100_and_over: title: Neoplasms_male_age_100_and_over + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_male_age_all_ages: title: Endocrine nutritional and metabolic diseases and immunity disorders_male_age_all ages - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_male_age_under_1: title: Endocrine nutritional and metabolic diseases and immunity disorders_male_age_under_1 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_male_age_1_4: title: Endocrine nutritional and metabolic diseases and immunity disorders_male_age_1-4 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_male_age_5_9: title: Endocrine nutritional and metabolic diseases and immunity disorders_male_age_5-9 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_male_age_10_14: title: Endocrine nutritional and metabolic diseases and immunity disorders_male_age_10-14 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_male_age_15_19: title: Endocrine nutritional and metabolic diseases and immunity disorders_male_age_15-19 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_male_age_20_24: title: Endocrine nutritional and metabolic diseases and immunity disorders_male_age_20-24 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_male_age_25_29: title: Endocrine nutritional and metabolic diseases and immunity disorders_male_age_25-29 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_male_age_30_34: title: Endocrine nutritional and metabolic diseases and immunity disorders_male_age_30-34 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_male_age_35_39: title: Endocrine nutritional and metabolic diseases and immunity disorders_male_age_35-39 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_male_age_40_44: title: Endocrine nutritional and metabolic diseases and immunity disorders_male_age_40-44 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_male_age_45_49: title: Endocrine nutritional and metabolic diseases and immunity disorders_male_age_45-49 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_male_age_50_54: title: Endocrine nutritional and metabolic diseases and immunity disorders_male_age_50-54 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_male_age_55_59: title: Endocrine nutritional and metabolic diseases and immunity disorders_male_age_55-59 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_male_age_60_64: title: Endocrine nutritional and metabolic diseases and immunity disorders_male_age_60-64 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_male_age_65_69: title: Endocrine nutritional and metabolic diseases and immunity disorders_male_age_65-69 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_male_age_70_74: title: Endocrine nutritional and metabolic diseases and immunity disorders_male_age_70-74 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_male_age_75_79: title: Endocrine nutritional and metabolic diseases and immunity disorders_male_age_75-79 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_male_age_80_84: title: Endocrine nutritional and metabolic diseases and immunity disorders_male_age_80-84 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_male_age_85_89: title: Endocrine nutritional and metabolic diseases and immunity disorders_male_age_85-89 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_male_age_90_94: title: Endocrine nutritional and metabolic diseases and immunity disorders_male_age_90-94 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_male_age_95_99: title: Endocrine nutritional and metabolic diseases and immunity disorders_male_age_95-99 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_male_age_100_and_over: title: Endocrine nutritional and metabolic diseases and immunity disorders_male_age_100_and_over - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. diseases_of_the_blood_and_blood_forming_organs_male_age_all_ages: title: Diseases of the blood and blood-forming organs_male_age_all ages - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_male_age_under_1: title: Diseases of the blood and blood-forming organs_male_age_under_1 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_male_age_1_4: title: Diseases of the blood and blood-forming organs_male_age_1-4 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_male_age_5_9: title: Diseases of the blood and blood-forming organs_male_age_5-9 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_male_age_10_14: title: Diseases of the blood and blood-forming organs_male_age_10-14 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_male_age_15_19: title: Diseases of the blood and blood-forming organs_male_age_15-19 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_male_age_20_24: title: Diseases of the blood and blood-forming organs_male_age_20-24 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_male_age_25_29: title: Diseases of the blood and blood-forming organs_male_age_25-29 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_male_age_30_34: title: Diseases of the blood and blood-forming organs_male_age_30-34 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_male_age_35_39: title: Diseases of the blood and blood-forming organs_male_age_35-39 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_male_age_40_44: title: Diseases of the blood and blood-forming organs_male_age_40-44 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_male_age_45_49: title: Diseases of the blood and blood-forming organs_male_age_45-49 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_male_age_50_54: title: Diseases of the blood and blood-forming organs_male_age_50-54 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_male_age_55_59: title: Diseases of the blood and blood-forming organs_male_age_55-59 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_male_age_60_64: title: Diseases of the blood and blood-forming organs_male_age_60-64 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_male_age_65_69: title: Diseases of the blood and blood-forming organs_male_age_65-69 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_male_age_70_74: title: Diseases of the blood and blood-forming organs_male_age_70-74 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_male_age_75_79: title: Diseases of the blood and blood-forming organs_male_age_75-79 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_male_age_80_84: title: Diseases of the blood and blood-forming organs_male_age_80-84 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_male_age_85_89: title: Diseases of the blood and blood-forming organs_male_age_85-89 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_male_age_90_94: title: Diseases of the blood and blood-forming organs_male_age_90-94 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_male_age_95_99: title: Diseases of the blood and blood-forming organs_male_age_95-99 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_male_age_100_and_over: title: Diseases of the blood and blood-forming organs_male_age_100_and_over - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. mental_disorders_male_age_all_ages: title: Mental disorders_male_age_all ages - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_male_age_under_1: title: Mental disorders_male_age_under_1 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_male_age_1_4: title: Mental disorders_male_age_1-4 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_male_age_5_9: title: Mental disorders_male_age_5-9 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_male_age_10_14: title: Mental disorders_male_age_10-14 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_male_age_15_19: title: Mental disorders_male_age_15-19 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_male_age_20_24: title: Mental disorders_male_age_20-24 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_male_age_25_29: title: Mental disorders_male_age_25-29 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_male_age_30_34: title: Mental disorders_male_age_30-34 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_male_age_35_39: title: Mental disorders_male_age_35-39 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_male_age_40_44: title: Mental disorders_male_age_40-44 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_male_age_45_49: title: Mental disorders_male_age_45-49 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_male_age_50_54: title: Mental disorders_male_age_50-54 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_male_age_55_59: title: Mental disorders_male_age_55-59 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_male_age_60_64: title: Mental disorders_male_age_60-64 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_male_age_65_69: title: Mental disorders_male_age_65-69 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_male_age_70_74: title: Mental disorders_male_age_70-74 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_male_age_75_79: title: Mental disorders_male_age_75-79 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_male_age_80_84: title: Mental disorders_male_age_80-84 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_male_age_85_89: title: Mental disorders_male_age_85-89 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_male_age_90_94: title: Mental disorders_male_age_90-94 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_male_age_95_99: title: Mental disorders_male_age_95-99 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_male_age_100_and_over: title: Mental disorders_male_age_100_and_over - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. diseases_of_the_nervous_system_male_age_all_ages: title: Diseases of the nervous system_male_age_all ages - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_male_age_under_1: title: Diseases of the nervous system_male_age_under_1 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_male_age_1_4: title: Diseases of the nervous system_male_age_1-4 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_male_age_5_9: title: Diseases of the nervous system_male_age_5-9 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_male_age_10_14: title: Diseases of the nervous system_male_age_10-14 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_male_age_15_19: title: Diseases of the nervous system_male_age_15-19 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_male_age_20_24: title: Diseases of the nervous system_male_age_20-24 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_male_age_25_29: title: Diseases of the nervous system_male_age_25-29 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_male_age_30_34: title: Diseases of the nervous system_male_age_30-34 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_male_age_35_39: title: Diseases of the nervous system_male_age_35-39 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_male_age_40_44: title: Diseases of the nervous system_male_age_40-44 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_male_age_45_49: title: Diseases of the nervous system_male_age_45-49 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_male_age_50_54: title: Diseases of the nervous system_male_age_50-54 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_male_age_55_59: title: Diseases of the nervous system_male_age_55-59 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_male_age_60_64: title: Diseases of the nervous system_male_age_60-64 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_male_age_65_69: title: Diseases of the nervous system_male_age_65-69 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_male_age_70_74: title: Diseases of the nervous system_male_age_70-74 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_male_age_75_79: title: Diseases of the nervous system_male_age_75-79 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_male_age_80_84: title: Diseases of the nervous system_male_age_80-84 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_male_age_85_89: title: Diseases of the nervous system_male_age_85-89 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_male_age_90_94: title: Diseases of the nervous system_male_age_90-94 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_male_age_95_99: title: Diseases of the nervous system_male_age_95-99 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_male_age_100_and_over: title: Diseases of the nervous system_male_age_100_and_over - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_sense_organs_male_age_all_ages: title: Diseases of the sense organs_male_age_all ages - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_male_age_under_1: title: Diseases of the sense organs_male_age_under_1 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_male_age_1_4: title: Diseases of the sense organs_male_age_1-4 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_male_age_5_9: title: Diseases of the sense organs_male_age_5-9 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_male_age_10_14: title: Diseases of the sense organs_male_age_10-14 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_male_age_15_19: title: Diseases of the sense organs_male_age_15-19 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_male_age_20_24: title: Diseases of the sense organs_male_age_20-24 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_male_age_25_29: title: Diseases of the sense organs_male_age_25-29 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_male_age_30_34: title: Diseases of the sense organs_male_age_30-34 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_male_age_35_39: title: Diseases of the sense organs_male_age_35-39 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_male_age_40_44: title: Diseases of the sense organs_male_age_40-44 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_male_age_45_49: title: Diseases of the sense organs_male_age_45-49 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_male_age_50_54: title: Diseases of the sense organs_male_age_50-54 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_male_age_55_59: title: Diseases of the sense organs_male_age_55-59 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_male_age_60_64: title: Diseases of the sense organs_male_age_60-64 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_male_age_65_69: title: Diseases of the sense organs_male_age_65-69 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_male_age_70_74: title: Diseases of the sense organs_male_age_70-74 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_male_age_75_79: title: Diseases of the sense organs_male_age_75-79 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_male_age_80_84: title: Diseases of the sense organs_male_age_80-84 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_male_age_85_89: title: Diseases of the sense organs_male_age_85-89 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_male_age_90_94: title: Diseases of the sense organs_male_age_90-94 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_male_age_95_99: title: Diseases of the sense organs_male_age_95-99 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_male_age_100_and_over: title: Diseases of the sense organs_male_age_100_and_over - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_circulatory_system_male_age_all_ages: title: Diseases of the circulatory system_male_age_all ages - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_male_age_under_1: title: Diseases of the circulatory system_male_age_under_1 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_male_age_1_4: title: Diseases of the circulatory system_male_age_1-4 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_male_age_5_9: title: Diseases of the circulatory system_male_age_5-9 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_male_age_10_14: title: Diseases of the circulatory system_male_age_10-14 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_male_age_15_19: title: Diseases of the circulatory system_male_age_15-19 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_male_age_20_24: title: Diseases of the circulatory system_male_age_20-24 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_male_age_25_29: title: Diseases of the circulatory system_male_age_25-29 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_male_age_30_34: title: Diseases of the circulatory system_male_age_30-34 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_male_age_35_39: title: Diseases of the circulatory system_male_age_35-39 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_male_age_40_44: title: Diseases of the circulatory system_male_age_40-44 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_male_age_45_49: title: Diseases of the circulatory system_male_age_45-49 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_male_age_50_54: title: Diseases of the circulatory system_male_age_50-54 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_male_age_55_59: title: Diseases of the circulatory system_male_age_55-59 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_male_age_60_64: title: Diseases of the circulatory system_male_age_60-64 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_male_age_65_69: title: Diseases of the circulatory system_male_age_65-69 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_male_age_70_74: title: Diseases of the circulatory system_male_age_70-74 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_male_age_75_79: title: Diseases of the circulatory system_male_age_75-79 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_male_age_80_84: title: Diseases of the circulatory system_male_age_80-84 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_male_age_85_89: title: Diseases of the circulatory system_male_age_85-89 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_male_age_90_94: title: Diseases of the circulatory system_male_age_90-94 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_male_age_95_99: title: Diseases of the circulatory system_male_age_95-99 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_male_age_100_and_over: title: Diseases of the circulatory system_male_age_100_and_over - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_respiratory_system_male_age_all_ages: title: Diseases of the respiratory system_male_age_all ages - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_male_age_under_1: title: Diseases of the respiratory system_male_age_under_1 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_male_age_1_4: title: Diseases of the respiratory system_male_age_1-4 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_male_age_5_9: title: Diseases of the respiratory system_male_age_5-9 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_male_age_10_14: title: Diseases of the respiratory system_male_age_10-14 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_male_age_15_19: title: Diseases of the respiratory system_male_age_15-19 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_male_age_20_24: title: Diseases of the respiratory system_male_age_20-24 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_male_age_25_29: title: Diseases of the respiratory system_male_age_25-29 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_male_age_30_34: title: Diseases of the respiratory system_male_age_30-34 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_male_age_35_39: title: Diseases of the respiratory system_male_age_35-39 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_male_age_40_44: title: Diseases of the respiratory system_male_age_40-44 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_male_age_45_49: title: Diseases of the respiratory system_male_age_45-49 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_male_age_50_54: title: Diseases of the respiratory system_male_age_50-54 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_male_age_55_59: title: Diseases of the respiratory system_male_age_55-59 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_male_age_60_64: title: Diseases of the respiratory system_male_age_60-64 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_male_age_65_69: title: Diseases of the respiratory system_male_age_65-69 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_male_age_70_74: title: Diseases of the respiratory system_male_age_70-74 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_male_age_75_79: title: Diseases of the respiratory system_male_age_75-79 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_male_age_80_84: title: Diseases of the respiratory system_male_age_80-84 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_male_age_85_89: title: Diseases of the respiratory system_male_age_85-89 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_male_age_90_94: title: Diseases of the respiratory system_male_age_90-94 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_male_age_95_99: title: Diseases of the respiratory system_male_age_95-99 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_male_age_100_and_over: title: Diseases of the respiratory system_male_age_100_and_over - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_digestive_system_male_age_all_ages: title: Diseases of the digestive system_male_age_all ages - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_male_age_under_1: title: Diseases of the digestive system_male_age_under_1 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_male_age_1_4: title: Diseases of the digestive system_male_age_1-4 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_male_age_5_9: title: Diseases of the digestive system_male_age_5-9 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_male_age_10_14: title: Diseases of the digestive system_male_age_10-14 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_male_age_15_19: title: Diseases of the digestive system_male_age_15-19 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_male_age_20_24: title: Diseases of the digestive system_male_age_20-24 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_male_age_25_29: title: Diseases of the digestive system_male_age_25-29 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_male_age_30_34: title: Diseases of the digestive system_male_age_30-34 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_male_age_35_39: title: Diseases of the digestive system_male_age_35-39 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_male_age_40_44: title: Diseases of the digestive system_male_age_40-44 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_male_age_45_49: title: Diseases of the digestive system_male_age_45-49 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_male_age_50_54: title: Diseases of the digestive system_male_age_50-54 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_male_age_55_59: title: Diseases of the digestive system_male_age_55-59 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_male_age_60_64: title: Diseases of the digestive system_male_age_60-64 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_male_age_65_69: title: Diseases of the digestive system_male_age_65-69 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_male_age_70_74: title: Diseases of the digestive system_male_age_70-74 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_male_age_75_79: title: Diseases of the digestive system_male_age_75-79 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_male_age_80_84: title: Diseases of the digestive system_male_age_80-84 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_male_age_85_89: title: Diseases of the digestive system_male_age_85-89 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_male_age_90_94: title: Diseases of the digestive system_male_age_90-94 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_male_age_95_99: title: Diseases of the digestive system_male_age_95-99 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_male_age_100_and_over: title: Diseases of the digestive system_male_age_100_and_over - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_genitourinary_system_male_age_all_ages: title: Diseases of the genitourinary system_male_age_all ages - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_male_age_under_1: title: Diseases of the genitourinary system_male_age_under_1 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_male_age_1_4: title: Diseases of the genitourinary system_male_age_1-4 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_male_age_5_9: title: Diseases of the genitourinary system_male_age_5-9 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_male_age_10_14: title: Diseases of the genitourinary system_male_age_10-14 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_male_age_15_19: title: Diseases of the genitourinary system_male_age_15-19 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_male_age_20_24: title: Diseases of the genitourinary system_male_age_20-24 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_male_age_25_29: title: Diseases of the genitourinary system_male_age_25-29 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_male_age_30_34: title: Diseases of the genitourinary system_male_age_30-34 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_male_age_35_39: title: Diseases of the genitourinary system_male_age_35-39 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_male_age_40_44: title: Diseases of the genitourinary system_male_age_40-44 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_male_age_45_49: title: Diseases of the genitourinary system_male_age_45-49 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_male_age_50_54: title: Diseases of the genitourinary system_male_age_50-54 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_male_age_55_59: title: Diseases of the genitourinary system_male_age_55-59 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_male_age_60_64: title: Diseases of the genitourinary system_male_age_60-64 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_male_age_65_69: title: Diseases of the genitourinary system_male_age_65-69 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_male_age_70_74: title: Diseases of the genitourinary system_male_age_70-74 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_male_age_75_79: title: Diseases of the genitourinary system_male_age_75-79 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_male_age_80_84: title: Diseases of the genitourinary system_male_age_80-84 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_male_age_85_89: title: Diseases of the genitourinary system_male_age_85-89 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_male_age_90_94: title: Diseases of the genitourinary system_male_age_90-94 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_male_age_95_99: title: Diseases of the genitourinary system_male_age_95-99 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_male_age_100_and_over: title: Diseases of the genitourinary system_male_age_100_and_over - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. complications_of_pregnancy_childbirth_and_the_puerperium_male_age_all_ages: title: Complications of pregnancy childbirth and the puerperium_male_age_all ages - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_male_age_under_1: title: Complications of pregnancy childbirth and the puerperium_male_age_under_1 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_male_age_1_4: title: Complications of pregnancy childbirth and the puerperium_male_age_1-4 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_male_age_5_9: title: Complications of pregnancy childbirth and the puerperium_male_age_5-9 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_male_age_10_14: title: Complications of pregnancy childbirth and the puerperium_male_age_10-14 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_male_age_15_19: title: Complications of pregnancy childbirth and the puerperium_male_age_15-19 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_male_age_20_24: title: Complications of pregnancy childbirth and the puerperium_male_age_20-24 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_male_age_25_29: title: Complications of pregnancy childbirth and the puerperium_male_age_25-29 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_male_age_30_34: title: Complications of pregnancy childbirth and the puerperium_male_age_30-34 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_male_age_35_39: title: Complications of pregnancy childbirth and the puerperium_male_age_35-39 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_male_age_40_44: title: Complications of pregnancy childbirth and the puerperium_male_age_40-44 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_male_age_45_49: title: Complications of pregnancy childbirth and the puerperium_male_age_45-49 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_male_age_50_54: title: Complications of pregnancy childbirth and the puerperium_male_age_50-54 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_male_age_55_59: title: Complications of pregnancy childbirth and the puerperium_male_age_55-59 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_male_age_60_64: title: Complications of pregnancy childbirth and the puerperium_male_age_60-64 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_male_age_65_69: title: Complications of pregnancy childbirth and the puerperium_male_age_65-69 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_male_age_70_74: title: Complications of pregnancy childbirth and the puerperium_male_age_70-74 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_male_age_75_79: title: Complications of pregnancy childbirth and the puerperium_male_age_75-79 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_male_age_80_84: title: Complications of pregnancy childbirth and the puerperium_male_age_80-84 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_male_age_85_89: title: Complications of pregnancy childbirth and the puerperium_male_age_85-89 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_male_age_90_94: title: Complications of pregnancy childbirth and the puerperium_male_age_90-94 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_male_age_95_99: title: Complications of pregnancy childbirth and the puerperium_male_age_95-99 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_male_age_100_and_over: title: Complications of pregnancy childbirth and the puerperium_male_age_100_and_over - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. diseases_of_the_skin_and_subcutaneous_tissue_male_age_all_ages: title: Diseases of the skin and subcutaneous tissue_male_age_all ages - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_male_age_under_1: title: Diseases of the skin and subcutaneous tissue_male_age_under_1 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_male_age_1_4: title: Diseases of the skin and subcutaneous tissue_male_age_1-4 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_male_age_5_9: title: Diseases of the skin and subcutaneous tissue_male_age_5-9 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_male_age_10_14: title: Diseases of the skin and subcutaneous tissue_male_age_10-14 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_male_age_15_19: title: Diseases of the skin and subcutaneous tissue_male_age_15-19 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_male_age_20_24: title: Diseases of the skin and subcutaneous tissue_male_age_20-24 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_male_age_25_29: title: Diseases of the skin and subcutaneous tissue_male_age_25-29 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_male_age_30_34: title: Diseases of the skin and subcutaneous tissue_male_age_30-34 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_male_age_35_39: title: Diseases of the skin and subcutaneous tissue_male_age_35-39 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_male_age_40_44: title: Diseases of the skin and subcutaneous tissue_male_age_40-44 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_male_age_45_49: title: Diseases of the skin and subcutaneous tissue_male_age_45-49 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_male_age_50_54: title: Diseases of the skin and subcutaneous tissue_male_age_50-54 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_male_age_55_59: title: Diseases of the skin and subcutaneous tissue_male_age_55-59 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_male_age_60_64: title: Diseases of the skin and subcutaneous tissue_male_age_60-64 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_male_age_65_69: title: Diseases of the skin and subcutaneous tissue_male_age_65-69 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_male_age_70_74: title: Diseases of the skin and subcutaneous tissue_male_age_70-74 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_male_age_75_79: title: Diseases of the skin and subcutaneous tissue_male_age_75-79 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_male_age_80_84: title: Diseases of the skin and subcutaneous tissue_male_age_80-84 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_male_age_85_89: title: Diseases of the skin and subcutaneous tissue_male_age_85-89 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_male_age_90_94: title: Diseases of the skin and subcutaneous tissue_male_age_90-94 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_male_age_95_99: title: Diseases of the skin and subcutaneous tissue_male_age_95-99 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_male_age_100_and_over: title: Diseases of the skin and subcutaneous tissue_male_age_100_and_over - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_musculoskeletal_system_and_connective_tissue_male_age_all_ages: title: Diseases of the musculoskeletal system and connective tissue_male_age_all ages - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_male_age_under_1: title: Diseases of the musculoskeletal system and connective tissue_male_age_under_1 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_male_age_1_4: title: Diseases of the musculoskeletal system and connective tissue_male_age_1-4 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_male_age_5_9: title: Diseases of the musculoskeletal system and connective tissue_male_age_5-9 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_male_age_10_14: title: Diseases of the musculoskeletal system and connective tissue_male_age_10-14 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_male_age_15_19: title: Diseases of the musculoskeletal system and connective tissue_male_age_15-19 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_male_age_20_24: title: Diseases of the musculoskeletal system and connective tissue_male_age_20-24 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_male_age_25_29: title: Diseases of the musculoskeletal system and connective tissue_male_age_25-29 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_male_age_30_34: title: Diseases of the musculoskeletal system and connective tissue_male_age_30-34 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_male_age_35_39: title: Diseases of the musculoskeletal system and connective tissue_male_age_35-39 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_male_age_40_44: title: Diseases of the musculoskeletal system and connective tissue_male_age_40-44 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_male_age_45_49: title: Diseases of the musculoskeletal system and connective tissue_male_age_45-49 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_male_age_50_54: title: Diseases of the musculoskeletal system and connective tissue_male_age_50-54 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_male_age_55_59: title: Diseases of the musculoskeletal system and connective tissue_male_age_55-59 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_male_age_60_64: title: Diseases of the musculoskeletal system and connective tissue_male_age_60-64 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_male_age_65_69: title: Diseases of the musculoskeletal system and connective tissue_male_age_65-69 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_male_age_70_74: title: Diseases of the musculoskeletal system and connective tissue_male_age_70-74 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_male_age_75_79: title: Diseases of the musculoskeletal system and connective tissue_male_age_75-79 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_male_age_80_84: title: Diseases of the musculoskeletal system and connective tissue_male_age_80-84 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_male_age_85_89: title: Diseases of the musculoskeletal system and connective tissue_male_age_85-89 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_male_age_90_94: title: Diseases of the musculoskeletal system and connective tissue_male_age_90-94 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_male_age_95_99: title: Diseases of the musculoskeletal system and connective tissue_male_age_95-99 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_male_age_100_and_over: title: Diseases of the musculoskeletal system and connective tissue_male_age_100_and_over - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. congenital_anomalies_male_age_all_ages: title: Congenital anomalies_male_age_all ages - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_male_age_under_1: title: Congenital anomalies_male_age_under_1 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_male_age_1_4: title: Congenital anomalies_male_age_1-4 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_male_age_5_9: title: Congenital anomalies_male_age_5-9 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_male_age_10_14: title: Congenital anomalies_male_age_10-14 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_male_age_15_19: title: Congenital anomalies_male_age_15-19 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_male_age_20_24: title: Congenital anomalies_male_age_20-24 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_male_age_25_29: title: Congenital anomalies_male_age_25-29 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_male_age_30_34: title: Congenital anomalies_male_age_30-34 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_male_age_35_39: title: Congenital anomalies_male_age_35-39 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_male_age_40_44: title: Congenital anomalies_male_age_40-44 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_male_age_45_49: title: Congenital anomalies_male_age_45-49 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_male_age_50_54: title: Congenital anomalies_male_age_50-54 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_male_age_55_59: title: Congenital anomalies_male_age_55-59 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_male_age_60_64: title: Congenital anomalies_male_age_60-64 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_male_age_65_69: title: Congenital anomalies_male_age_65-69 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_male_age_70_74: title: Congenital anomalies_male_age_70-74 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_male_age_75_79: title: Congenital anomalies_male_age_75-79 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_male_age_80_84: title: Congenital anomalies_male_age_80-84 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_male_age_85_89: title: Congenital anomalies_male_age_85-89 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_male_age_90_94: title: Congenital anomalies_male_age_90-94 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_male_age_95_99: title: Congenital anomalies_male_age_95-99 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_male_age_100_and_over: title: Congenital anomalies_male_age_100_and_over - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. certain_conditions_originating_in_the_perinatal_period_male_age_all_ages: title: Certain conditions originating in the perinatal period_male_age_all ages - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_male_age_under_1: title: Certain conditions originating in the perinatal period_male_age_under_1 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_male_age_1_4: title: Certain conditions originating in the perinatal period_male_age_1-4 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_male_age_5_9: title: Certain conditions originating in the perinatal period_male_age_5-9 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_male_age_10_14: title: Certain conditions originating in the perinatal period_male_age_10-14 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_male_age_15_19: title: Certain conditions originating in the perinatal period_male_age_15-19 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_male_age_20_24: title: Certain conditions originating in the perinatal period_male_age_20-24 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_male_age_25_29: title: Certain conditions originating in the perinatal period_male_age_25-29 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_male_age_30_34: title: Certain conditions originating in the perinatal period_male_age_30-34 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_male_age_35_39: title: Certain conditions originating in the perinatal period_male_age_35-39 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_male_age_40_44: title: Certain conditions originating in the perinatal period_male_age_40-44 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_male_age_45_49: title: Certain conditions originating in the perinatal period_male_age_45-49 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_male_age_50_54: title: Certain conditions originating in the perinatal period_male_age_50-54 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_male_age_55_59: title: Certain conditions originating in the perinatal period_male_age_55-59 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_male_age_60_64: title: Certain conditions originating in the perinatal period_male_age_60-64 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_male_age_65_69: title: Certain conditions originating in the perinatal period_male_age_65-69 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_male_age_70_74: title: Certain conditions originating in the perinatal period_male_age_70-74 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_male_age_75_79: title: Certain conditions originating in the perinatal period_male_age_75-79 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_male_age_80_84: title: Certain conditions originating in the perinatal period_male_age_80-84 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_male_age_85_89: title: Certain conditions originating in the perinatal period_male_age_85-89 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_male_age_90_94: title: Certain conditions originating in the perinatal period_male_age_90-94 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_male_age_95_99: title: Certain conditions originating in the perinatal period_male_age_95-99 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_male_age_100_and_over: title: Certain conditions originating in the perinatal period_male_age_100_and_over - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. symptoms_signs_and_ill_defined_conditions_male_age_all_ages: title: Symptoms signs and ill-defined conditions_male_age_all ages - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_male_age_under_1: title: Symptoms signs and ill-defined conditions_male_age_under_1 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_male_age_1_4: title: Symptoms signs and ill-defined conditions_male_age_1-4 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_male_age_5_9: title: Symptoms signs and ill-defined conditions_male_age_5-9 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_male_age_10_14: title: Symptoms signs and ill-defined conditions_male_age_10-14 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_male_age_15_19: title: Symptoms signs and ill-defined conditions_male_age_15-19 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_male_age_20_24: title: Symptoms signs and ill-defined conditions_male_age_20-24 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_male_age_25_29: title: Symptoms signs and ill-defined conditions_male_age_25-29 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_male_age_30_34: title: Symptoms signs and ill-defined conditions_male_age_30-34 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_male_age_35_39: title: Symptoms signs and ill-defined conditions_male_age_35-39 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_male_age_40_44: title: Symptoms signs and ill-defined conditions_male_age_40-44 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_male_age_45_49: title: Symptoms signs and ill-defined conditions_male_age_45-49 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_male_age_50_54: title: Symptoms signs and ill-defined conditions_male_age_50-54 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_male_age_55_59: title: Symptoms signs and ill-defined conditions_male_age_55-59 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_male_age_60_64: title: Symptoms signs and ill-defined conditions_male_age_60-64 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_male_age_65_69: title: Symptoms signs and ill-defined conditions_male_age_65-69 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_male_age_70_74: title: Symptoms signs and ill-defined conditions_male_age_70-74 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_male_age_75_79: title: Symptoms signs and ill-defined conditions_male_age_75-79 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_male_age_80_84: title: Symptoms signs and ill-defined conditions_male_age_80-84 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_male_age_85_89: title: Symptoms signs and ill-defined conditions_male_age_85-89 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_male_age_90_94: title: Symptoms signs and ill-defined conditions_male_age_90-94 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_male_age_95_99: title: Symptoms signs and ill-defined conditions_male_age_95-99 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_male_age_100_and_over: title: Symptoms signs and ill-defined conditions_male_age_100_and_over - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. injury_and_poisoning_male_age_all_ages: title: Injury and poisoning_male_age_all ages - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_male_age_under_1: title: Injury and poisoning_male_age_under_1 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_male_age_1_4: title: Injury and poisoning_male_age_1-4 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_male_age_5_9: title: Injury and poisoning_male_age_5-9 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_male_age_10_14: title: Injury and poisoning_male_age_10-14 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_male_age_15_19: title: Injury and poisoning_male_age_15-19 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_male_age_20_24: title: Injury and poisoning_male_age_20-24 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_male_age_25_29: title: Injury and poisoning_male_age_25-29 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_male_age_30_34: title: Injury and poisoning_male_age_30-34 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_male_age_35_39: title: Injury and poisoning_male_age_35-39 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_male_age_40_44: title: Injury and poisoning_male_age_40-44 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_male_age_45_49: title: Injury and poisoning_male_age_45-49 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_male_age_50_54: title: Injury and poisoning_male_age_50-54 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_male_age_55_59: title: Injury and poisoning_male_age_55-59 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_male_age_60_64: title: Injury and poisoning_male_age_60-64 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_male_age_65_69: title: Injury and poisoning_male_age_65-69 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_male_age_70_74: title: Injury and poisoning_male_age_70-74 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_male_age_75_79: title: Injury and poisoning_male_age_75-79 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_male_age_80_84: title: Injury and poisoning_male_age_80-84 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_male_age_85_89: title: Injury and poisoning_male_age_85-89 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_male_age_90_94: title: Injury and poisoning_male_age_90-94 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_male_age_95_99: title: Injury and poisoning_male_age_95-99 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_male_age_100_and_over: title: Injury and poisoning_male_age_100_and_over - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. all_causes_both_sexes_age_all_ages: title: All causes_both sexes_age_all ages - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_both_sexes_age_under_1: title: All causes_both sexes_age_under_1 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_both_sexes_age_1_4: title: All causes_both sexes_age_1-4 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_both_sexes_age_5_9: title: All causes_both sexes_age_5-9 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_both_sexes_age_10_14: title: All causes_both sexes_age_10-14 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_both_sexes_age_15_19: title: All causes_both sexes_age_15-19 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_both_sexes_age_20_24: title: All causes_both sexes_age_20-24 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_both_sexes_age_25_29: title: All causes_both sexes_age_25-29 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_both_sexes_age_30_34: title: All causes_both sexes_age_30-34 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_both_sexes_age_35_39: title: All causes_both sexes_age_35-39 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_both_sexes_age_40_44: title: All causes_both sexes_age_40-44 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_both_sexes_age_45_49: title: All causes_both sexes_age_45-49 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_both_sexes_age_50_54: title: All causes_both sexes_age_50-54 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_both_sexes_age_55_59: title: All causes_both sexes_age_55-59 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_both_sexes_age_60_64: title: All causes_both sexes_age_60-64 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_both_sexes_age_65_69: title: All causes_both sexes_age_65-69 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_both_sexes_age_70_74: title: All causes_both sexes_age_70-74 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_both_sexes_age_75_79: title: All causes_both sexes_age_75-79 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_both_sexes_age_80_84: title: All causes_both sexes_age_80-84 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_both_sexes_age_85_89: title: All causes_both sexes_age_85-89 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_both_sexes_age_90_94: title: All causes_both sexes_age_90-94 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_both_sexes_age_95_99: title: All causes_both sexes_age_95-99 - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. all_causes_both_sexes_age_100_and_over: title: All causes_both sexes_age_100_and_over - description: The mortality rate from all causes per 100 000 people in the whole population. unit: per 100 000 + description: The mortality rate from all causes per 100 000 people in the whole population. infectious_and_parasitic_diseases_both_sexes_age_all_ages: title: Infectious and parasitic diseases_both sexes_age_all ages - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_both_sexes_age_under_1: title: Infectious and parasitic diseases_both sexes_age_under_1 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_both_sexes_age_1_4: title: Infectious and parasitic diseases_both sexes_age_1-4 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_both_sexes_age_5_9: title: Infectious and parasitic diseases_both sexes_age_5-9 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_both_sexes_age_10_14: title: Infectious and parasitic diseases_both sexes_age_10-14 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_both_sexes_age_15_19: title: Infectious and parasitic diseases_both sexes_age_15-19 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_both_sexes_age_20_24: title: Infectious and parasitic diseases_both sexes_age_20-24 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_both_sexes_age_25_29: title: Infectious and parasitic diseases_both sexes_age_25-29 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_both_sexes_age_30_34: title: Infectious and parasitic diseases_both sexes_age_30-34 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_both_sexes_age_35_39: title: Infectious and parasitic diseases_both sexes_age_35-39 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_both_sexes_age_40_44: title: Infectious and parasitic diseases_both sexes_age_40-44 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_both_sexes_age_45_49: title: Infectious and parasitic diseases_both sexes_age_45-49 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_both_sexes_age_50_54: title: Infectious and parasitic diseases_both sexes_age_50-54 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_both_sexes_age_55_59: title: Infectious and parasitic diseases_both sexes_age_55-59 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_both_sexes_age_60_64: title: Infectious and parasitic diseases_both sexes_age_60-64 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_both_sexes_age_65_69: title: Infectious and parasitic diseases_both sexes_age_65-69 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_both_sexes_age_70_74: title: Infectious and parasitic diseases_both sexes_age_70-74 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_both_sexes_age_75_79: title: Infectious and parasitic diseases_both sexes_age_75-79 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_both_sexes_age_80_84: title: Infectious and parasitic diseases_both sexes_age_80-84 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_both_sexes_age_85_89: title: Infectious and parasitic diseases_both sexes_age_85-89 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_both_sexes_age_90_94: title: Infectious and parasitic diseases_both sexes_age_90-94 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_both_sexes_age_95_99: title: Infectious and parasitic diseases_both sexes_age_95-99 - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. infectious_and_parasitic_diseases_both_sexes_age_100_and_over: title: Infectious and parasitic diseases_both sexes_age_100_and_over - description: The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. - Infectious and parasitic diseases have the ICD death codes 001*-139*. unit: per 100 000 + description: |- + The mortality rate from infectious and parasitic diseases per 100 000 people in the whole population. Infectious and parasitic diseases have the ICD death codes 001*-139*. neoplasms_both_sexes_age_all_ages: title: Neoplasms_both sexes_age_all ages + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_both_sexes_age_under_1: title: Neoplasms_both sexes_age_under_1 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_both_sexes_age_1_4: title: Neoplasms_both sexes_age_1-4 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_both_sexes_age_5_9: title: Neoplasms_both sexes_age_5-9 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_both_sexes_age_10_14: title: Neoplasms_both sexes_age_10-14 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_both_sexes_age_15_19: title: Neoplasms_both sexes_age_15-19 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_both_sexes_age_20_24: title: Neoplasms_both sexes_age_20-24 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_both_sexes_age_25_29: title: Neoplasms_both sexes_age_25-29 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_both_sexes_age_30_34: title: Neoplasms_both sexes_age_30-34 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_both_sexes_age_35_39: title: Neoplasms_both sexes_age_35-39 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_both_sexes_age_40_44: title: Neoplasms_both sexes_age_40-44 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_both_sexes_age_45_49: title: Neoplasms_both sexes_age_45-49 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_both_sexes_age_50_54: title: Neoplasms_both sexes_age_50-54 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_both_sexes_age_55_59: title: Neoplasms_both sexes_age_55-59 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_both_sexes_age_60_64: title: Neoplasms_both sexes_age_60-64 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_both_sexes_age_65_69: title: Neoplasms_both sexes_age_65-69 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_both_sexes_age_70_74: title: Neoplasms_both sexes_age_70-74 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_both_sexes_age_75_79: title: Neoplasms_both sexes_age_75-79 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_both_sexes_age_80_84: title: Neoplasms_both sexes_age_80-84 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_both_sexes_age_85_89: title: Neoplasms_both sexes_age_85-89 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_both_sexes_age_90_94: title: Neoplasms_both sexes_age_90-94 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_both_sexes_age_95_99: title: Neoplasms_both sexes_age_95-99 + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 neoplasms_both_sexes_age_100_and_over: title: Neoplasms_both sexes_age_100_and_over + unit: per 100 000 description: The mortality rate from cancers per 100 000 people in the population. Cancers have the ICD death codes 140*-239*. - unit: per 100 000 endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_both_sexes_age_all_ages: title: Endocrine nutritional and metabolic diseases and immunity disorders_both sexes_age_all ages - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_both_sexes_age_under_1: title: Endocrine nutritional and metabolic diseases and immunity disorders_both sexes_age_under_1 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_both_sexes_age_1_4: title: Endocrine nutritional and metabolic diseases and immunity disorders_both sexes_age_1-4 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_both_sexes_age_5_9: title: Endocrine nutritional and metabolic diseases and immunity disorders_both sexes_age_5-9 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_both_sexes_age_10_14: title: Endocrine nutritional and metabolic diseases and immunity disorders_both sexes_age_10-14 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_both_sexes_age_15_19: title: Endocrine nutritional and metabolic diseases and immunity disorders_both sexes_age_15-19 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_both_sexes_age_20_24: title: Endocrine nutritional and metabolic diseases and immunity disorders_both sexes_age_20-24 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_both_sexes_age_25_29: title: Endocrine nutritional and metabolic diseases and immunity disorders_both sexes_age_25-29 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_both_sexes_age_30_34: title: Endocrine nutritional and metabolic diseases and immunity disorders_both sexes_age_30-34 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_both_sexes_age_35_39: title: Endocrine nutritional and metabolic diseases and immunity disorders_both sexes_age_35-39 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_both_sexes_age_40_44: title: Endocrine nutritional and metabolic diseases and immunity disorders_both sexes_age_40-44 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_both_sexes_age_45_49: title: Endocrine nutritional and metabolic diseases and immunity disorders_both sexes_age_45-49 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_both_sexes_age_50_54: title: Endocrine nutritional and metabolic diseases and immunity disorders_both sexes_age_50-54 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_both_sexes_age_55_59: title: Endocrine nutritional and metabolic diseases and immunity disorders_both sexes_age_55-59 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_both_sexes_age_60_64: title: Endocrine nutritional and metabolic diseases and immunity disorders_both sexes_age_60-64 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_both_sexes_age_65_69: title: Endocrine nutritional and metabolic diseases and immunity disorders_both sexes_age_65-69 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_both_sexes_age_70_74: title: Endocrine nutritional and metabolic diseases and immunity disorders_both sexes_age_70-74 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_both_sexes_age_75_79: title: Endocrine nutritional and metabolic diseases and immunity disorders_both sexes_age_75-79 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_both_sexes_age_80_84: title: Endocrine nutritional and metabolic diseases and immunity disorders_both sexes_age_80-84 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_both_sexes_age_85_89: title: Endocrine nutritional and metabolic diseases and immunity disorders_both sexes_age_85-89 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_both_sexes_age_90_94: title: Endocrine nutritional and metabolic diseases and immunity disorders_both sexes_age_90-94 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_both_sexes_age_95_99: title: Endocrine nutritional and metabolic diseases and immunity disorders_both sexes_age_95-99 - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. endocrine_nutritional_and_metabolic_diseases_and_immunity_disorders_both_sexes_age_100_and_over: title: Endocrine nutritional and metabolic diseases and immunity disorders_both sexes_age_100_and_over - description: The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 - 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD - death codes 240*-279*. unit: per 100 000 + description: |- + The mortality rate from endocrine, nutritional and metabolic diseases, and immunity disorders per 100 000 people in the population. Endocrine, nutritional and metabolic diseases, and immunity disorders have the ICD death codes 240*-279*. diseases_of_the_blood_and_blood_forming_organs_both_sexes_age_all_ages: title: Diseases of the blood and blood-forming organs_both sexes_age_all ages - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_both_sexes_age_under_1: title: Diseases of the blood and blood-forming organs_both sexes_age_under_1 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_both_sexes_age_1_4: title: Diseases of the blood and blood-forming organs_both sexes_age_1-4 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_both_sexes_age_5_9: title: Diseases of the blood and blood-forming organs_both sexes_age_5-9 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_both_sexes_age_10_14: title: Diseases of the blood and blood-forming organs_both sexes_age_10-14 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_both_sexes_age_15_19: title: Diseases of the blood and blood-forming organs_both sexes_age_15-19 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_both_sexes_age_20_24: title: Diseases of the blood and blood-forming organs_both sexes_age_20-24 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_both_sexes_age_25_29: title: Diseases of the blood and blood-forming organs_both sexes_age_25-29 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_both_sexes_age_30_34: title: Diseases of the blood and blood-forming organs_both sexes_age_30-34 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_both_sexes_age_35_39: title: Diseases of the blood and blood-forming organs_both sexes_age_35-39 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_both_sexes_age_40_44: title: Diseases of the blood and blood-forming organs_both sexes_age_40-44 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_both_sexes_age_45_49: title: Diseases of the blood and blood-forming organs_both sexes_age_45-49 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_both_sexes_age_50_54: title: Diseases of the blood and blood-forming organs_both sexes_age_50-54 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_both_sexes_age_55_59: title: Diseases of the blood and blood-forming organs_both sexes_age_55-59 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_both_sexes_age_60_64: title: Diseases of the blood and blood-forming organs_both sexes_age_60-64 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_both_sexes_age_65_69: title: Diseases of the blood and blood-forming organs_both sexes_age_65-69 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_both_sexes_age_70_74: title: Diseases of the blood and blood-forming organs_both sexes_age_70-74 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_both_sexes_age_75_79: title: Diseases of the blood and blood-forming organs_both sexes_age_75-79 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_both_sexes_age_80_84: title: Diseases of the blood and blood-forming organs_both sexes_age_80-84 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_both_sexes_age_85_89: title: Diseases of the blood and blood-forming organs_both sexes_age_85-89 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_both_sexes_age_90_94: title: Diseases of the blood and blood-forming organs_both sexes_age_90-94 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_both_sexes_age_95_99: title: Diseases of the blood and blood-forming organs_both sexes_age_95-99 - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. diseases_of_the_blood_and_blood_forming_organs_both_sexes_age_100_and_over: title: Diseases of the blood and blood-forming organs_both sexes_age_100_and_over - description: The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. - Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. unit: per 100 000 + description: |- + The mortality rate from diseases of the blood and blood-forming organs per 100 000 people in the population. Diseases of the blood and blood-forming organs have the ICD death codes 280*-289*. mental_disorders_both_sexes_age_all_ages: title: Mental disorders_both sexes_age_all ages - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_both_sexes_age_under_1: title: Mental disorders_both sexes_age_under_1 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_both_sexes_age_1_4: title: Mental disorders_both sexes_age_1-4 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_both_sexes_age_5_9: title: Mental disorders_both sexes_age_5-9 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_both_sexes_age_10_14: title: Mental disorders_both sexes_age_10-14 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_both_sexes_age_15_19: title: Mental disorders_both sexes_age_15-19 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_both_sexes_age_20_24: title: Mental disorders_both sexes_age_20-24 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_both_sexes_age_25_29: title: Mental disorders_both sexes_age_25-29 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_both_sexes_age_30_34: title: Mental disorders_both sexes_age_30-34 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_both_sexes_age_35_39: title: Mental disorders_both sexes_age_35-39 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_both_sexes_age_40_44: title: Mental disorders_both sexes_age_40-44 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_both_sexes_age_45_49: title: Mental disorders_both sexes_age_45-49 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_both_sexes_age_50_54: title: Mental disorders_both sexes_age_50-54 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_both_sexes_age_55_59: title: Mental disorders_both sexes_age_55-59 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_both_sexes_age_60_64: title: Mental disorders_both sexes_age_60-64 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_both_sexes_age_65_69: title: Mental disorders_both sexes_age_65-69 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_both_sexes_age_70_74: title: Mental disorders_both sexes_age_70-74 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_both_sexes_age_75_79: title: Mental disorders_both sexes_age_75-79 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_both_sexes_age_80_84: title: Mental disorders_both sexes_age_80-84 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_both_sexes_age_85_89: title: Mental disorders_both sexes_age_85-89 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_both_sexes_age_90_94: title: Mental disorders_both sexes_age_90-94 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_both_sexes_age_95_99: title: Mental disorders_both sexes_age_95-99 - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. mental_disorders_both_sexes_age_100_and_over: title: Mental disorders_both sexes_age_100_and_over - description: The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have - the ICD death codes 290*-319*. unit: per 100 000 + description: |- + The mortality rate from mental illnesses per 100 000 people in the population. Mental illnesses have the ICD death codes 290*-319*. diseases_of_the_nervous_system_both_sexes_age_all_ages: title: Diseases of the nervous system_both sexes_age_all ages - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_both_sexes_age_under_1: title: Diseases of the nervous system_both sexes_age_under_1 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_both_sexes_age_1_4: title: Diseases of the nervous system_both sexes_age_1-4 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_both_sexes_age_5_9: title: Diseases of the nervous system_both sexes_age_5-9 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_both_sexes_age_10_14: title: Diseases of the nervous system_both sexes_age_10-14 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_both_sexes_age_15_19: title: Diseases of the nervous system_both sexes_age_15-19 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_both_sexes_age_20_24: title: Diseases of the nervous system_both sexes_age_20-24 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_both_sexes_age_25_29: title: Diseases of the nervous system_both sexes_age_25-29 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_both_sexes_age_30_34: title: Diseases of the nervous system_both sexes_age_30-34 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_both_sexes_age_35_39: title: Diseases of the nervous system_both sexes_age_35-39 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_both_sexes_age_40_44: title: Diseases of the nervous system_both sexes_age_40-44 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_both_sexes_age_45_49: title: Diseases of the nervous system_both sexes_age_45-49 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_both_sexes_age_50_54: title: Diseases of the nervous system_both sexes_age_50-54 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_both_sexes_age_55_59: title: Diseases of the nervous system_both sexes_age_55-59 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_both_sexes_age_60_64: title: Diseases of the nervous system_both sexes_age_60-64 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_both_sexes_age_65_69: title: Diseases of the nervous system_both sexes_age_65-69 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_both_sexes_age_70_74: title: Diseases of the nervous system_both sexes_age_70-74 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_both_sexes_age_75_79: title: Diseases of the nervous system_both sexes_age_75-79 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_both_sexes_age_80_84: title: Diseases of the nervous system_both sexes_age_80-84 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_both_sexes_age_85_89: title: Diseases of the nervous system_both sexes_age_85-89 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_both_sexes_age_90_94: title: Diseases of the nervous system_both sexes_age_90-94 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_both_sexes_age_95_99: title: Diseases of the nervous system_both sexes_age_95-99 - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_nervous_system_both_sexes_age_100_and_over: title: Diseases of the nervous system_both sexes_age_100_and_over - description: The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases - of the nervous system have the ICD death code 320*-359*. unit: per 100 000 + description: |- + The mortality rate from diseases of the nervous system per 100 000 people in the population. Diseases of the nervous system have the ICD death code 320*-359*. diseases_of_the_sense_organs_both_sexes_age_all_ages: title: Diseases of the sense organs_both sexes_age_all ages - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_both_sexes_age_under_1: title: Diseases of the sense organs_both sexes_age_under_1 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_both_sexes_age_1_4: title: Diseases of the sense organs_both sexes_age_1-4 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_both_sexes_age_5_9: title: Diseases of the sense organs_both sexes_age_5-9 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_both_sexes_age_10_14: title: Diseases of the sense organs_both sexes_age_10-14 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_both_sexes_age_15_19: title: Diseases of the sense organs_both sexes_age_15-19 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_both_sexes_age_20_24: title: Diseases of the sense organs_both sexes_age_20-24 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_both_sexes_age_25_29: title: Diseases of the sense organs_both sexes_age_25-29 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_both_sexes_age_30_34: title: Diseases of the sense organs_both sexes_age_30-34 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_both_sexes_age_35_39: title: Diseases of the sense organs_both sexes_age_35-39 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_both_sexes_age_40_44: title: Diseases of the sense organs_both sexes_age_40-44 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_both_sexes_age_45_49: title: Diseases of the sense organs_both sexes_age_45-49 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_both_sexes_age_50_54: title: Diseases of the sense organs_both sexes_age_50-54 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_both_sexes_age_55_59: title: Diseases of the sense organs_both sexes_age_55-59 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_both_sexes_age_60_64: title: Diseases of the sense organs_both sexes_age_60-64 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_both_sexes_age_65_69: title: Diseases of the sense organs_both sexes_age_65-69 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_both_sexes_age_70_74: title: Diseases of the sense organs_both sexes_age_70-74 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_both_sexes_age_75_79: title: Diseases of the sense organs_both sexes_age_75-79 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_both_sexes_age_80_84: title: Diseases of the sense organs_both sexes_age_80-84 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_both_sexes_age_85_89: title: Diseases of the sense organs_both sexes_age_85-89 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_both_sexes_age_90_94: title: Diseases of the sense organs_both sexes_age_90-94 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_both_sexes_age_95_99: title: Diseases of the sense organs_both sexes_age_95-99 - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_sense_organs_both_sexes_age_100_and_over: title: Diseases of the sense organs_both sexes_age_100_and_over - description: The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of - the nervous system have the ICD death code 360*-389*. unit: per 100 000 + description: |- + The mortality rate from diseases of the sense organs per 100 000 people in the population. Diseases of the nervous system have the ICD death code 360*-389*. diseases_of_the_circulatory_system_both_sexes_age_all_ages: title: Diseases of the circulatory system_both sexes_age_all ages - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_both_sexes_age_under_1: title: Diseases of the circulatory system_both sexes_age_under_1 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_both_sexes_age_1_4: title: Diseases of the circulatory system_both sexes_age_1-4 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_both_sexes_age_5_9: title: Diseases of the circulatory system_both sexes_age_5-9 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_both_sexes_age_10_14: title: Diseases of the circulatory system_both sexes_age_10-14 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_both_sexes_age_15_19: title: Diseases of the circulatory system_both sexes_age_15-19 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_both_sexes_age_20_24: title: Diseases of the circulatory system_both sexes_age_20-24 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_both_sexes_age_25_29: title: Diseases of the circulatory system_both sexes_age_25-29 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_both_sexes_age_30_34: title: Diseases of the circulatory system_both sexes_age_30-34 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_both_sexes_age_35_39: title: Diseases of the circulatory system_both sexes_age_35-39 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_both_sexes_age_40_44: title: Diseases of the circulatory system_both sexes_age_40-44 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_both_sexes_age_45_49: title: Diseases of the circulatory system_both sexes_age_45-49 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_both_sexes_age_50_54: title: Diseases of the circulatory system_both sexes_age_50-54 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_both_sexes_age_55_59: title: Diseases of the circulatory system_both sexes_age_55-59 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_both_sexes_age_60_64: title: Diseases of the circulatory system_both sexes_age_60-64 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_both_sexes_age_65_69: title: Diseases of the circulatory system_both sexes_age_65-69 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_both_sexes_age_70_74: title: Diseases of the circulatory system_both sexes_age_70-74 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_both_sexes_age_75_79: title: Diseases of the circulatory system_both sexes_age_75-79 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_both_sexes_age_80_84: title: Diseases of the circulatory system_both sexes_age_80-84 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_both_sexes_age_85_89: title: Diseases of the circulatory system_both sexes_age_85-89 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_both_sexes_age_90_94: title: Diseases of the circulatory system_both sexes_age_90-94 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_both_sexes_age_95_99: title: Diseases of the circulatory system_both sexes_age_95-99 - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_circulatory_system_both_sexes_age_100_and_over: title: Diseases of the circulatory system_both sexes_age_100_and_over - description: The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases - of the circulatory system have the ICD death codes 390*-459* unit: per 100 000 + description: |- + The mortality rate from diseases of the circulatory system per 100 000 people in the population. Diseases of the circulatory system have the ICD death codes 390*-459* diseases_of_the_respiratory_system_both_sexes_age_all_ages: title: Diseases of the respiratory system_both sexes_age_all ages - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_both_sexes_age_under_1: title: Diseases of the respiratory system_both sexes_age_under_1 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_both_sexes_age_1_4: title: Diseases of the respiratory system_both sexes_age_1-4 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_both_sexes_age_5_9: title: Diseases of the respiratory system_both sexes_age_5-9 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_both_sexes_age_10_14: title: Diseases of the respiratory system_both sexes_age_10-14 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_both_sexes_age_15_19: title: Diseases of the respiratory system_both sexes_age_15-19 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_both_sexes_age_20_24: title: Diseases of the respiratory system_both sexes_age_20-24 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_both_sexes_age_25_29: title: Diseases of the respiratory system_both sexes_age_25-29 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_both_sexes_age_30_34: title: Diseases of the respiratory system_both sexes_age_30-34 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_both_sexes_age_35_39: title: Diseases of the respiratory system_both sexes_age_35-39 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_both_sexes_age_40_44: title: Diseases of the respiratory system_both sexes_age_40-44 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_both_sexes_age_45_49: title: Diseases of the respiratory system_both sexes_age_45-49 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_both_sexes_age_50_54: title: Diseases of the respiratory system_both sexes_age_50-54 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_both_sexes_age_55_59: title: Diseases of the respiratory system_both sexes_age_55-59 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_both_sexes_age_60_64: title: Diseases of the respiratory system_both sexes_age_60-64 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_both_sexes_age_65_69: title: Diseases of the respiratory system_both sexes_age_65-69 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_both_sexes_age_70_74: title: Diseases of the respiratory system_both sexes_age_70-74 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_both_sexes_age_75_79: title: Diseases of the respiratory system_both sexes_age_75-79 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_both_sexes_age_80_84: title: Diseases of the respiratory system_both sexes_age_80-84 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_both_sexes_age_85_89: title: Diseases of the respiratory system_both sexes_age_85-89 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_both_sexes_age_90_94: title: Diseases of the respiratory system_both sexes_age_90-94 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_both_sexes_age_95_99: title: Diseases of the respiratory system_both sexes_age_95-99 - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_respiratory_system_both_sexes_age_100_and_over: title: Diseases of the respiratory system_both sexes_age_100_and_over - description: The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases - of the respiratory system have the ICD death codes 460*-519*. unit: per 100 000 + description: |- + The mortality rate from diseases of the respiratory system per 100 000 people in the population. Diseases of the respiratory system have the ICD death codes 460*-519*. diseases_of_the_digestive_system_both_sexes_age_all_ages: title: Diseases of the digestive system_both sexes_age_all ages - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_both_sexes_age_under_1: title: Diseases of the digestive system_both sexes_age_under_1 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_both_sexes_age_1_4: title: Diseases of the digestive system_both sexes_age_1-4 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_both_sexes_age_5_9: title: Diseases of the digestive system_both sexes_age_5-9 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_both_sexes_age_10_14: title: Diseases of the digestive system_both sexes_age_10-14 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_both_sexes_age_15_19: title: Diseases of the digestive system_both sexes_age_15-19 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_both_sexes_age_20_24: title: Diseases of the digestive system_both sexes_age_20-24 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_both_sexes_age_25_29: title: Diseases of the digestive system_both sexes_age_25-29 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_both_sexes_age_30_34: title: Diseases of the digestive system_both sexes_age_30-34 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_both_sexes_age_35_39: title: Diseases of the digestive system_both sexes_age_35-39 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_both_sexes_age_40_44: title: Diseases of the digestive system_both sexes_age_40-44 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_both_sexes_age_45_49: title: Diseases of the digestive system_both sexes_age_45-49 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_both_sexes_age_50_54: title: Diseases of the digestive system_both sexes_age_50-54 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_both_sexes_age_55_59: title: Diseases of the digestive system_both sexes_age_55-59 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_both_sexes_age_60_64: title: Diseases of the digestive system_both sexes_age_60-64 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_both_sexes_age_65_69: title: Diseases of the digestive system_both sexes_age_65-69 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_both_sexes_age_70_74: title: Diseases of the digestive system_both sexes_age_70-74 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_both_sexes_age_75_79: title: Diseases of the digestive system_both sexes_age_75-79 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_both_sexes_age_80_84: title: Diseases of the digestive system_both sexes_age_80-84 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_both_sexes_age_85_89: title: Diseases of the digestive system_both sexes_age_85-89 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_both_sexes_age_90_94: title: Diseases of the digestive system_both sexes_age_90-94 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_both_sexes_age_95_99: title: Diseases of the digestive system_both sexes_age_95-99 - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_digestive_system_both_sexes_age_100_and_over: title: Diseases of the digestive system_both sexes_age_100_and_over - description: The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases - of the digestive system have the ICD death codes 520*-579*. unit: per 100 000 + description: |- + The mortality rate from diseases of the digestive system per 100 000 people in the population. Diseases of the digestive system have the ICD death codes 520*-579*. diseases_of_the_genitourinary_system_both_sexes_age_all_ages: title: Diseases of the genitourinary system_both sexes_age_all ages - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_both_sexes_age_under_1: title: Diseases of the genitourinary system_both sexes_age_under_1 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_both_sexes_age_1_4: title: Diseases of the genitourinary system_both sexes_age_1-4 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_both_sexes_age_5_9: title: Diseases of the genitourinary system_both sexes_age_5-9 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_both_sexes_age_10_14: title: Diseases of the genitourinary system_both sexes_age_10-14 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_both_sexes_age_15_19: title: Diseases of the genitourinary system_both sexes_age_15-19 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_both_sexes_age_20_24: title: Diseases of the genitourinary system_both sexes_age_20-24 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_both_sexes_age_25_29: title: Diseases of the genitourinary system_both sexes_age_25-29 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_both_sexes_age_30_34: title: Diseases of the genitourinary system_both sexes_age_30-34 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_both_sexes_age_35_39: title: Diseases of the genitourinary system_both sexes_age_35-39 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_both_sexes_age_40_44: title: Diseases of the genitourinary system_both sexes_age_40-44 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_both_sexes_age_45_49: title: Diseases of the genitourinary system_both sexes_age_45-49 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_both_sexes_age_50_54: title: Diseases of the genitourinary system_both sexes_age_50-54 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_both_sexes_age_55_59: title: Diseases of the genitourinary system_both sexes_age_55-59 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_both_sexes_age_60_64: title: Diseases of the genitourinary system_both sexes_age_60-64 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_both_sexes_age_65_69: title: Diseases of the genitourinary system_both sexes_age_65-69 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_both_sexes_age_70_74: title: Diseases of the genitourinary system_both sexes_age_70-74 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_both_sexes_age_75_79: title: Diseases of the genitourinary system_both sexes_age_75-79 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_both_sexes_age_80_84: title: Diseases of the genitourinary system_both sexes_age_80-84 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_both_sexes_age_85_89: title: Diseases of the genitourinary system_both sexes_age_85-89 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_both_sexes_age_90_94: title: Diseases of the genitourinary system_both sexes_age_90-94 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_both_sexes_age_95_99: title: Diseases of the genitourinary system_both sexes_age_95-99 - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. diseases_of_the_genitourinary_system_both_sexes_age_100_and_over: title: Diseases of the genitourinary system_both sexes_age_100_and_over - description: The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases - of the genitourinary system have the ICD death codes 580*-629*. unit: per 100 000 + description: |- + The mortality rate from diseases of the genitourinary system per 100 000 people in the population. Diseases of the genitourinary system have the ICD death codes 580*-629*. complications_of_pregnancy_childbirth_and_the_puerperium_both_sexes_age_all_ages: title: Complications of pregnancy childbirth and the puerperium_both sexes_age_all ages - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_both_sexes_age_under_1: title: Complications of pregnancy childbirth and the puerperium_both sexes_age_under_1 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_both_sexes_age_1_4: title: Complications of pregnancy childbirth and the puerperium_both sexes_age_1-4 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_both_sexes_age_5_9: title: Complications of pregnancy childbirth and the puerperium_both sexes_age_5-9 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_both_sexes_age_10_14: title: Complications of pregnancy childbirth and the puerperium_both sexes_age_10-14 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_both_sexes_age_15_19: title: Complications of pregnancy childbirth and the puerperium_both sexes_age_15-19 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_both_sexes_age_20_24: title: Complications of pregnancy childbirth and the puerperium_both sexes_age_20-24 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_both_sexes_age_25_29: title: Complications of pregnancy childbirth and the puerperium_both sexes_age_25-29 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_both_sexes_age_30_34: title: Complications of pregnancy childbirth and the puerperium_both sexes_age_30-34 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_both_sexes_age_35_39: title: Complications of pregnancy childbirth and the puerperium_both sexes_age_35-39 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_both_sexes_age_40_44: title: Complications of pregnancy childbirth and the puerperium_both sexes_age_40-44 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_both_sexes_age_45_49: title: Complications of pregnancy childbirth and the puerperium_both sexes_age_45-49 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_both_sexes_age_50_54: title: Complications of pregnancy childbirth and the puerperium_both sexes_age_50-54 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_both_sexes_age_55_59: title: Complications of pregnancy childbirth and the puerperium_both sexes_age_55-59 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_both_sexes_age_60_64: title: Complications of pregnancy childbirth and the puerperium_both sexes_age_60-64 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_both_sexes_age_65_69: title: Complications of pregnancy childbirth and the puerperium_both sexes_age_65-69 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_both_sexes_age_70_74: title: Complications of pregnancy childbirth and the puerperium_both sexes_age_70-74 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_both_sexes_age_75_79: title: Complications of pregnancy childbirth and the puerperium_both sexes_age_75-79 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_both_sexes_age_80_84: title: Complications of pregnancy childbirth and the puerperium_both sexes_age_80-84 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_both_sexes_age_85_89: title: Complications of pregnancy childbirth and the puerperium_both sexes_age_85-89 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_both_sexes_age_90_94: title: Complications of pregnancy childbirth and the puerperium_both sexes_age_90-94 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_both_sexes_age_95_99: title: Complications of pregnancy childbirth and the puerperium_both sexes_age_95-99 - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. complications_of_pregnancy_childbirth_and_the_puerperium_both_sexes_age_100_and_over: title: Complications of pregnancy childbirth and the puerperium_both sexes_age_100_and_over - description: The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people - in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. unit: per 100 000 + description: |- + The mortality rate from complications of pregnancy, childbirth and the puerperium per 100 000 people in the population. Complications of pregnancy, childbirth and the puerperium have the ICD death codes 630*-679*. diseases_of_the_skin_and_subcutaneous_tissue_both_sexes_age_all_ages: title: Diseases of the skin and subcutaneous tissue_both sexes_age_all ages - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_both_sexes_age_under_1: title: Diseases of the skin and subcutaneous tissue_both sexes_age_under_1 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_both_sexes_age_1_4: title: Diseases of the skin and subcutaneous tissue_both sexes_age_1-4 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_both_sexes_age_5_9: title: Diseases of the skin and subcutaneous tissue_both sexes_age_5-9 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_both_sexes_age_10_14: title: Diseases of the skin and subcutaneous tissue_both sexes_age_10-14 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_both_sexes_age_15_19: title: Diseases of the skin and subcutaneous tissue_both sexes_age_15-19 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_both_sexes_age_20_24: title: Diseases of the skin and subcutaneous tissue_both sexes_age_20-24 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_both_sexes_age_25_29: title: Diseases of the skin and subcutaneous tissue_both sexes_age_25-29 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_both_sexes_age_30_34: title: Diseases of the skin and subcutaneous tissue_both sexes_age_30-34 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_both_sexes_age_35_39: title: Diseases of the skin and subcutaneous tissue_both sexes_age_35-39 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_both_sexes_age_40_44: title: Diseases of the skin and subcutaneous tissue_both sexes_age_40-44 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_both_sexes_age_45_49: title: Diseases of the skin and subcutaneous tissue_both sexes_age_45-49 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_both_sexes_age_50_54: title: Diseases of the skin and subcutaneous tissue_both sexes_age_50-54 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_both_sexes_age_55_59: title: Diseases of the skin and subcutaneous tissue_both sexes_age_55-59 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_both_sexes_age_60_64: title: Diseases of the skin and subcutaneous tissue_both sexes_age_60-64 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_both_sexes_age_65_69: title: Diseases of the skin and subcutaneous tissue_both sexes_age_65-69 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_both_sexes_age_70_74: title: Diseases of the skin and subcutaneous tissue_both sexes_age_70-74 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_both_sexes_age_75_79: title: Diseases of the skin and subcutaneous tissue_both sexes_age_75-79 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_both_sexes_age_80_84: title: Diseases of the skin and subcutaneous tissue_both sexes_age_80-84 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_both_sexes_age_85_89: title: Diseases of the skin and subcutaneous tissue_both sexes_age_85-89 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_both_sexes_age_90_94: title: Diseases of the skin and subcutaneous tissue_both sexes_age_90-94 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_both_sexes_age_95_99: title: Diseases of the skin and subcutaneous tissue_both sexes_age_95-99 - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_skin_and_subcutaneous_tissue_both_sexes_age_100_and_over: title: Diseases of the skin and subcutaneous tissue_both sexes_age_100_and_over - description: The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. - Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. unit: per 100 000 + description: |- + The mortality rate from diseases of the skin and subcutaneous tissue per 100 000 people in the population. Diseases of the skin and subcutaneous tissue have the ICD death codes 680*-709*. diseases_of_the_musculoskeletal_system_and_connective_tissue_both_sexes_age_all_ages: title: Diseases of the musculoskeletal system and connective tissue_both sexes_age_all ages - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_both_sexes_age_under_1: title: Diseases of the musculoskeletal system and connective tissue_both sexes_age_under_1 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_both_sexes_age_1_4: title: Diseases of the musculoskeletal system and connective tissue_both sexes_age_1-4 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_both_sexes_age_5_9: title: Diseases of the musculoskeletal system and connective tissue_both sexes_age_5-9 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_both_sexes_age_10_14: title: Diseases of the musculoskeletal system and connective tissue_both sexes_age_10-14 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_both_sexes_age_15_19: title: Diseases of the musculoskeletal system and connective tissue_both sexes_age_15-19 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_both_sexes_age_20_24: title: Diseases of the musculoskeletal system and connective tissue_both sexes_age_20-24 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_both_sexes_age_25_29: title: Diseases of the musculoskeletal system and connective tissue_both sexes_age_25-29 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_both_sexes_age_30_34: title: Diseases of the musculoskeletal system and connective tissue_both sexes_age_30-34 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_both_sexes_age_35_39: title: Diseases of the musculoskeletal system and connective tissue_both sexes_age_35-39 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_both_sexes_age_40_44: title: Diseases of the musculoskeletal system and connective tissue_both sexes_age_40-44 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_both_sexes_age_45_49: title: Diseases of the musculoskeletal system and connective tissue_both sexes_age_45-49 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_both_sexes_age_50_54: title: Diseases of the musculoskeletal system and connective tissue_both sexes_age_50-54 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_both_sexes_age_55_59: title: Diseases of the musculoskeletal system and connective tissue_both sexes_age_55-59 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_both_sexes_age_60_64: title: Diseases of the musculoskeletal system and connective tissue_both sexes_age_60-64 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_both_sexes_age_65_69: title: Diseases of the musculoskeletal system and connective tissue_both sexes_age_65-69 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_both_sexes_age_70_74: title: Diseases of the musculoskeletal system and connective tissue_both sexes_age_70-74 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_both_sexes_age_75_79: title: Diseases of the musculoskeletal system and connective tissue_both sexes_age_75-79 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_both_sexes_age_80_84: title: Diseases of the musculoskeletal system and connective tissue_both sexes_age_80-84 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_both_sexes_age_85_89: title: Diseases of the musculoskeletal system and connective tissue_both sexes_age_85-89 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_both_sexes_age_90_94: title: Diseases of the musculoskeletal system and connective tissue_both sexes_age_90-94 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_both_sexes_age_95_99: title: Diseases of the musculoskeletal system and connective tissue_both sexes_age_95-99 - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. diseases_of_the_musculoskeletal_system_and_connective_tissue_both_sexes_age_100_and_over: title: Diseases of the musculoskeletal system and connective tissue_both sexes_age_100_and_over - description: The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people - in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. unit: per 100 000 + description: |- + The mortality rate from diseases of the musculoskeletal system and connective tissue per 100 000 people in the population. Diseases of the musculoskeletal system and connective tissue have the ICD death codes 710*-739*. congenital_anomalies_both_sexes_age_all_ages: title: Congenital anomalies_both sexes_age_all ages - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_both_sexes_age_under_1: title: Congenital anomalies_both sexes_age_under_1 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_both_sexes_age_1_4: title: Congenital anomalies_both sexes_age_1-4 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_both_sexes_age_5_9: title: Congenital anomalies_both sexes_age_5-9 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_both_sexes_age_10_14: title: Congenital anomalies_both sexes_age_10-14 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_both_sexes_age_15_19: title: Congenital anomalies_both sexes_age_15-19 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_both_sexes_age_20_24: title: Congenital anomalies_both sexes_age_20-24 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_both_sexes_age_25_29: title: Congenital anomalies_both sexes_age_25-29 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_both_sexes_age_30_34: title: Congenital anomalies_both sexes_age_30-34 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_both_sexes_age_35_39: title: Congenital anomalies_both sexes_age_35-39 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_both_sexes_age_40_44: title: Congenital anomalies_both sexes_age_40-44 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_both_sexes_age_45_49: title: Congenital anomalies_both sexes_age_45-49 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_both_sexes_age_50_54: title: Congenital anomalies_both sexes_age_50-54 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_both_sexes_age_55_59: title: Congenital anomalies_both sexes_age_55-59 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_both_sexes_age_60_64: title: Congenital anomalies_both sexes_age_60-64 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_both_sexes_age_65_69: title: Congenital anomalies_both sexes_age_65-69 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_both_sexes_age_70_74: title: Congenital anomalies_both sexes_age_70-74 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_both_sexes_age_75_79: title: Congenital anomalies_both sexes_age_75-79 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_both_sexes_age_80_84: title: Congenital anomalies_both sexes_age_80-84 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_both_sexes_age_85_89: title: Congenital anomalies_both sexes_age_85-89 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_both_sexes_age_90_94: title: Congenital anomalies_both sexes_age_90-94 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_both_sexes_age_95_99: title: Congenital anomalies_both sexes_age_95-99 - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. congenital_anomalies_both_sexes_age_100_and_over: title: Congenital anomalies_both sexes_age_100_and_over - description: The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies - have the ICD death codes 740*-759*. unit: per 100 000 + description: |- + The mortality rate from congenital anomalies per 100 000 people in the population. Congenital anomalies have the ICD death codes 740*-759*. certain_conditions_originating_in_the_perinatal_period_both_sexes_age_all_ages: title: Certain conditions originating in the perinatal period_both sexes_age_all ages - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_both_sexes_age_under_1: title: Certain conditions originating in the perinatal period_both sexes_age_under_1 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_both_sexes_age_1_4: title: Certain conditions originating in the perinatal period_both sexes_age_1-4 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_both_sexes_age_5_9: title: Certain conditions originating in the perinatal period_both sexes_age_5-9 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_both_sexes_age_10_14: title: Certain conditions originating in the perinatal period_both sexes_age_10-14 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_both_sexes_age_15_19: title: Certain conditions originating in the perinatal period_both sexes_age_15-19 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_both_sexes_age_20_24: title: Certain conditions originating in the perinatal period_both sexes_age_20-24 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_both_sexes_age_25_29: title: Certain conditions originating in the perinatal period_both sexes_age_25-29 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_both_sexes_age_30_34: title: Certain conditions originating in the perinatal period_both sexes_age_30-34 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_both_sexes_age_35_39: title: Certain conditions originating in the perinatal period_both sexes_age_35-39 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_both_sexes_age_40_44: title: Certain conditions originating in the perinatal period_both sexes_age_40-44 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_both_sexes_age_45_49: title: Certain conditions originating in the perinatal period_both sexes_age_45-49 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_both_sexes_age_50_54: title: Certain conditions originating in the perinatal period_both sexes_age_50-54 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_both_sexes_age_55_59: title: Certain conditions originating in the perinatal period_both sexes_age_55-59 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_both_sexes_age_60_64: title: Certain conditions originating in the perinatal period_both sexes_age_60-64 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_both_sexes_age_65_69: title: Certain conditions originating in the perinatal period_both sexes_age_65-69 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_both_sexes_age_70_74: title: Certain conditions originating in the perinatal period_both sexes_age_70-74 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_both_sexes_age_75_79: title: Certain conditions originating in the perinatal period_both sexes_age_75-79 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_both_sexes_age_80_84: title: Certain conditions originating in the perinatal period_both sexes_age_80-84 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_both_sexes_age_85_89: title: Certain conditions originating in the perinatal period_both sexes_age_85-89 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_both_sexes_age_90_94: title: Certain conditions originating in the perinatal period_both sexes_age_90-94 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_both_sexes_age_95_99: title: Certain conditions originating in the perinatal period_both sexes_age_95-99 - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. certain_conditions_originating_in_the_perinatal_period_both_sexes_age_100_and_over: title: Certain conditions originating in the perinatal period_both sexes_age_100_and_over - description: The mortality rate from certain conditions originating in the perinatal period per 100 000 people in - the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. unit: per 100 000 + description: |- + The mortality rate from certain conditions originating in the perinatal period per 100 000 people in the population. Certain conditions originating in the perinatal period have the ICD death codes 760*-779*. symptoms_signs_and_ill_defined_conditions_both_sexes_age_all_ages: title: Symptoms signs and ill-defined conditions_both sexes_age_all ages - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_both_sexes_age_under_1: title: Symptoms signs and ill-defined conditions_both sexes_age_under_1 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_both_sexes_age_1_4: title: Symptoms signs and ill-defined conditions_both sexes_age_1-4 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_both_sexes_age_5_9: title: Symptoms signs and ill-defined conditions_both sexes_age_5-9 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_both_sexes_age_10_14: title: Symptoms signs and ill-defined conditions_both sexes_age_10-14 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_both_sexes_age_15_19: title: Symptoms signs and ill-defined conditions_both sexes_age_15-19 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_both_sexes_age_20_24: title: Symptoms signs and ill-defined conditions_both sexes_age_20-24 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_both_sexes_age_25_29: title: Symptoms signs and ill-defined conditions_both sexes_age_25-29 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_both_sexes_age_30_34: title: Symptoms signs and ill-defined conditions_both sexes_age_30-34 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_both_sexes_age_35_39: title: Symptoms signs and ill-defined conditions_both sexes_age_35-39 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_both_sexes_age_40_44: title: Symptoms signs and ill-defined conditions_both sexes_age_40-44 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_both_sexes_age_45_49: title: Symptoms signs and ill-defined conditions_both sexes_age_45-49 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_both_sexes_age_50_54: title: Symptoms signs and ill-defined conditions_both sexes_age_50-54 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_both_sexes_age_55_59: title: Symptoms signs and ill-defined conditions_both sexes_age_55-59 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_both_sexes_age_60_64: title: Symptoms signs and ill-defined conditions_both sexes_age_60-64 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_both_sexes_age_65_69: title: Symptoms signs and ill-defined conditions_both sexes_age_65-69 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_both_sexes_age_70_74: title: Symptoms signs and ill-defined conditions_both sexes_age_70-74 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_both_sexes_age_75_79: title: Symptoms signs and ill-defined conditions_both sexes_age_75-79 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_both_sexes_age_80_84: title: Symptoms signs and ill-defined conditions_both sexes_age_80-84 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_both_sexes_age_85_89: title: Symptoms signs and ill-defined conditions_both sexes_age_85-89 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_both_sexes_age_90_94: title: Symptoms signs and ill-defined conditions_both sexes_age_90-94 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_both_sexes_age_95_99: title: Symptoms signs and ill-defined conditions_both sexes_age_95-99 - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. symptoms_signs_and_ill_defined_conditions_both_sexes_age_100_and_over: title: Symptoms signs and ill-defined conditions_both sexes_age_100_and_over - description: The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. - Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. unit: per 100 000 + description: |- + The mortality rate from symptoms, signs and ill-defined conditions per 100 000 people in the population. Symptoms, signs and ill-defined conditions have the ICD death codes 780*-799*. injury_and_poisoning_both_sexes_age_all_ages: title: Injury and poisoning_both sexes_age_all ages - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_both_sexes_age_under_1: title: Injury and poisoning_both sexes_age_under_1 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_both_sexes_age_1_4: title: Injury and poisoning_both sexes_age_1-4 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_both_sexes_age_5_9: title: Injury and poisoning_both sexes_age_5-9 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_both_sexes_age_10_14: title: Injury and poisoning_both sexes_age_10-14 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_both_sexes_age_15_19: title: Injury and poisoning_both sexes_age_15-19 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_both_sexes_age_20_24: title: Injury and poisoning_both sexes_age_20-24 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_both_sexes_age_25_29: title: Injury and poisoning_both sexes_age_25-29 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_both_sexes_age_30_34: title: Injury and poisoning_both sexes_age_30-34 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_both_sexes_age_35_39: title: Injury and poisoning_both sexes_age_35-39 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_both_sexes_age_40_44: title: Injury and poisoning_both sexes_age_40-44 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_both_sexes_age_45_49: title: Injury and poisoning_both sexes_age_45-49 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_both_sexes_age_50_54: title: Injury and poisoning_both sexes_age_50-54 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_both_sexes_age_55_59: title: Injury and poisoning_both sexes_age_55-59 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_both_sexes_age_60_64: title: Injury and poisoning_both sexes_age_60-64 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_both_sexes_age_65_69: title: Injury and poisoning_both sexes_age_65-69 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_both_sexes_age_70_74: title: Injury and poisoning_both sexes_age_70-74 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_both_sexes_age_75_79: title: Injury and poisoning_both sexes_age_75-79 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_both_sexes_age_80_84: title: Injury and poisoning_both sexes_age_80-84 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_both_sexes_age_85_89: title: Injury and poisoning_both sexes_age_85-89 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_both_sexes_age_90_94: title: Injury and poisoning_both sexes_age_90-94 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_both_sexes_age_95_99: title: Injury and poisoning_both sexes_age_95-99 - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. injury_and_poisoning_both_sexes_age_100_and_over: title: Injury and poisoning_both sexes_age_100_and_over - description: The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning - have the ICD death codes 800*-999*. unit: per 100 000 + description: |- + The mortality rate from injury and poisoning per 100 000 people in the population. Injury and poisoning have the ICD death codes 800*-999*. diff --git a/etl/steps/data/grapher/fasttrack/latest/historical_france_mortality_cause.py b/etl/steps/data/grapher/fasttrack/latest/historical_france_mortality_cause.py index b54066c948a..6f8672c6cb1 100644 --- a/etl/steps/data/grapher/fasttrack/latest/historical_france_mortality_cause.py +++ b/etl/steps/data/grapher/fasttrack/latest/historical_france_mortality_cause.py @@ -1,10 +1,9 @@ import pandas as pd -from owid import catalog -from etl.helpers import PathFinder, create_dataset +from etl.helpers import PathFinder, create_dataset, get_metadata_path from etl.snapshot import Snapshot -P = PathFinder(__file__) +paths = PathFinder(__file__) def run(dest_dir: str) -> None: @@ -12,11 +11,30 @@ def run(dest_dir: str) -> None: snap = Snapshot("fasttrack/latest/historical_france_mortality_cause.csv") # load data - data = pd.read_csv(snap.path) + tb = snap.read_csv() - # create empty dataframe and table - tb = catalog.Table(data, short_name=P.short_name) + # add dimensions with dim_ prefix + dims = [c for c in tb.columns if c.startswith("dim_")] + dims_without_prefix = [c[4:] for c in dims] + + if dims: + tb = tb.rename(columns={d: dw for d, dw in zip(dims, dims_without_prefix)}) + + if uses_dates(tb["year"]): + tb = tb.rename(columns={"year": "date"}).format(["country", "date"] + dims_without_prefix) + else: + tb = tb.format(["country", "year"] + dims_without_prefix) # add table, update metadata from *.meta.yml and save - ds = create_dataset(dest_dir, tables=[tb.set_index(["country", "year"])], default_metadata=snap.metadata) + ds = create_dataset(dest_dir, tables=[tb], default_metadata=snap.metadata) + + # override metadata if necessary + meta_path = get_metadata_path(dest_dir).with_suffix(".override.yml") + if meta_path.exists(): + ds.update_metadata(meta_path) + ds.save() + + +def uses_dates(s: pd.Series) -> bool: + return pd.to_datetime(s, errors="coerce", format="%Y-%m-%d").notnull().all() diff --git a/etl/steps/data/grapher/fasttrack/latest/lead_paint_regulation_who.meta.yml b/etl/steps/data/grapher/fasttrack/latest/lead_paint_regulation_who.meta.yml index b84e3a73d99..9467e2b5fae 100644 --- a/etl/steps/data/grapher/fasttrack/latest/lead_paint_regulation_who.meta.yml +++ b/etl/steps/data/grapher/fasttrack/latest/lead_paint_regulation_who.meta.yml @@ -1,28 +1,16 @@ dataset: - namespace: fasttrack - version: latest - short_name: lead_paint_regulation_who title: Lead paint regulations (WHO, 2023) description: |- The WHO collects data on which countries have legally-binding controls on lead paint. It sources this data from surveys conducted by WHO and UNEP of national authorities. The World Health Organization (WHO) tracks the introduction of legally-binding controls on lead concentrations in paint. Paint is a main contributor to harmful lead exposure. The stringency of controls on lead paint can vary by country. Maximum concentrations of lead can differ, and may only apply to particular types of paint (for example, products used in households). - sources: - - name: Lead paint regulations (WHO, 2023) - published_by: World Health Organization (WHO) - publication_year: 2023 - url: https://www.who.int/data/gho/data/themes/topics/indicator-groups/legally-binding-controls-on-lead-paint + licenses: + - {} tables: lead_paint_regulation_who: variables: lead_paint_regulation: title: lead_paint_regulation unit: '' - description: Notes whether each country has adopted legally-binding laws, - regulations, standards and/or procedures to control the production, import, - export, sale and use of lead paints. - sources: - - name: Lead paint regulations (WHO, 2023) - published_by: World Health Organization (WHO) - publication_year: 2023 - url: https://www.who.int/data/gho/data/themes/topics/indicator-groups/legally-binding-controls-on-lead-paint + description: |- + Notes whether each country has adopted legally-binding laws, regulations, standards and/or procedures to control the production, import, export, sale and use of lead paints. diff --git a/etl/steps/data/grapher/fasttrack/latest/lead_paint_regulation_who.py b/etl/steps/data/grapher/fasttrack/latest/lead_paint_regulation_who.py index 1f0c2a1a5e8..c44f9d8ac86 100644 --- a/etl/steps/data/grapher/fasttrack/latest/lead_paint_regulation_who.py +++ b/etl/steps/data/grapher/fasttrack/latest/lead_paint_regulation_who.py @@ -1,19 +1,40 @@ import pandas as pd -from owid import catalog -from etl.helpers import PathFinder, create_dataset +from etl.helpers import PathFinder, create_dataset, get_metadata_path from etl.snapshot import Snapshot -P = PathFinder(__file__) +paths = PathFinder(__file__) def run(dest_dir: str) -> None: # load snapshot - data = pd.read_csv(Snapshot("fasttrack/latest/lead_paint_regulation_who.csv").path) + snap = Snapshot("fasttrack/latest/lead_paint_regulation_who.csv") - # create empty dataframe and table - tb = catalog.Table(data, short_name=P.short_name) + # load data + tb = snap.read_csv() + + # add dimensions with dim_ prefix + dims = [c for c in tb.columns if c.startswith("dim_")] + dims_without_prefix = [c[4:] for c in dims] + + if dims: + tb = tb.rename(columns={d: dw for d, dw in zip(dims, dims_without_prefix)}) + + if uses_dates(tb["year"]): + tb = tb.rename(columns={"year": "date"}).format(["country", "date"] + dims_without_prefix) + else: + tb = tb.format(["country", "year"] + dims_without_prefix) # add table, update metadata from *.meta.yml and save - ds = create_dataset(dest_dir, tables=[tb]) + ds = create_dataset(dest_dir, tables=[tb], default_metadata=snap.metadata) + + # override metadata if necessary + meta_path = get_metadata_path(dest_dir).with_suffix(".override.yml") + if meta_path.exists(): + ds.update_metadata(meta_path) + ds.save() + + +def uses_dates(s: pd.Series) -> bool: + return pd.to_datetime(s, errors="coerce", format="%Y-%m-%d").notnull().all() diff --git a/etl/steps/data/grapher/fasttrack/latest/nuclear_warhead_inventories.meta.yml b/etl/steps/data/grapher/fasttrack/latest/nuclear_warhead_inventories.meta.yml new file mode 100644 index 00000000000..182af2197ab --- /dev/null +++ b/etl/steps/data/grapher/fasttrack/latest/nuclear_warhead_inventories.meta.yml @@ -0,0 +1,46 @@ +dataset: + title: Nuclear warhead inventories – Federation of American Scientists + description: |- + This dataset provides information on the nuclear warhead inventories by the nuclear powers, using data from the Federation of American Scientists, prepared by Hans M. Kristensen, Matt Korda, and Robert Norris. + + You can download the code and complete dataset, including supplementary variables, from GitHub: https://github.com/owid/notebooks/tree/main/BastianHerre/nuclear_weapons + Publisher source: None + licenses: + - {} +tables: + nuclear_warhead_inventories: + variables: + nuclear_weapons_depl_nonstrat: + title: nuclear_weapons_depl_nonstrat + unit: '' + description: |- + The variable denotes the estimated number of deployed nonstrategic nuclear warheads. + + Deployed warheads are those on ballistic missiles or bomber bases. + + Nonstrategic or tactical warheads are those for use on the battlefield. + nuclear_weapons_depl_strat: + title: nuclear_weapons_depl_strat + unit: '' + description: |- + The variable denotes the estimated number of deployed strategic nuclear warheads. + + Deployed warheads are those on ballistic missiles or bomber bases. + + Strategic warheads are those for use away from the battlefield, such as against military bases, arms industries, or infrastructure. + nuclear_weapons_inventory: + title: nuclear_weapons_inventory + unit: '' + description: |- + The variable denotes the estimated number of all nuclear warheads, be they deployed strategic, deployed nonstrategic, nondeployed, or retired. + nuclear_weapons_reserve_nondepl: + title: nuclear_weapons_reserve_nondepl + unit: '' + description: |- + The variable denotes the estimated number of nondeployed nuclear warheads. + + Nondeployed or reserve warheads are those not on ballistic missiles or bomber bases. + nuclear_weapons_retired: + title: nuclear_weapons_retired + unit: '' + description: The variable denotes the estimated number of retired nuclear warheads queued for dismantlement. diff --git a/etl/steps/data/grapher/fasttrack/latest/nuclear_warhead_inventories.py b/etl/steps/data/grapher/fasttrack/latest/nuclear_warhead_inventories.py new file mode 100644 index 00000000000..54f9902ad56 --- /dev/null +++ b/etl/steps/data/grapher/fasttrack/latest/nuclear_warhead_inventories.py @@ -0,0 +1,40 @@ +import pandas as pd + +from etl.helpers import PathFinder, create_dataset, get_metadata_path +from etl.snapshot import Snapshot + +paths = PathFinder(__file__) + + +def run(dest_dir: str) -> None: + # load snapshot + snap = Snapshot("fasttrack/latest/nuclear_warhead_inventories.csv") + + # load data + tb = snap.read_csv() + + # add dimensions with dim_ prefix + dims = [c for c in tb.columns if c.startswith("dim_")] + dims_without_prefix = [c[4:] for c in dims] + + if dims: + tb = tb.rename(columns={d: dw for d, dw in zip(dims, dims_without_prefix)}) + + if uses_dates(tb["year"]): + tb = tb.rename(columns={"year": "date"}).format(["country", "date"] + dims_without_prefix) + else: + tb = tb.format(["country", "year"] + dims_without_prefix) + + # add table, update metadata from *.meta.yml and save + ds = create_dataset(dest_dir, tables=[tb], default_metadata=snap.metadata) + + # override metadata if necessary + meta_path = get_metadata_path(dest_dir).with_suffix(".override.yml") + if meta_path.exists(): + ds.update_metadata(meta_path) + + ds.save() + + +def uses_dates(s: pd.Series) -> bool: + return pd.to_datetime(s, errors="coerce", format="%Y-%m-%d").notnull().all() diff --git a/etl/steps/data/grapher/fasttrack/latest/nuclear_warhead_stockpiles.meta.yml b/etl/steps/data/grapher/fasttrack/latest/nuclear_warhead_stockpiles.meta.yml new file mode 100644 index 00000000000..671f7b2dd74 --- /dev/null +++ b/etl/steps/data/grapher/fasttrack/latest/nuclear_warhead_stockpiles.meta.yml @@ -0,0 +1,21 @@ +dataset: + title: Nuclear warhead stockpiles – Federation of American Scientists + description: |- + This dataset provides information on the number of stockpiled nuclear warheads by the nuclear powers, using data from the Federation of American Scientists, prepared by Hans M. Kristensen, Matt Korda, Eliana Reynolds, and Robert Norris. + + You can download the code and complete dataset, including supplementary variables, from GitHub: https://github.com/owid/notebooks/tree/main/BastianHerre/nuclear_weapons + Publisher source: None + licenses: + - {} +tables: + nuclear_warhead_stockpiles: + variables: + nuclear_weapons_stockpile: + title: nuclear_weapons_stockpile + unit: '' + description: |- + The variable denotes the estimated number of nuclear warheads in the stockpiles of the nuclear powers. + + Stockpiles include warheads assigned to military forces, but exclude retired warheads queued for dismantlement. + + Retired warheads are only included in the global total. diff --git a/etl/steps/data/grapher/fasttrack/latest/nuclear_warhead_stockpiles.py b/etl/steps/data/grapher/fasttrack/latest/nuclear_warhead_stockpiles.py new file mode 100644 index 00000000000..d27ca9006ec --- /dev/null +++ b/etl/steps/data/grapher/fasttrack/latest/nuclear_warhead_stockpiles.py @@ -0,0 +1,40 @@ +import pandas as pd + +from etl.helpers import PathFinder, create_dataset, get_metadata_path +from etl.snapshot import Snapshot + +paths = PathFinder(__file__) + + +def run(dest_dir: str) -> None: + # load snapshot + snap = Snapshot("fasttrack/latest/nuclear_warhead_stockpiles.csv") + + # load data + tb = snap.read_csv() + + # add dimensions with dim_ prefix + dims = [c for c in tb.columns if c.startswith("dim_")] + dims_without_prefix = [c[4:] for c in dims] + + if dims: + tb = tb.rename(columns={d: dw for d, dw in zip(dims, dims_without_prefix)}) + + if uses_dates(tb["year"]): + tb = tb.rename(columns={"year": "date"}).format(["country", "date"] + dims_without_prefix) + else: + tb = tb.format(["country", "year"] + dims_without_prefix) + + # add table, update metadata from *.meta.yml and save + ds = create_dataset(dest_dir, tables=[tb], default_metadata=snap.metadata) + + # override metadata if necessary + meta_path = get_metadata_path(dest_dir).with_suffix(".override.yml") + if meta_path.exists(): + ds.update_metadata(meta_path) + + ds.save() + + +def uses_dates(s: pd.Series) -> bool: + return pd.to_datetime(s, errors="coerce", format="%Y-%m-%d").notnull().all() diff --git a/etl/steps/data/grapher/fasttrack/latest/pain_hours_hen_systems.meta.yml b/etl/steps/data/grapher/fasttrack/latest/pain_hours_hen_systems.meta.yml index f5b32980f62..83049793925 100644 --- a/etl/steps/data/grapher/fasttrack/latest/pain_hours_hen_systems.meta.yml +++ b/etl/steps/data/grapher/fasttrack/latest/pain_hours_hen_systems.meta.yml @@ -1,69 +1,68 @@ dataset: - sources: - - name: Welfare Footprint based on Schuck-Paim and Alonso (2021) - published_by: Welfare Footprint - publication_year: 2021 - url: https://welfarefootprint.org/research-projects/laying-hens/ + title: Pain hours of hen systems (Welfare Footprint) + description: '' + licenses: + - {} tables: pain_hours_hen_systems: variables: total_hours_of_pain: title: Total hours of pain - short_unit: hours unit: hours - description: The total number of hours an average hen will spend in pain, regardless of the intensity. - display: - numDecimalPlaces: 0 - sources: - - name: Welfare Footprint based on Schuck-Paim and Alonso (2021) - published_by: Welfare Footprint - publication_year: 2021 - url: https://welfarefootprint.org/research-projects/laying-hens/ - excrutiating_pain: - title: Excrutiating pain short_unit: hours - unit: hours - description: The number of hours an average hen will spend in excrutiating pain. display: - numDecimalPlaces: 2 - sources: - - name: Welfare Footprint based on Schuck-Paim and Alonso (2021) - published_by: Welfare Footprint - publication_year: 2021 - url: https://welfarefootprint.org/research-projects/laying-hens/ - disabling_pain: - title: Disabling pain - short_unit: hours + numDecimalPlaces: 0.0 + description: The total number of hours an average hen will spend in pain, regardless of the intensity. + excrutiating_pain_in_hours: + title: Excrutiating pain in hours unit: hours - description: The number of hours an average hen will spend in disabling pain. - display: - numDecimalPlaces: 0 - sources: - - name: Welfare Footprint based on Schuck-Paim and Alonso (2021) - published_by: Welfare Footprint - publication_year: 2021 - url: https://welfarefootprint.org/research-projects/laying-hens/ - hurtful_pain: - title: Hurtful pain short_unit: hours + display: + numDecimalPlaces: 2.0 + description: The number of hours an average hen will spend in excrutiating pain. + disabling_pain_in_hours: + title: Disabling pain in hours unit: hours - description: The number of hours an average hen will spend in hurtful pain. + short_unit: hours display: - numDecimalPlaces: 0 - sources: - - name: Welfare Footprint based on Schuck-Paim and Alonso (2021) - published_by: Welfare Footprint - publication_year: 2021 - url: https://welfarefootprint.org/research-projects/laying-hens/ - annoying_pain: - title: Annoying pain + numDecimalPlaces: 0.0 + description: The number of hours an average hen will spend in disabling pain. + hurtful_pain_in_hours: + title: Hurtful pain in hours + unit: hours short_unit: hours + display: + numDecimalPlaces: 0.0 + description: The number of hours an average hen will spend in hurtful pain. + annoying_pain_in_hours: + title: Annoying pain in hours unit: hours - description: The number of hours an average hen will spend in annoying pain. + short_unit: hours display: - numDecimalPlaces: 0 - sources: - - name: Welfare Footprint based on Schuck-Paim and Alonso (2021) - published_by: Welfare Footprint - publication_year: 2021 - url: https://welfarefootprint.org/research-projects/laying-hens/ + numDecimalPlaces: 0.0 + description: The number of hours an average hen will spend in annoying pain. + total_days_of_pain: + title: Total days of pain + unit: days + short_unit: days + description: The total number of days an average hen will spend in pain, regardless of the intensity. + excrutiating_pain_in_days: + title: Excrutiating pain in days + unit: days + short_unit: days + description: The number of days an average hen will spend in excrutiating pain. + disabling_pain_in_days: + title: Disabling pain in days + unit: days + short_unit: days + description: The number of days an average hen will spend in disabling pain. + hurtful_pain_in_days: + title: Hurtful pain in days + unit: days + short_unit: days + description: The number of days an average hen will spend in hurtful pain. + annoying_pain_in_days: + title: Annoying pain in days + unit: days + short_unit: days + description: The number of days an average hen will spend in annoying pain. diff --git a/etl/steps/data/grapher/fasttrack/latest/pain_hours_hen_systems.py b/etl/steps/data/grapher/fasttrack/latest/pain_hours_hen_systems.py index 2a12110de76..b7bce222145 100644 --- a/etl/steps/data/grapher/fasttrack/latest/pain_hours_hen_systems.py +++ b/etl/steps/data/grapher/fasttrack/latest/pain_hours_hen_systems.py @@ -1,10 +1,9 @@ import pandas as pd -from owid import catalog -from etl.helpers import PathFinder, create_dataset +from etl.helpers import PathFinder, create_dataset, get_metadata_path from etl.snapshot import Snapshot -P = PathFinder(__file__) +paths = PathFinder(__file__) def run(dest_dir: str) -> None: @@ -12,11 +11,30 @@ def run(dest_dir: str) -> None: snap = Snapshot("fasttrack/latest/pain_hours_hen_systems.csv") # load data - data = pd.read_csv(snap.path) + tb = snap.read_csv() - # create empty dataframe and table - tb = catalog.Table(data, short_name=P.short_name) + # add dimensions with dim_ prefix + dims = [c for c in tb.columns if c.startswith("dim_")] + dims_without_prefix = [c[4:] for c in dims] + + if dims: + tb = tb.rename(columns={d: dw for d, dw in zip(dims, dims_without_prefix)}) + + if uses_dates(tb["year"]): + tb = tb.rename(columns={"year": "date"}).format(["country", "date"] + dims_without_prefix) + else: + tb = tb.format(["country", "year"] + dims_without_prefix) # add table, update metadata from *.meta.yml and save ds = create_dataset(dest_dir, tables=[tb], default_metadata=snap.metadata) + + # override metadata if necessary + meta_path = get_metadata_path(dest_dir).with_suffix(".override.yml") + if meta_path.exists(): + ds.update_metadata(meta_path) + ds.save() + + +def uses_dates(s: pd.Series) -> bool: + return pd.to_datetime(s, errors="coerce", format="%Y-%m-%d").notnull().all() diff --git a/etl/steps/data/grapher/fasttrack/latest/plastic_waste_meijer_2021.meta.yml b/etl/steps/data/grapher/fasttrack/latest/plastic_waste_meijer_2021.meta.yml index d7c1587f391..a3e10290266 100644 --- a/etl/steps/data/grapher/fasttrack/latest/plastic_waste_meijer_2021.meta.yml +++ b/etl/steps/data/grapher/fasttrack/latest/plastic_waste_meijer_2021.meta.yml @@ -3,12 +3,6 @@ dataset: description: '' licenses: - {} - sources: - - name: Plastic ocean waste and pollution (Meijer et al. 2021) - url: https://www.science.org/doi/10.1126/sciadv.aaz5803 - publication_year: '2021' - published_by: Meijer, L. J., Van Emmerik, T., Van Der Ent, R., Schmidt, C., & Lebreton, L. (2021). More than 1000 rivers - account for 80% of global riverine plastic emissions into the ocean. Science Advances, 7(18), eaaz5803. tables: plastic_waste_meijer_2021: variables: diff --git a/etl/steps/data/grapher/fasttrack/latest/plastic_waste_meijer_2021.py b/etl/steps/data/grapher/fasttrack/latest/plastic_waste_meijer_2021.py index 0c199a44836..af0c97aade1 100644 --- a/etl/steps/data/grapher/fasttrack/latest/plastic_waste_meijer_2021.py +++ b/etl/steps/data/grapher/fasttrack/latest/plastic_waste_meijer_2021.py @@ -1,7 +1,6 @@ import pandas as pd -from owid import catalog -from etl.helpers import PathFinder, create_dataset +from etl.helpers import PathFinder, create_dataset, get_metadata_path from etl.snapshot import Snapshot paths = PathFinder(__file__) @@ -12,11 +11,30 @@ def run(dest_dir: str) -> None: snap = Snapshot("fasttrack/latest/plastic_waste_meijer_2021.csv") # load data - data = pd.read_csv(snap.path) + tb = snap.read_csv() - # create empty dataframe and table - tb = catalog.Table(data, short_name=paths.short_name) + # add dimensions with dim_ prefix + dims = [c for c in tb.columns if c.startswith("dim_")] + dims_without_prefix = [c[4:] for c in dims] + + if dims: + tb = tb.rename(columns={d: dw for d, dw in zip(dims, dims_without_prefix)}) + + if uses_dates(tb["year"]): + tb = tb.rename(columns={"year": "date"}).format(["country", "date"] + dims_without_prefix) + else: + tb = tb.format(["country", "year"] + dims_without_prefix) # add table, update metadata from *.meta.yml and save - ds = create_dataset(dest_dir, tables=[tb.set_index(["country", "year"])], default_metadata=snap.metadata) + ds = create_dataset(dest_dir, tables=[tb], default_metadata=snap.metadata) + + # override metadata if necessary + meta_path = get_metadata_path(dest_dir).with_suffix(".override.yml") + if meta_path.exists(): + ds.update_metadata(meta_path) + ds.save() + + +def uses_dates(s: pd.Series) -> bool: + return pd.to_datetime(s, errors="coerce", format="%Y-%m-%d").notnull().all() diff --git a/etl/steps/data/grapher/fasttrack/latest/sentience_institute.meta.yml b/etl/steps/data/grapher/fasttrack/latest/sentience_institute.meta.yml index 737a84df55d..269bf760b42 100644 --- a/etl/steps/data/grapher/fasttrack/latest/sentience_institute.meta.yml +++ b/etl/steps/data/grapher/fasttrack/latest/sentience_institute.meta.yml @@ -3,11 +3,6 @@ dataset: description: '' licenses: - {} - sources: - - name: 'Sentience Institute. Animals, Food, and Technology (AFT) Survey: 2021 Update.' - url: https://www.sentienceinstitute.org/aft-survey-2021 - publication_year: '2021' - published_by: Sentience Institute tables: sentience_institute: variables: diff --git a/etl/steps/data/grapher/fasttrack/latest/sentience_institute.py b/etl/steps/data/grapher/fasttrack/latest/sentience_institute.py index 687cd4deb83..8a413131d69 100644 --- a/etl/steps/data/grapher/fasttrack/latest/sentience_institute.py +++ b/etl/steps/data/grapher/fasttrack/latest/sentience_institute.py @@ -1,7 +1,6 @@ import pandas as pd -from owid import catalog -from etl.helpers import PathFinder, create_dataset +from etl.helpers import PathFinder, create_dataset, get_metadata_path from etl.snapshot import Snapshot paths = PathFinder(__file__) @@ -12,11 +11,30 @@ def run(dest_dir: str) -> None: snap = Snapshot("fasttrack/latest/sentience_institute.csv") # load data - data = pd.read_csv(snap.path) + tb = snap.read_csv() - # create empty dataframe and table - tb = catalog.Table(data, short_name=paths.short_name) + # add dimensions with dim_ prefix + dims = [c for c in tb.columns if c.startswith("dim_")] + dims_without_prefix = [c[4:] for c in dims] + + if dims: + tb = tb.rename(columns={d: dw for d, dw in zip(dims, dims_without_prefix)}) + + if uses_dates(tb["year"]): + tb = tb.rename(columns={"year": "date"}).format(["country", "date"] + dims_without_prefix) + else: + tb = tb.format(["country", "year"] + dims_without_prefix) # add table, update metadata from *.meta.yml and save - ds = create_dataset(dest_dir, tables=[tb.set_index(["country", "year"])], default_metadata=snap.metadata) + ds = create_dataset(dest_dir, tables=[tb], default_metadata=snap.metadata) + + # override metadata if necessary + meta_path = get_metadata_path(dest_dir).with_suffix(".override.yml") + if meta_path.exists(): + ds.update_metadata(meta_path) + ds.save() + + +def uses_dates(s: pd.Series) -> bool: + return pd.to_datetime(s, errors="coerce", format="%Y-%m-%d").notnull().all() diff --git a/etl/steps/data/grapher/fasttrack/latest/treatment_gap_anxiety_disorders_world_mental_health_surveys.meta.yml b/etl/steps/data/grapher/fasttrack/latest/treatment_gap_anxiety_disorders_world_mental_health_surveys.meta.yml index a85f3078d93..ac639754121 100644 --- a/etl/steps/data/grapher/fasttrack/latest/treatment_gap_anxiety_disorders_world_mental_health_surveys.meta.yml +++ b/etl/steps/data/grapher/fasttrack/latest/treatment_gap_anxiety_disorders_world_mental_health_surveys.meta.yml @@ -1,78 +1,40 @@ dataset: - namespace: fasttrack - version: latest - short_name: treatment_gap_anxiety_disorders_world_mental_health_surveys - title: Treatment gap for anxiety disorders - World Mental Health Surveys - Alonso - et al. 2017 - description: 'This dataset comes from the World Mental Health surveys, which conducted - national studies in 21 countries, using validated structured interviews to survey - members of the general population about symptoms of mental illnesses they had - in the past 12 months and their lifetime so far. The source describes the dataset: - "Data came from 24 community epidemiological surveys administered in 21 countries - as part of the WMH surveys (Kessler & Ustun, 2004). These included 12 surveys - carried out in high-income countries, 6 surveys in upper-middle-income countries - and 6 in low or lower-middle income countries (see table 1). The majority of surveys - were based on nationally representative household samples. Three were representative - of urban areas in their countries (Colombia, Mexico, and Peru). Three were representative - of selected regions in their countries (Japan, Nigeria, and Murcia, Spain). Four - were representative of selected Metropolitan Areas (Sao Paulo, Brazil; Medellin, - Colombia; and Beijing-Shanghai and Shenzhen in the People’s Republic of China - (PRC)). Trained lay interviewers conducted face-to-face interviews with respondents, - aged 18 years and over. The interviews took place within the households of the - respondents. To reduce respondent burden, the interview was divided into two parts. - Part I assessed core mental disorders and was administered to all respondents. - Part II, which assessed additional disorders and correlates, was administered - to all Part I respondents who met lifetime criteria for any disorder plus a probability - subsample of other Part I respondents. Part II data, the focus of this report, - were weighted by the inverse of their probabilities of selection into Part II - and additionally weighted to adjust samples to match population distributions - on the cross-classification of key socio-demographic and geographic variables. - Further details about WMH sampling and weighting are available elsewhere(Heeringa - et al., 2008). Response rates ranged between 45.9% and 97.2% and had a weighted - average of 70.1% across all surveys."' - sources: - - name: Treatment gap for anxiety disorders - World Mental Health Surveys - Alonso - et al. 2017 - published_by: Alonso et al. (2017) - description: Data comes from Community surveys of the general population - publication_year: 2017 - date_accessed: 2023-05-11 - url: https://pubmed.ncbi.nlm.nih.gov/29356216/ + title: Treatment gap for anxiety disorders - World Mental Health Surveys - Alonso et al. 2017 + description: |- + This dataset comes from the World Mental Health surveys, which conducted national studies in 21 countries, using validated structured interviews to survey members of the general population about symptoms of mental illnesses they had in the past 12 months and their lifetime so far. The source describes the dataset: "Data came from 24 community epidemiological surveys administered in 21 countries as part of the WMH surveys (Kessler & Ustun, 2004). These included 12 surveys carried out in high-income countries, 6 surveys in upper-middle-income countries and 6 in low or lower-middle income countries (see table 1). The majority of surveys were based on nationally representative household samples. Three were representative of urban areas in their countries (Colombia, Mexico, and Peru). Three were representative of selected regions in their countries (Japan, Nigeria, and Murcia, Spain). Four were representative of selected Metropolitan Areas (Sao Paulo, Brazil; Medellin, Colombia; and Beijing-Shanghai and Shenzhen in the People’s Republic of China (PRC)). Trained lay interviewers conducted face-to-face interviews with respondents, aged 18 years and over. The interviews took place within the households of the respondents. To reduce respondent burden, the interview was divided into two parts. Part I assessed core mental disorders and was administered to all respondents. Part II, which assessed additional disorders and correlates, was administered to all Part I respondents who met lifetime criteria for any disorder plus a probability subsample of other Part I respondents. Part II data, the focus of this report, were weighted by the inverse of their probabilities of selection into Part II and additionally weighted to adjust samples to match population distributions on the cross-classification of key socio-demographic and geographic variables. Further details about WMH sampling and weighting are available elsewhere(Heeringa et al., 2008). Response rates ranged between 45.9% and 97.2% and had a weighted average of 70.1% across all surveys." + licenses: + - name: Made freely available by authors + url: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6008788/ tables: treatment_gap_anxiety_disorders_world_mental_health_surveys: variables: _12_month_anxiety_disorder: title: 12 month anxiety disorder - short_unit: '%' unit: '%' - description: Share who met the criteria for having an anxiety disorder in - the past 12 months. The Composite International Diagnostic Interview (CIDI) - was used to interview participants about symptoms of anxiety. + short_unit: '%' + description: |- + Share who met the criteria for having an anxiety disorder in the past 12 months. The Composite International Diagnostic Interview (CIDI) was used to interview participants about symptoms of anxiety. any_treatment__conditional: title: Any treatment, conditional - short_unit: '%' unit: '%' - description: Share who received any treatment, among those who met the criteria - for an anxiety disorder in the past 12 months. + short_unit: '%' + description: Share who received any treatment, among those who met the criteria for an anxiety disorder in the past + 12 months. possibly_adequate_treatment__conditional: title: Possibly adequate treatment, conditional - short_unit: '%' unit: '%' - description: Share who received potentially adequate treatment, among those - who met the criteria for an anxiety disorder in the past 12 months. "Potentially - adequate treatment" was defined as pharmacological medication, psychotherapy, - or complementary alternative medicine. + short_unit: '%' + description: |- + Share who received potentially adequate treatment, among those who met the criteria for an anxiety disorder in the past 12 months. "Potentially adequate treatment" was defined as pharmacological medication, psychotherapy, or complementary alternative medicine. any_treatment: title: Any treatment - short_unit: '%' unit: '%' - description: Share who met the criteria for having an anxiety disorder in - the past 12 months and received any treatment for it. + short_unit: '%' + description: Share who met the criteria for having an anxiety disorder in the past 12 months and received any treatment + for it. possibly_adequate_treatment: title: Possibly adequate treatment - short_unit: '%' unit: '%' - description: Share who met the criteria for having an anxiety disorder in - the past 12 months and received potentially adequate treatment for it. "Potentially - adequate treatment" was defined as pharmacological medication, psychotherapy, - or complementary alternative medicine. + short_unit: '%' + description: |- + Share who met the criteria for having an anxiety disorder in the past 12 months and received potentially adequate treatment for it. "Potentially adequate treatment" was defined as pharmacological medication, psychotherapy, or complementary alternative medicine. diff --git a/etl/steps/data/grapher/fasttrack/latest/treatment_gap_anxiety_disorders_world_mental_health_surveys.py b/etl/steps/data/grapher/fasttrack/latest/treatment_gap_anxiety_disorders_world_mental_health_surveys.py index 667ddeb4ecd..e6fe95e7448 100644 --- a/etl/steps/data/grapher/fasttrack/latest/treatment_gap_anxiety_disorders_world_mental_health_surveys.py +++ b/etl/steps/data/grapher/fasttrack/latest/treatment_gap_anxiety_disorders_world_mental_health_surveys.py @@ -1,21 +1,40 @@ import pandas as pd -from owid import catalog -from etl.helpers import PathFinder, create_dataset +from etl.helpers import PathFinder, create_dataset, get_metadata_path from etl.snapshot import Snapshot -P = PathFinder(__file__) +paths = PathFinder(__file__) def run(dest_dir: str) -> None: # load snapshot - data = pd.read_csv( - Snapshot("fasttrack/latest/treatment_gap_anxiety_disorders_world_mental_health_surveys.csv").path - ) + snap = Snapshot("fasttrack/latest/treatment_gap_anxiety_disorders_world_mental_health_surveys.csv") - # create empty dataframe and table - tb = catalog.Table(data, short_name=P.short_name) + # load data + tb = snap.read_csv() + + # add dimensions with dim_ prefix + dims = [c for c in tb.columns if c.startswith("dim_")] + dims_without_prefix = [c[4:] for c in dims] + + if dims: + tb = tb.rename(columns={d: dw for d, dw in zip(dims, dims_without_prefix)}) + + if uses_dates(tb["year"]): + tb = tb.rename(columns={"year": "date"}).format(["country", "date"] + dims_without_prefix) + else: + tb = tb.format(["country", "year"] + dims_without_prefix) # add table, update metadata from *.meta.yml and save - ds = create_dataset(dest_dir, tables=[tb]) + ds = create_dataset(dest_dir, tables=[tb], default_metadata=snap.metadata) + + # override metadata if necessary + meta_path = get_metadata_path(dest_dir).with_suffix(".override.yml") + if meta_path.exists(): + ds.update_metadata(meta_path) + ds.save() + + +def uses_dates(s: pd.Series) -> bool: + return pd.to_datetime(s, errors="coerce", format="%Y-%m-%d").notnull().all() diff --git a/etl/steps/data/grapher/fasttrack/latest/whm_treatment_gap_anxiety_disorders.meta.yml b/etl/steps/data/grapher/fasttrack/latest/whm_treatment_gap_anxiety_disorders.meta.yml index a5e2e7d9488..8b91dd1f1ae 100644 --- a/etl/steps/data/grapher/fasttrack/latest/whm_treatment_gap_anxiety_disorders.meta.yml +++ b/etl/steps/data/grapher/fasttrack/latest/whm_treatment_gap_anxiety_disorders.meta.yml @@ -1,107 +1,64 @@ dataset: - namespace: fasttrack - version: latest - short_name: whm_treatment_gap_anxiety_disorders title: Treatment gap for anxiety disorders (WMH, 2017) - description: 'This dataset comes from the World Mental Health surveys, which conducted - national studies in 21 countries, using validated structured interviews to survey - members of the general population about symptoms of mental illnesses they had - in the past 12 months and their lifetime so far. The source describes the dataset: - "Data came from 24 community epidemiological surveys administered in 21 countries - as part of the WMH surveys (Kessler & Ustun, 2004). These included 12 surveys - carried out in high-income countries, 6 surveys in upper-middle-income countries - and 6 in low or lower-middle income countries (see table 1). The majority of surveys - were based on nationally representative household samples. Three were representative - of urban areas in their countries (Colombia, Mexico, and Peru). Three were representative - of selected regions in their countries (Japan, Nigeria, and Murcia, Spain). Four - were representative of selected Metropolitan Areas (Sao Paulo, Brazil; Medellin, - Colombia; and Beijing-Shanghai and Shenzhen in the People’s Republic of China - (PRC)). Trained lay interviewers conducted face-to-face interviews with respondents, - aged 18 years and over. The interviews took place within the households of the - respondents. To reduce respondent burden, the interview was divided into two parts. - Part I assessed core mental disorders and was administered to all respondents. - Part II, which assessed additional disorders and correlates, was administered - to all Part I respondents who met lifetime criteria for any disorder plus a probability - subsample of other Part I respondents. Part II data, the focus of this report, - were weighted by the inverse of their probabilities of selection into Part II - and additionally weighted to adjust samples to match population distributions - on the cross-classification of key socio-demographic and geographic variables. - Further details about WMH sampling and weighting are available elsewhere(Heeringa - et al., 2008). Response rates ranged between 45.9% and 97.2% and had a weighted - average of 70.1% across all surveys."' - sources: - - name: Treatment gap for anxiety disorders - World Mental Health Surveys - Alonso - et al. 2017 - published_by: Alonso et al. (2017) - description: Data comes from Community surveys of the general population - publication_year: 2017 - date_accessed: 2023-05-11 - url: https://pubmed.ncbi.nlm.nih.gov/29356216/ + description: |- + This dataset comes from the World Mental Health surveys, which conducted national studies in 21 countries, using validated structured interviews to survey members of the general population about symptoms of mental illnesses they had in the past 12 months and their lifetime so far. The source describes the dataset: "Data came from 24 community epidemiological surveys administered in 21 countries as part of the WMH surveys (Kessler & Ustun, 2004). These included 12 surveys carried out in high-income countries, 6 surveys in upper-middle-income countries and 6 in low or lower-middle income countries (see table 1). The majority of surveys were based on nationally representative household samples. Three were representative of urban areas in their countries (Colombia, Mexico, and Peru). Three were representative of selected regions in their countries (Japan, Nigeria, and Murcia, Spain). Four were representative of selected Metropolitan Areas (Sao Paulo, Brazil; Medellin, Colombia; and Beijing-Shanghai and Shenzhen in the People’s Republic of China (PRC)). Trained lay interviewers conducted face-to-face interviews with respondents, aged 18 years and over. The interviews took place within the households of the respondents. To reduce respondent burden, the interview was divided into two parts. Part I assessed core mental disorders and was administered to all respondents. Part II, which assessed additional disorders and correlates, was administered to all Part I respondents who met lifetime criteria for any disorder plus a probability subsample of other Part I respondents. Part II data, the focus of this report, were weighted by the inverse of their probabilities of selection into Part II and additionally weighted to adjust samples to match population distributions on the cross-classification of key socio-demographic and geographic variables. Further details about WMH sampling and weighting are available elsewhere(Heeringa et al., 2008). Response rates ranged between 45.9% and 97.2% and had a weighted average of 70.1% across all surveys." + licenses: + - name: Made freely available by authors + url: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6008788/ tables: whm_treatment_gap_anxiety_disorders: variables: _12_month_anxiety_disorder: title: 12 month anxiety disorder - short_unit: '%' unit: '%' - description: Share who met the criteria for having an anxiety disorder in - the past 12 months. The Composite International Diagnostic Interview (CIDI) - was used to interview participants about symptoms of anxiety. + short_unit: '%' + description: |- + Share who met the criteria for having an anxiety disorder in the past 12 months. The Composite International Diagnostic Interview (CIDI) was used to interview participants about symptoms of anxiety. any_treatment: title: Any treatment - short_unit: '%' unit: '%' - description: Share who met the criteria for having an anxiety disorder in - the past 12 months and received any treatment for it. + short_unit: '%' + description: Share who met the criteria for having an anxiety disorder in the past 12 months and received any treatment + for it. any_treatment__conditional: title: Any treatment, conditional - short_unit: '%' unit: '%' - description: Share who received any treatment, among those who met the criteria - for an anxiety disorder in the past 12 months. + short_unit: '%' + description: Share who received any treatment, among those who met the criteria for an anxiety disorder in the past + 12 months. possibly_adequate_treatment: title: Potentially adequate treatment - short_unit: '%' unit: '%' - description: Share who met the criteria for having an anxiety disorder in - the past 12 months and received potentially adequate treatment for it. "Potentially - adequate treatment" was defined as pharmacological medication, psychotherapy, - or complementary alternative medicine. + short_unit: '%' + description: |- + Share who met the criteria for having an anxiety disorder in the past 12 months and received potentially adequate treatment for it. "Potentially adequate treatment" was defined as pharmacological medication, psychotherapy, or complementary alternative medicine. possibly_adequate_treatment__conditional: title: Potentially adequate treatment, conditional - short_unit: '%' unit: '%' - description: Share who received potentially adequate treatment, among those - who met the criteria for an anxiety disorder in the past 12 months. "Potentially - adequate treatment" was defined as pharmacological medication, psychotherapy, - or complementary alternative medicine. + short_unit: '%' + description: |- + Share who received potentially adequate treatment, among those who met the criteria for an anxiety disorder in the past 12 months. "Potentially adequate treatment" was defined as pharmacological medication, psychotherapy, or complementary alternative medicine. other_treatments: title: Other treatments - short_unit: '%' unit: '%' - description: Share who met the criteria for having an anxiety disorder in - the past 12 months and received a treatment that potentially is not adequate. - "Other treatment" was defined as seeing a religious or spiritual advisor, - social worker, or counsellor in any setting other than specialist mental - health. + short_unit: '%' + description: |- + Share who met the criteria for having an anxiety disorder in the past 12 months and received a treatment that potentially is not adequate. "Other treatment" was defined as seeing a religious or spiritual advisor, social worker, or counsellor in any setting other than specialist mental health. other_treatments__conditional: title: Other treatments, conditional - short_unit: '%' unit: '%' - description: Share who received a treatment that potentially is not adequate, - among those who met the criteria for an anxiety disorder in the past 12 - months. "Other treatment" was defined as seeing a religious or spiritual - advisor, social worker, or counsellor in any setting other than specialist - mental health. + short_unit: '%' + description: |- + Share who received a treatment that potentially is not adequate, among those who met the criteria for an anxiety disorder in the past 12 months. "Other treatment" was defined as seeing a religious or spiritual advisor, social worker, or counsellor in any setting other than specialist mental health. untreated: title: Untreated - short_unit: '%' unit: '%' - description: Share who met the criteria for having an anxiety disorder in - the past 12 months and did not receive any treatment for it. + short_unit: '%' + description: |- + Share who met the criteria for having an anxiety disorder in the past 12 months and did not receive any treatment for it. untreated__conditional: title: Untreated, conditional - short_unit: '%' unit: '%' - description: Share who did not receive any treatment, among those who met - the criteria for an anxiety disorder in the past 12 months. + short_unit: '%' + description: Share who did not receive any treatment, among those who met the criteria for an anxiety disorder in + the past 12 months. diff --git a/etl/steps/data/grapher/fasttrack/latest/whm_treatment_gap_anxiety_disorders.py b/etl/steps/data/grapher/fasttrack/latest/whm_treatment_gap_anxiety_disorders.py index b845b23302a..b05e7621518 100644 --- a/etl/steps/data/grapher/fasttrack/latest/whm_treatment_gap_anxiety_disorders.py +++ b/etl/steps/data/grapher/fasttrack/latest/whm_treatment_gap_anxiety_disorders.py @@ -1,19 +1,40 @@ import pandas as pd -from owid import catalog -from etl.helpers import PathFinder, create_dataset +from etl.helpers import PathFinder, create_dataset, get_metadata_path from etl.snapshot import Snapshot -P = PathFinder(__file__) +paths = PathFinder(__file__) def run(dest_dir: str) -> None: # load snapshot - data = pd.read_csv(Snapshot("fasttrack/latest/whm_treatment_gap_anxiety_disorders.csv").path) + snap = Snapshot("fasttrack/latest/whm_treatment_gap_anxiety_disorders.csv") - # create empty dataframe and table - tb = catalog.Table(data, short_name=P.short_name) + # load data + tb = snap.read_csv() + + # add dimensions with dim_ prefix + dims = [c for c in tb.columns if c.startswith("dim_")] + dims_without_prefix = [c[4:] for c in dims] + + if dims: + tb = tb.rename(columns={d: dw for d, dw in zip(dims, dims_without_prefix)}) + + if uses_dates(tb["year"]): + tb = tb.rename(columns={"year": "date"}).format(["country", "date"] + dims_without_prefix) + else: + tb = tb.format(["country", "year"] + dims_without_prefix) # add table, update metadata from *.meta.yml and save - ds = create_dataset(dest_dir, tables=[tb]) + ds = create_dataset(dest_dir, tables=[tb], default_metadata=snap.metadata) + + # override metadata if necessary + meta_path = get_metadata_path(dest_dir).with_suffix(".override.yml") + if meta_path.exists(): + ds.update_metadata(meta_path) + ds.save() + + +def uses_dates(s: pd.Series) -> bool: + return pd.to_datetime(s, errors="coerce", format="%Y-%m-%d").notnull().all() diff --git a/snapshots/fasttrack/2022-11-01/lighting_efficiency_uk.csv.dvc b/snapshots/fasttrack/2022-11-01/lighting_efficiency_uk.csv.dvc index a8571c72af8..40805443ffa 100644 --- a/snapshots/fasttrack/2022-11-01/lighting_efficiency_uk.csv.dvc +++ b/snapshots/fasttrack/2022-11-01/lighting_efficiency_uk.csv.dvc @@ -1,18 +1,18 @@ meta: - namespace: fasttrack - short_name: lighting_efficiency_uk - file_extension: csv - date_accessed: 2023-01-20 + source: + name: |- + Fouquet & Pearson (2006). Seven centuries of energy services: The price and use of light in the United Kingdom (1300-2000). + url: https://www.jstor.org/stable/23296980 + source_data_url: |- + gAAAAABnRYZlXxepMAB9sIKn_qv_qmZn_zxaLMC7r6W0Pm4yDGaffkjMBQa1ovpzqTVnmQFcclmueGVS_TPk9_ethfFaKeAVFo7yRlvM-T5Vn56IJP1ZDGZzGF1pZQtvwvsWCYq7O_ZzRq9mGI439QHZ5s-0oewSvJFcpvI_Nc1EqVdsO-Hyb3hKhvCdXuR5Sg_E0gtagMAeh0KT8kAYTIxfAVtj29fY5yVUXXQU76CEkSRtenAVfSYjMD7hwik8ZFaG-fS-XRrP + date_accessed: '2024-11-26' + published_by: |- + Fouquet, R., & Pearson, P. J. (2006). Seven centuries of energy services: The price and use of light in the United Kingdom (1300-2000). The energy journal, 27(1). name: Lighting effiency and shares in the UK description: '' - source_name: Google Sheet - url: https://www.jstor.org/stable/23296980 - source_published_by: Google Sheet - source_data_url: gAAAAABjykepDM9qSPmcia30Y6XfRfCAr-IVVU4MKQ-5uronVcInRAbQENcbYoFR7vrbbSMRsNqulOO1uRMVdAZ3lQIdTl_fQNWcRFmxC1V8nujs-6pa5aXPNDAmm4mOtKD_d--xITDJEdrwIFi-xCKtZmx7oLm8b-sbG2b1WEvUHKbJAIARIgw1PEA_7KQEhiKmbnpU-SjalCi-9PAeMKUDtsQhxAYSBtkOUwXt7_HCq5UBYPvqA_N8fUw5pb7MDILs0bScwGzY + license: {} is_public: false - version: '2022-11-01' -wdir: ../../../data/snapshots/fasttrack/2022-11-01 outs: -- md5: 7e2d4e77b9c23946c89c518df591a009 - size: 747 - path: lighting_efficiency_uk.csv + - md5: 8de6c6871078ece444a6c927db29ad48 + size: 679 + path: lighting_efficiency_uk.csv diff --git a/snapshots/fasttrack/2023-01-19/food_expenditures_by_country.csv.dvc b/snapshots/fasttrack/2023-01-19/food_expenditures_by_country.csv.dvc deleted file mode 100644 index e0179559e5b..00000000000 --- a/snapshots/fasttrack/2023-01-19/food_expenditures_by_country.csv.dvc +++ /dev/null @@ -1,18 +0,0 @@ -meta: - namespace: fasttrack - short_name: food_expenditures_by_country - file_extension: csv - date_accessed: 2023-01-20 - name: Food expenditures by country (USDA, 2023) - description: '' - source_name: Google Sheet - url: https://www.ers.usda.gov/topics/international-markets-u-s-trade/international-consumer-and-food-industry-trends/#data - source_published_by: Google Sheet - source_data_url: gAAAAABjyoIXcZhrrY4oOnHOyLS8RohUA72-X3Z1ZHFU7A_Vmg60iZNiXhYuAi99P34Qs5wXDznB_BK-KyzpkEgsV9mGZ5miuZGV0RPrTrIrHdqBDozjzbbYdUE5N_yzDQFtHTcsD_2cIiqrqby4ZJrM2xRnegMQ5kQvMD8tdajOp9438_qAgKpz5ejRVYabGGuL88EXxtOds8UsvHhaPqwMb9_xe7GXVdEGRNIsEzzSJqZHFkCkj_R-Vzg2lHP1tgSLVeULyb2i - is_public: false - version: '2023-01-19' -wdir: ../../../data/snapshots/fasttrack/2023-01-19 -outs: -- md5: b03947c40e7c56fa98f08b06fea563e4 - size: 6497 - path: food_expenditures_by_country.csv diff --git a/snapshots/fasttrack/2023-03-27/global_warming_contributions.csv.dvc b/snapshots/fasttrack/2023-03-27/global_warming_contributions.csv.dvc index 596a41eeb39..574f274fa94 100644 --- a/snapshots/fasttrack/2023-03-27/global_warming_contributions.csv.dvc +++ b/snapshots/fasttrack/2023-03-27/global_warming_contributions.csv.dvc @@ -1,8 +1,13 @@ meta: - namespace: fasttrack - short_name: global_warming_contributions - file_extension: csv - date_accessed: 2023-03-29 + source: + name: Matthew Jones et al. (2023) + url: https://doi.org/10.5281/zenodo.7636699 + source_data_url: |- + gAAAAABnRYaj4DTXeJP0ir8ExcuaJRXjM2guld5knTOnakD5MVRDT9gg0A5PS-3i584pjGjV-RpP-30PBWfwi7DcqsY2qcDyjtdELFAz_0YeiJPZBPjb6SgpO5xGPJq5HBzJugTrPm15GuJ0ntAZGz3mh13Ev2eNs4AdpXcM5R2V-z9Ru3PdHs-ZFIpHVXUOD3zw5cGmm5mlCNybYfiqvFEPuhSgCP5-aWk2wZdj9Nv6rFUK6g2F1IKygoH1DUS5Gk4TciIBKcaT + date_accessed: '2024-11-26' + publication_year: 2023 + published_by: |- + Jones, Matthew W., Peters, Glen P., Gasser, Thomas, Andrew, Robbie M., Schwingshackl, Clemens, Gütschow, Johannes, Houghton, Richard A., Friedlingstein, Pierre, Pongratz, Julia, & Le Quéré, Corinne. (2023). National contributions to climate change due to historical emissions of carbon dioxide, methane and nitrous oxide [Data set]. In Scientific Data (2023.1). name: Global warming contributions description: |- Jones et al. (2023) quantify national and regional contributions to the increase of global mean surface temperature over the last few centuries. As they detail: the "dataset describing the global warming response to national emissions CO2, CH4 and N2O from fossil and land use sources during 1851-2021. @@ -14,15 +19,9 @@ meta: We construct a time series of cumulative CO2-equivalent emissions for each country, gas, and emissions source (fossil or land use). Emissions of CH4 and N2O emissions are related to cumulative CO2-equivalent emissions using the Global Warming Potential (GWP*) approach, with best-estimates of the coefficients taken from the IPCC AR6 (Forster et al., 2021). Warming in response to cumulative CO2-equivalent emissions is estimated using the transient climate response to cumulative carbon emissions (TCRE) approach, with best-estimate value of TCRE taken from the IPCC AR6 (Forster et al., 2021, Canadell et al., 2021). 'Warming' is specifically the change in global mean surface temperature (GMST)." - source_name: Google Sheet - url: https://doi.org/10.5281/zenodo.7636699 - source_published_by: Google Sheet - source_data_url: gAAAAABkJA7WvCo-f3u_JMGUF9cid_2fGu1DIt-m-5KWm8yczckrjMqCtatgoUgl0ndutC89gy_T0x7nP0SLoOLFwT9QPPBnHhk1q4NVdXRQmQGqtMUZ9fpI3ihqHUGi536Kh2baRyUgXWQFBG_3QPLq0gLEMs2o9zYNx_e0ZxsXrNrIsTCjtopQEeV4Wwc_h2dk_5l4i-MYFbNSbqs6hXMMmUAKRMIKmwxQG8pKnjgAoYSQZclY581EqJrFjRKnmFGSXbLnc6i4 + license: {} is_public: false - version: '2023-03-27' - publication_year: 2023 -wdir: ../../../data/snapshots/fasttrack/2023-03-27 outs: -- md5: 48f8ff1455c82c193d7e5ec1cbc58fb7 - size: 27352636 - path: global_warming_contributions.csv + - md5: 237c2f9f1ec5ffc19978b1f40d36b028 + size: 19377131 + path: global_warming_contributions.csv diff --git a/snapshots/fasttrack/2023-04-30/paratz.csv.dvc b/snapshots/fasttrack/2023-04-30/paratz.csv.dvc index d6cef55f5b9..cdab99d5e09 100644 --- a/snapshots/fasttrack/2023-04-30/paratz.csv.dvc +++ b/snapshots/fasttrack/2023-04-30/paratz.csv.dvc @@ -1,34 +1,19 @@ meta: - name: A systematic review of global autopsy rates in all-cause mortality and young - sudden death, Paratz et al (2023) - description: >- - The data for this indicator is taken from: Paratz ED, Rowe SJ, Stub D, Pflaumer - A, La Gerche A. A systematic review of - global autopsy rates in all-cause mortality and young sudden death. Heart Rhythm. - 2023 Apr;20(4):607-613. doi: 10.1016/j.hrthm.2023.01.008. - - - The data is collated from a number of published papers and databases. The year - shown reflects the date given in the database - or the year of the publication. For Spain and Australia the data is only representative - of a region of each country, Catalonia - and Victoria, respectively. source: - name: Google Sheet - description: + name: Paratz et al., (2023) url: https://www.heartrhythmjournal.com/article/S1547-5271(23)00027-9/fulltext - source_data_url: + source_data_url: |- https://docs.google.com/spreadsheets/d/e/2PACX-1vROXfyuCq1_aNHxIkLGOhbi9xZmVHFvPltm44VU__skPYh4Gn9ES8oLcgI8okIF7D4Sts_gjD9568_O/pub?output=csv - owid_data_url: - date_accessed: '2023-07-13' - publication_date: + date_accessed: '2024-11-26' publication_year: 2023 - published_by: Google Sheet - license: - name: - url: -wdir: ../../../data/snapshots/fasttrack/2023-04-30 + published_by: Heart Rhythm Journal + name: A systematic review of global autopsy rates in all-cause mortality and young sudden death, Paratz et al (2023) + description: |- + The data for this indicator is taken from: Paratz ED, Rowe SJ, Stub D, Pflaumer A, La Gerche A. A systematic review of global autopsy rates in all-cause mortality and young sudden death. Heart Rhythm. 2023 Apr;20(4):607-613. doi: 10.1016/j.hrthm.2023.01.008. + + The data is collated from a number of published papers and databases. The year shown reflects the date given in the database or the year of the publication. For Spain and Australia the data is only representative of a region of each country, Catalonia and Victoria, respectively. + license: {} outs: -- md5: 14f4576ea63fda9388db9f2c3f596990 - size: 1110 - path: paratz.csv + - md5: 14f4576ea63fda9388db9f2c3f596990 + size: 1110 + path: paratz.csv diff --git a/snapshots/fasttrack/2023-05-03/apms_2014.csv.dvc b/snapshots/fasttrack/2023-05-03/apms_2014.csv.dvc index f73e679bdc0..e9c64b5d942 100644 --- a/snapshots/fasttrack/2023-05-03/apms_2014.csv.dvc +++ b/snapshots/fasttrack/2023-05-03/apms_2014.csv.dvc @@ -1,26 +1,21 @@ meta: - namespace: fasttrack - short_name: apms_2014 - file_extension: csv - date_accessed: 2023-05-03 + source: + name: Adult Psychiatric Morbidity Survey 2014, England (2016) + url: https://www.gov.uk/government/statistics/adult-psychiatric-morbidity-survey-mental-health-and-wellbeing-england-2014 + source_data_url: |- + gAAAAABnRYjm-BZi3Nqs7In2gpZhuG03kWo5SiR_xJvXwncMzCmm--o4Z8FRFP55gIjTYun0AkKER23bHIUepBVraLszkW61lTi6JF3H7H0letw5MoLXJDe4S8UEwvkcq5h37pnxrcSJnzImSFrTQOuHF8l2kjJAF1QscQkYd_LGafvd9rWKkokdPPVLBf7iopl1gdm1gu7njbwKkauTdZyUbskGamH5fblFVs2LZv_GOGMQTv9yc4C-7dcXaRivHu-c-oU0j61D + date_accessed: '2024-11-26' + publication_year: 2016 + published_by: |- + "McManus S, Bebbington P, Jenkins R, Brugha T. (eds.) (2016) Mental health and wellbeing in England: Adult Psychiatric Morbidity Survey 2014. Leeds: NHS Digital" name: Current depression in England by age and gender (APMS, 2014) - description: This is a dataset of the prevalence of current depression in the general - population in England, living in private households. Households were sampled randomly - and individuals were interviewed using the revised Clinical Interview Schedule - (CIS-R), which is a diagnostic structured interview format to determine whether - people had common mental disorders in the past week. In this dataset, presence - of a current episode of major depression was determined. - source_name: Google Sheet - url: https://www.gov.uk/government/statistics/adult-psychiatric-morbidity-survey-mental-health-and-wellbeing-england-2014 - source_published_by: Google Sheet - source_data_url: https://docs.google.com/spreadsheets/d/e/2PACX-1vR8UNjna5w3mHijBNhbtk2vWPh_d2tYa4CrOZc2WFKeYP-ChcOCxNttPyv5izWcjnsZZv3CY2f98sd3/pub?output=csv - license_url: https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/ - license_name: Open Government Licence v3.0 + description: |- + This is a dataset of the prevalence of current depression in the general population in England, living in private households. Households were sampled randomly and individuals were interviewed using the revised Clinical Interview Schedule (CIS-R), which is a diagnostic structured interview format to determine whether people had common mental disorders in the past week. In this dataset, presence of a current episode of major depression was determined. + license: + name: Open Government Licence v3.0 + url: https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/ is_public: false - version: '2023-05-03' - publication_year: 2016 -wdir: ../../../data/snapshots/fasttrack/2023-05-03 outs: -- md5: 7a42c7cee959d16ae9d981f4b8b7ade1 - size: 288 - path: apms_2014.csv + - md5: 7a42c7cee959d16ae9d981f4b8b7ade1 + size: 288 + path: apms_2014.csv diff --git a/snapshots/fasttrack/2023-05-31/cholera.csv.dvc b/snapshots/fasttrack/2023-05-31/cholera.csv.dvc index f7eaa4c7aa4..c35236fed09 100644 --- a/snapshots/fasttrack/2023-05-31/cholera.csv.dvc +++ b/snapshots/fasttrack/2023-05-31/cholera.csv.dvc @@ -1,8 +1,11 @@ meta: - namespace: fasttrack - short_name: cholera - file_extension: csv - date_accessed: 2023-06-01 + source: + name: World Health Organization (2023) + url: nan + source_data_url: |- + https://docs.google.com/spreadsheets/d/e/2PACX-1vSlmIK_QFOjnb3DSPq6AoEeVFCPhsvKBE4yiUKrOogGhyu98SqoJutDR_3CEI43nvslvYIcJjICn-qI/pub?output=csv + date_accessed: '2024-11-26' + published_by: World Health Organization name: Cholera reported cases, deaths and case fatality rate (WHO, 2023) description: |- The data is created by combining multiple WHO Weekly Epidemiological Reports for cholera reported cases, deaths and case fatality rate. @@ -18,15 +21,8 @@ meta: 2020: https://web.archive.org/web/20230326231135/http://apps.who.int/iris/bitstream/handle/10665/345271/WER9637-445-454-eng-fre.pdf?sequence=1&isAllowed=y 2021: https://web.archive.org/web/20230526223955/https://apps.who.int/iris/bitstream/handle/10665/362858/WER9737-453-464-eng-fre.pdf?sequence=1&isAllowed=y - source_name: Google Sheet - url: '' - source_published_by: Google Sheet - source_data_url: - https://docs.google.com/spreadsheets/d/e/2PACX-1vSlmIK_QFOjnb3DSPq6AoEeVFCPhsvKBE4yiUKrOogGhyu98SqoJutDR_3CEI43nvslvYIcJjICn-qI/pub?output=csv - is_public: true - version: '2023-05-31' -wdir: ../../../data/snapshots/fasttrack/2023-05-31 + license: {} outs: -- md5: 035a7f6ada3274928cffda95091de105 - size: 4449 - path: cholera.csv + - md5: 39d2f683da32e151413ab8d2dbfc7582 + size: 4141 + path: cholera.csv diff --git a/snapshots/fasttrack/2023-06-16/guinea_worm.csv.dvc b/snapshots/fasttrack/2023-06-16/guinea_worm.csv.dvc index 37627bc762e..cb7263f0844 100644 --- a/snapshots/fasttrack/2023-06-16/guinea_worm.csv.dvc +++ b/snapshots/fasttrack/2023-06-16/guinea_worm.csv.dvc @@ -1,21 +1,16 @@ meta: - namespace: fasttrack - short_name: guinea_worm - file_extension: csv - date_accessed: 2023-06-16 + source: + name: The Carter Center (2023) + url: https://www.cartercenter.org/resources/pdfs/news/health_publications/guinea_worm/guinea-worm-cases-by-year-from-1989.pdf + source_data_url: |- + https://docs.google.com/spreadsheets/d/e/2PACX-1vQRR-nQzFpJXWz6cuB9aqrt2yt2Z8BtOtu3eNkF4WvI3xuNEdinb0vCN3wIagy2hEOHiSj3xUAffHeX/pub?output=csv + date_accessed: '2024-11-26' + publication_year: 2023 + published_by: The Carter Center (2023) name: Guinea Worm Cases - Carter Center (2023) description: The number of cases of guinea worm disease worldwide since 1989 - source_name: Google Sheet - url: - https://www.cartercenter.org/resources/pdfs/news/health_publications/guinea_worm/guinea-worm-cases-by-year-from-1989.pdf - source_published_by: Google Sheet - source_data_url: - https://docs.google.com/spreadsheets/d/e/2PACX-1vQRR-nQzFpJXWz6cuB9aqrt2yt2Z8BtOtu3eNkF4WvI3xuNEdinb0vCN3wIagy2hEOHiSj3xUAffHeX/pub?output=csv - is_public: true - version: '2023-06-16' - publication_year: 2023 -wdir: ../../../data/snapshots/fasttrack/2023-06-16 + license: {} outs: -- md5: 44af3d83549167d5edde31c323526c19 - size: 582 - path: guinea_worm.csv + - md5: 44af3d83549167d5edde31c323526c19 + size: 582 + path: guinea_worm.csv diff --git a/snapshots/fasttrack/2023-06-19/world_population_comparison.csv.dvc b/snapshots/fasttrack/2023-06-19/world_population_comparison.csv.dvc index 9e53e1e1f8a..ac718cac391 100644 --- a/snapshots/fasttrack/2023-06-19/world_population_comparison.csv.dvc +++ b/snapshots/fasttrack/2023-06-19/world_population_comparison.csv.dvc @@ -1,55 +1,32 @@ meta: + source: + name: Multiple sources compiled by Our World in Data (2019) + url: nan + source_data_url: |- + gAAAAABnRY6nUyVDNtPCovkS4H-5VMv5I1DR0yP7n1-P4229GNrFX4tUZyLSaM9Edu4-Vi8r6nAzXwDWervgZCIwfkTapg96TkU0qzLN67zSTDpi_pZ7tHLL2CwfPXjLtVTRGkC4CxlpW7NZtW6__osTWP6JVEDb-mzDZJvhToUDb0hhHv8NCrJuUwgTxDPYNAhvIFbuIAKWhrpiFpZ-38zwFEIboVYBHKc8sq4hQ_b4TRwHFVuCrzMlkRzyAjBSl7dMVA0rUhZI + date_accessed: '2024-11-26' + published_by: Multiple sources compiled by Our World in Data (2019) name: Historical world population comparison (various sources) - description: >- + description: |- Among others these are the original source: + McEvedy, Colin and Richard Jones, 1978, “Atlas of World Population History,” Facts on File, New York, pp. 342-351. - McEvedy, Colin and Richard Jones, 1978, “Atlas of World Population History,” Facts - on File, New York, pp. 342-351. - - - Biraben, Jean-Noel, 1980, An Essay Concerning Mankind’s Evolution, Population, - Selected Papers, December, table 2. - - - Durand, John D., 1974, “Historical Estimates of World Population: An Evaluation,” - University of Pennsylvania, Population - Center, Analytical and Technical Reports, Number 10, table 2. + Biraben, Jean-Noel, 1980, An Essay Concerning Mankind’s Evolution, Population, Selected Papers, December, table 2. + Durand, John D., 1974, “Historical Estimates of World Population: An Evaluation,” University of Pennsylvania, Population Center, Analytical and Technical Reports, Number 10, table 2. - Haub, Carl, 1995, “How Many People Have Ever Lived on Earth?” Population Today, - February, p. 5. + Haub, Carl, 1995, “How Many People Have Ever Lived on Earth?” Population Today, February, p. 5. + Thomlinson, Ralph, 1975, “Demographic Problems, Controversy Over Population Control,” Second Edition, Table 1. - Thomlinson, Ralph, 1975, “Demographic Problems, Controversy Over Population Control,” - Second Edition, Table 1. - - - United Nations, 1999, The World at Six Billion, Table 1, “World Population From” - Year 0 to Stabilization, p. 5, - + United Nations, 1999, The World at Six Billion, Table 1, “World Population From” Year 0 to Stabilization, p. 5, U.S. Census Bureau (USCB), 2012, Total Midyear Population for the World: 1950-2050. - - Michael Kremer (1993) “Population Growth and Technological Change: One Million - B.C. to 1990”, Quarterly Journal of Economics., - August 1993, pp.681-716. - source: - name: Google Sheet - description: - url: '' - source_data_url: - https://docs.google.com/spreadsheets/d/e/2PACX-1vQjyo0SCpkP7gW490fsxx2x0nkCPqW3elr5LfI-zbFWkb1rzOAumgJrEDO0eFpoEtPsZyHjIM58iXDe/pub?output=csv - owid_data_url: - date_accessed: '2023-07-03' - publication_date: - publication_year: - published_by: Google Sheet - license: - name: - url: -wdir: ../../../data/snapshots/fasttrack/2023-06-19 + Michael Kremer (1993) “Population Growth and Technological Change: One Million B.C. to 1990”, Quarterly Journal of Economics., August 1993, pp.681-716. + license: {} + is_public: false outs: -- md5: fa998c4590ac0bdada993b0bcaf0f2a8 - size: 14087 - path: world_population_comparison.csv + - md5: f7ff2acb39ad85d3a9b2599a63175abc + size: 13424 + path: world_population_comparison.csv diff --git a/snapshots/fasttrack/2023-08-07/pain_hours_days_hen_systems.csv.dvc b/snapshots/fasttrack/2023-08-07/pain_hours_days_hen_systems.csv.dvc index 6593646b1ed..4693ae861db 100644 --- a/snapshots/fasttrack/2023-08-07/pain_hours_days_hen_systems.csv.dvc +++ b/snapshots/fasttrack/2023-08-07/pain_hours_days_hen_systems.csv.dvc @@ -1,17 +1,16 @@ meta: source: - name: Google Sheet + name: Welfare Footprint based on Schuck-Paim and Alonso (2021) url: https://welfarefootprint.org/research-projects/laying-hens/ - source_data_url: + source_data_url: |- https://docs.google.com/spreadsheets/d/e/2PACX-1vRioMTHFwUUiCe2JWDOAZD7BDur4MSx3o576xfvTROzUY75sxIYqOZuIWQw_lopGkrLQ_lgXxMRgAk2/pub?output=csv - date_accessed: '2023-08-07' + date_accessed: '2024-11-26' publication_year: 2021 - published_by: Google Sheet + published_by: Welfare Footprint name: Pain hours and days of hen systems (Welfare Footprint) description: '' license: {} -wdir: ../../../data/snapshots/fasttrack/2023-08-07 outs: -- md5: 2053ef477157266c201a9c39c46a8df8 - size: 459 - path: pain_hours_days_hen_systems.csv + - md5: 2053ef477157266c201a9c39c46a8df8 + size: 459 + path: pain_hours_days_hen_systems.csv diff --git a/snapshots/fasttrack/2023-08-21/survey_livestock_oklahoma.csv.dvc b/snapshots/fasttrack/2023-08-21/survey_livestock_oklahoma.csv.dvc index 6a0b552ce7e..4e73c3ea3ea 100644 --- a/snapshots/fasttrack/2023-08-21/survey_livestock_oklahoma.csv.dvc +++ b/snapshots/fasttrack/2023-08-21/survey_livestock_oklahoma.csv.dvc @@ -1,18 +1,16 @@ meta: source: - name: Google Sheet - url: - https://web.archive.org/web/20190806000018/http://agecon.okstate.edu/files/january%202018.pdf - source_data_url: + name: Food Demand Survey, Oklahoma State University + url: https://web.archive.org/web/20190806000018/http://agecon.okstate.edu/files/january%202018.pdf + source_data_url: |- https://docs.google.com/spreadsheets/d/e/2PACX-1vTO7prhB6yU1jGOYi4ZvkBUV3wsfGi-ua3nXOE0fB5OpNH9YTClBw0H166ZbQ4VKhvv1ee3PhuUDeaB/pub?output=csv - date_accessed: '2023-08-22' - publication_year: '2018' - published_by: Google Sheet + date_accessed: '2024-11-26' + publication_year: 2018 + published_by: Oklahoma State University, Department of Agricultural Economics name: Survey attitudes to livestock farming (Oklahoma University) description: '' license: {} -wdir: ../../../data/snapshots/fasttrack/2023-08-21 outs: -- md5: b5d54c9c99616a0f61523365746d0e81 - size: 1195 - path: survey_livestock_oklahoma.csv + - md5: b5d54c9c99616a0f61523365746d0e81 + size: 1195 + path: survey_livestock_oklahoma.csv diff --git a/snapshots/fasttrack/2023-09-29/un_space_objects.csv.dvc b/snapshots/fasttrack/2023-09-29/un_space_objects.csv.dvc index babcf82a93d..c2033a5be3b 100644 --- a/snapshots/fasttrack/2023-09-29/un_space_objects.csv.dvc +++ b/snapshots/fasttrack/2023-09-29/un_space_objects.csv.dvc @@ -1,45 +1,25 @@ meta: source: - name: Google Sheet + name: United Nations Office for Outer Space Affairs, Online Index of Objects Launched into Outer Space (2023) url: https://www.unoosa.org/oosa/osoindex/search-ng.jspx - source_data_url: + source_data_url: |- https://docs.google.com/spreadsheets/d/e/2PACX-1vS0rsoIS37xrLx_JRHO2mdsqHmVreN255IRUSP1YLEP26NnIOz3bHLz5fDmR2bnTwwEY5gttb17fZgU/pub?output=csv - date_accessed: '2023-09-29' - publication_year: '2023' - published_by: Google Sheet + date_accessed: '2024-11-26' + publication_year: 2023 + published_by: Online Index of Objects Launched into Outer Space (2023) name: Online Index of Objects Launched into Outer Space (UN, 2023-09-29) - description: >- - This data is compiled from the Online Index of Objects Launched into Outer Space, - maintained by the United Nations Office - for Outer Space Affairs. + description: |- + This data is compiled from the Online Index of Objects Launched into Outer Space, maintained by the United Nations Office for Outer Space Affairs. + Since 1962, the United Nations has maintained a Register of Objects Launched into Outer Space. Originally established as a mechanism to aid the United Nations Committee on the Peaceful Uses of Outer Space in its discussions on the political, legal, and technical issues concerning outer space, the evolution of international space law resulted in space object registration becoming a means of identifying which States' bear international responsibility and liability for space objects. - Since 1962, the United Nations has maintained a Register of Objects Launched into - Outer Space. Originally established - as a mechanism to aid the United Nations Committee on the Peaceful Uses of Outer - Space in its discussions on the political, - legal, and technical issues concerning outer space, the evolution of international - space law resulted in space object - registration becoming a means of identifying which States' bear international - responsibility and liability for space objects. - - - The source indicates that around 87% of all satellites, probes, landers, crewed - spacecraft, and space station flight elements - launched into Earth orbit or beyond have been registered with the Secretary-General. - + The source indicates that around 87% of all satellites, probes, landers, crewed spacecraft, and space station flight elements launched into Earth orbit or beyond have been registered with the Secretary-General. In the data shown on our charts: - - - when an object is launched by a country on behalf of another one, it is attributed - to the latter; - - - when a launch is made jointly by several countries, it is recorded in each of - these countries' time series, but only - once in the 'World' series. + - when an object is launched by a country on behalf of another one, it is attributed to the latter; + - when a launch is made jointly by several countries, it is recorded in each of these countries' time series, but only once in the 'World' series. license: {} -wdir: ../../../data/snapshots/fasttrack/2023-09-29 outs: -- md5: 44879ab7f57a44915bcd36b4b7833fd5 - size: 22610 - path: un_space_objects.csv + - md5: 44879ab7f57a44915bcd36b4b7833fd5 + size: 22610 + path: un_space_objects.csv diff --git a/snapshots/fasttrack/2023-10-05/great_pacific_garbage_lebreton.csv.dvc b/snapshots/fasttrack/2023-10-05/great_pacific_garbage_lebreton.csv.dvc index 5030249d9f8..96ec46a4fe7 100644 --- a/snapshots/fasttrack/2023-10-05/great_pacific_garbage_lebreton.csv.dvc +++ b/snapshots/fasttrack/2023-10-05/great_pacific_garbage_lebreton.csv.dvc @@ -1,17 +1,17 @@ meta: source: - name: Google Sheet + name: Plastics in Great Pacific Garbage Patch (Lebreton et al. 2022) url: https://www.nature.com/articles/s41598-022-16529-0 - source_data_url: + source_data_url: |- https://docs.google.com/spreadsheets/d/e/2PACX-1vShK8-lh5FUIl954ziCnKzkt9N3B5IdxAxk9mh-QhufRD-SuovXXLKjbQtq8g40yzUbHIPWRVLuVzKZ/pub?output=csv - date_accessed: '2023-10-05' - publication_year: '2022' - published_by: Google Sheet + date_accessed: '2024-11-26' + publication_year: 2022 + published_by: |- + Lebreton et al. (2022). Industrialised fishing nations largely contribute to floating plastic pollution in the North Pacific subtropical gyre. Nature Scientific Reports. name: Plastics in Great Pacific Garbage Patch (Lebreton) description: '' license: {} -wdir: ../../../data/snapshots/fasttrack/2023-10-05 outs: -- md5: 96e4d3017bd50b72a8bd267198ab1971 - size: 338 - path: great_pacific_garbage_lebreton.csv + - md5: 96e4d3017bd50b72a8bd267198ab1971 + size: 338 + path: great_pacific_garbage_lebreton.csv diff --git a/snapshots/fasttrack/latest/antimicrobial_usage_livestock.csv.dvc b/snapshots/fasttrack/latest/antimicrobial_usage_livestock.csv.dvc index 2ee12981302..059ede68482 100644 --- a/snapshots/fasttrack/latest/antimicrobial_usage_livestock.csv.dvc +++ b/snapshots/fasttrack/latest/antimicrobial_usage_livestock.csv.dvc @@ -1,33 +1,24 @@ meta: + origin: + producer: Mulchandani et al. (2023) + title: 'Global trends in antimicrobial use in food-producing animals: 2020 to 2030' + description: |- + Data on usage of antimicrobials in food animals were collected from 42 countries. Multivariate regression models were used in combination with projections of animal counts for cattle, sheep, chicken, and pigs from the Food and Agriculture Organization to estimate global antimicrobial usage of veterinary antimicrobials in 2020 and 2030. Maps of animal densities were used to identify geographic hotspots of antimicrobial use. In each country, estimates of antimicrobial use (tonnes) were calibrated to match continental-level reports of antimicrobial use intensity (milligrams per kilogram of animal) from the World Organization for Animal Health, as well as country-level reports of antimicrobial use from countries that made this information publicly available. + citation_full: |- + Mulchandani, R., Wang, Y., Gilbert, M., & Van Boeckel, T. P. (2023). Global trends in antimicrobial use in food-producing animals: 2020 to 2030. PLOS Global Public Health, 3(2), e0001305. https://doi.org/10.1371/journal.pgph.0001305 + url_main: https://journals.plos.org/globalpublichealth/article?id=10.1371/journal.pgph.0001305 + url_download: |- + gAAAAABnRZJtJagGwio4A8B3H6-jsxNa4M3zZtR92Arl_amq659ebrzeaxRovvWxLH4v5lvmoTALQnfL2aC7g2J8SSkjrgOPMLZXqOtoECV4ISER2UrZ9lbQUCsOS9-Cbc52-I1joAi2QwDz0J4UV5ufumvj0rYVGmv6YdPAypyrHbpnd893i21f-l7IULYWBQSdPCrRAUV0RlAXURJuGd1dVadThd_gwBgMdxYmxuh4EUvxSSHVQG_I4pYURJQGNOuNI59qAJa5 + date_accessed: '2024-11-26' + date_published: '2023-02-01' + license: + name: Open access name: Antimicrobial usage in livestock - description: This dataset estimates the usage of antimicrobials in livestock (cattle, - sheep, chicken, and pigs) by country. Data on antimicrobials comes from government - reports, surveillance systems and national surveys. In addition, the authors estimate - the biomass of livestock in the country, to adjust for differences in antimicrobial - usage by animal size. Biomass data comes from the Food and Agriculture Organization - (FAO). 'The PCU represents the total number of animals in a country (alive or - slaughtered), multiplied by the average weight of the animal at the time of treatment. - Therefore, the PCU is a standardization metric that accounts for differences in - animal weight, and number of production cycles per year between countries.' Therefore, - mg/PCU refers to the usage of antimicrobials per animal population-corrected unit. - source: - name: Google Sheet - description: - url: - https://journals.plos.org/globalpublichealth/article?id=10.1371/journal.pgph.0001305 - source_data_url: - gAAAAABkx3_ZrECpU1RI6tcJPiqDvqB2RKAZEsofB7GToYg6Vsw-LANlBdEgn1IxkrXt-La91vsraylCA313XJ_3HlggZ9aLs42krkNJwtDpi8I31JdQoiZg5lPB_m9w4Kx0dab4AgKjPhsnX8Y1-YoOw0-uSgkyigp2-gdc0mBZ6XknkcRp-53G1AZamnOn-9p8kKzkuzmqYv6ISc3tPI12oPqWZSBSM1UzFW1QRmM8VwTqtE1WqAGly3iX3yIPQUzV_E5tu2vI - owid_data_url: - date_accessed: '2023-07-31' - publication_date: - publication_year: 2023 - published_by: Google Sheet - license: - name: - url: + description: |- + This dataset estimates the usage of antimicrobials in livestock (cattle, sheep, chicken, and pigs) by country. Data on antimicrobials comes from government reports, surveillance systems and national surveys. In addition, the authors estimate the biomass of livestock in the country, to adjust for differences in antimicrobial usage by animal size. Biomass data comes from the Food and Agriculture Organization (FAO). 'The PCU represents the total number of animals in a country (alive or slaughtered), multiplied by the average weight of the animal at the time of treatment. Therefore, the PCU is a standardization metric that accounts for differences in animal weight, and number of production cycles per year between countries.' Therefore, mg/PCU refers to the usage of antimicrobials per animal population-corrected unit. + license: {} is_public: false -wdir: ../../../data/snapshots/fasttrack/latest outs: -- md5: 2e79d5ae8ead88349c544d2e7b4b5ca2 - size: 9186 - path: antimicrobial_usage_livestock.csv + - md5: e0c44fec35851446ebb61784ce6528e3 + size: 8682 + path: antimicrobial_usage_livestock.csv diff --git a/snapshots/fasttrack/latest/democracy_freedom_house.csv.dvc b/snapshots/fasttrack/latest/democracy_freedom_house.csv.dvc index 54fb121dd16..578a16d565f 100644 --- a/snapshots/fasttrack/latest/democracy_freedom_house.csv.dvc +++ b/snapshots/fasttrack/latest/democracy_freedom_house.csv.dvc @@ -1,25 +1,20 @@ meta: source: - name: Google Sheet + name: Freedom House (2023) url: https://freedomhouse.org/report/freedom-world - source_data_url: + source_data_url: |- https://docs.google.com/spreadsheets/d/e/2PACX-1vRXOAxs_t6f-Y3kMGmKc0trQiH2PMWjOxxlHZ1uKd88g_sFMq1zvgaeGO3G15lJdSixh9dCIIqUcBHI/pub?output=csv - date_accessed: '2023-09-05' - published_by: Google Sheet + date_accessed: '2024-11-26' + published_by: Freedom House (2023). Freedom in the World. name: Democracy - Freedom House (2023) - description: >- - This dataset provides information on political regimes, using data from Freedom - House's Freedom in the World (2023). - + description: |- + This dataset provides information on political regimes, using data from Freedom House's Freedom in the World (2023). You can read a description of the data in this post: https://ourworldindata.org/democracies-measurement - - You can download the code and complete dataset, including supplementary variables, - from GitHub: https://github.com/owid/notebooks/tree/main/BastianHerre/democracy + You can download the code and complete dataset, including supplementary variables, from GitHub: https://github.com/owid/notebooks/tree/main/BastianHerre/democracy license: {} -wdir: ../../../data/snapshots/fasttrack/latest outs: -- md5: 5407777c1c32eae16bdc68a7dab2dcef - size: 629063 - path: democracy_freedom_house.csv + - md5: 8c5d63ec87bb5475b75de261d7e32a73 + size: 629913 + path: democracy_freedom_house.csv diff --git a/snapshots/fasttrack/latest/gbd_2019_mental_health_country_coverage.csv.dvc b/snapshots/fasttrack/latest/gbd_2019_mental_health_country_coverage.csv.dvc index eaf8778537e..723cdb77c01 100644 --- a/snapshots/fasttrack/latest/gbd_2019_mental_health_country_coverage.csv.dvc +++ b/snapshots/fasttrack/latest/gbd_2019_mental_health_country_coverage.csv.dvc @@ -1,26 +1,22 @@ meta: - namespace: fasttrack - short_name: gbd_2019_mental_health_country_coverage - file_extension: csv - date_accessed: 2023-05-29 + source: + name: IHME GBD (2019) + url: https://www.thelancet.com/journals/lancet/article/PIIS0140-6736(20)30925-9/fulltext + source_data_url: |- + gAAAAABnRYlazzL_oEfuzBXSmjRVB2Y_aOmXSCAXVYIW_72BvzIYsW9GUt8OjdfLueLZUKFP-ZGq7e8B19xEzO3nPErc9S9x8w5MaFQeUEEwgZHOHjHGCjfOxrcUDXEQ-RyBwZuKmo7Ngy5dTDkh_sza4x9FOhmx5yUB25NI0TKhPhkPxrC_AIads-3sWMviypayPf_OebJnlMZUgRBEnRYqUH5sGcQTZvpi2ixly61NvwF_oU1_8FZL8iyj9mDiUvBP-kpERU3L + date_accessed: '2024-11-26' + publication_year: 2020 + published_by: |- + Vos, T., Lim, S. S., Abbafati, C., Abbas, K. M., Abbasi, M., Abbasifard, M., Abbasi-Kangevari, M., Abbastabar, H., Abd-Allah, F., Abdelalim, A., Abdollahi, M., Abdollahpour, I., Abolhassani, H., Aboyans, V., Abrams, E. M., Abreu, L. G., Abrigo, M. R. M., Abu-Raddad, L. J., Abushouk, A. I., … Murray, C. J. L. (2020). Global burden of 369 diseases and injuries in 204 countries and territories, 1990–2019: A systematic analysis for the Global Burden of Disease Study 2019. The Lancet, 396(10258), 1204–1222. name: Countries with mental health data in GBD 2019 description: |- Dataset showing the number of countries with primary data on the prevalence of mental illnesses. These were found after a systematic review, grey literature search and expert consultation, to identify studies with data on the prevalence of each mental illness. 'The GBD inclusion criteria stipulated that: (1) the diagnostic criteria must be from 1980 onward; (2) “caseness” must be based on clinical threshold as established by the DSM, ICD, Chinese Classification of Mental Disorders (CCMD), or diagnosed by a clinician using established tools; (3) sufficient information must be provided on study method and sample characteristics to assess the quality of the study; and (4) study samples must be representative of the general population (i.e., case studies, veterans, or refugee samples were excluded). No limitation was set on the language of publication.' - source_name: Google Sheet - url: - https://www.thelancet.com/journals/lancet/article/PIIS0140-6736(20)30925-9/fulltext - source_published_by: Google Sheet - source_data_url: - gAAAAABkdGlgpHgXXTDAwptybyG87JbjFVjs02Q-Rzc9mvCEIbiBXzn73TAFhhJhTIRWevZe9DtC6nMtJ1Cq1aUvY-ZA7cYHUb3afdxTpm9C-vyTkjYLqSy7VlBPzYJODjHtY-78465q_2SAHLZ1LJC2UQWtGtzHzWszyyTlsspAbhEpata6QVf2_DDdwJpHdWnJBVdGqnddeqpSKtwYXmoIG-A8BX4FAp5eVmbAzuhwR2b5vavEHmTnIJPyMOVBCu4vp9sGudYb - license_url: - https://www.thelancet.com/journals/lancet/article/PIIS0140-6736(20)30925-9/fulltext + license: + url: https://www.thelancet.com/journals/lancet/article/PIIS0140-6736(20)30925-9/fulltext is_public: false - version: latest - publication_year: 2020 -wdir: ../../../data/snapshots/fasttrack/latest outs: -- md5: f972f0ff8f16acaf3af8c63d4e880e96 - size: 486 - path: gbd_2019_mental_health_country_coverage.csv + - md5: f972f0ff8f16acaf3af8c63d4e880e96 + size: 486 + path: gbd_2019_mental_health_country_coverage.csv diff --git a/snapshots/fasttrack/latest/global_maternal_offspring_loss.csv.dvc b/snapshots/fasttrack/latest/global_maternal_offspring_loss.csv.dvc index ef84d64a187..0aa1753a193 100644 --- a/snapshots/fasttrack/latest/global_maternal_offspring_loss.csv.dvc +++ b/snapshots/fasttrack/latest/global_maternal_offspring_loss.csv.dvc @@ -1,24 +1,18 @@ meta: source: - name: Google Sheet + name: Smith-Greenaway et al. (2021) url: https://gh.bmj.com/content/6/4/e004837.abstract - source_data_url: + source_data_url: |- https://docs.google.com/spreadsheets/d/e/2PACX-1vSiCgGTJ8kXoVPpaaskyRz79os2jbWtLbcqk18ybEXI_tsE6WPJy6DH-lXggK_VbHir456mI3D98Jbd/pub?output=csv - date_accessed: '2023-09-05' - publication_year: '2021' - published_by: Google Sheet + date_accessed: '2024-11-26' + publication_year: 2021 + published_by: |- + Global burden of maternal bereavement: indicators of the cumulative prevalence of child loss. (2021) Emily Smith-Greenaway, Diego Alburez-Gutierrez, Jenny Trinitapoli, Emilio Zagheni. name: Global maternal offspring loss - Smith-Greenaway et al. 2021 - description: This dataset shows survey data and estimates of maternal offspring - loss across countries. This includes mothers who have lost an infant, child under - 5 years old, or offspring. These are given as a rate per 1000 women in the age - group. Underlying data comes from large-scale surveys (such as the Demographic - and Health Surveys and Multiple Indicator Cluster Surveys) conducted in many low- - and middle-income countries. For countries lacking data, these are estimated using - an indirect approach that combines formal kinship models and life-table methods - in an additional 81 countries. + description: |- + This dataset shows survey data and estimates of maternal offspring loss across countries. This includes mothers who have lost an infant, child under 5 years old, or offspring. These are given as a rate per 1000 women in the age group. Underlying data comes from large-scale surveys (such as the Demographic and Health Surveys and Multiple Indicator Cluster Surveys) conducted in many low- and middle-income countries. For countries lacking data, these are estimated using an indirect approach that combines formal kinship models and life-table methods in an additional 81 countries. Citation: Smith-Greenaway, E., Alburez-Gutierrez, D., Trinitapoli, J., & Zagheni, E. (2021). Global burden of maternal bereavement: Indicators of the cumulative prevalence of child loss. BMJ Global Health, 6(4), e004837. https://doi.org/10.1136/bmjgh-2020-004837 license: {} -wdir: ../../../data/snapshots/fasttrack/latest outs: -- md5: 7ce7e9d8a371afa038a470f8977d160d - size: 8075 - path: global_maternal_offspring_loss.csv + - md5: 7ce7e9d8a371afa038a470f8977d160d + size: 8075 + path: global_maternal_offspring_loss.csv diff --git a/snapshots/fasttrack/latest/historical_france_mortality_cause.csv.dvc b/snapshots/fasttrack/latest/historical_france_mortality_cause.csv.dvc index 9305707e4cf..89c8a92d726 100644 --- a/snapshots/fasttrack/latest/historical_france_mortality_cause.csv.dvc +++ b/snapshots/fasttrack/latest/historical_france_mortality_cause.csv.dvc @@ -1,65 +1,36 @@ meta: source: - name: Google Sheet + name: Institut National d'Études Démographiques url: https://www.demographic-research.org/Volumes/Vol36/21/ - source_data_url: - https://docs.google.com/spreadsheets/d/e/2PACX-1vSUInsCt97X8kjDGENSZm5-xLSbE_P4MEAW4bYkGHn-KN5aVWQ4VAm3JzziskCUTkFQuWQVinWtLO_I/pub?output=csv - date_accessed: '2023-08-18' - publication_year: '2014' - published_by: Google Sheet + source_data_url: |- + gAAAAABnRYkUiIe1Lp-eC1kj1PYYYQ25kHCvpjl7pYYYL4eO5R8EtQ_r17u121vjvLUCpJ3X0LDrvoZ7IGgLK52Of2eKqxKBxWh30Ud4jSt_oSgpu6iL2FdM4M5nJbVStK7IBlb2SregUwmWCdJDn8xUpzz__p-Ly3mpfWJfa1i11msoZyXQVbTlcGbq5Rz9GEYok3B9elGj9tKPOFgqprbt4_UgHuYSUGPyn9fXCX9DBkRhC52YfXIpd_G625e2UxdS1-TK06j4 + date_accessed: '2024-11-26' + publication_year: 2014 + published_by: Jacques Vallin and France Meslé name: Database on causes of death in France from 1925 to 1999 - description: >- - Dataset on mortality rates from each cause of death category in France between - 1925 and 1999. The underlying data for - this chart comes from the Institut National d'Études Démographiques, published - by Jacques Vallin and France Meslé, and - covers causes of deaths nationally in France between 1925 and 1999. Causes of - death were categorized into categories according - to the 9th edition of the International Classification of Diseases (ICD-9) manual. - Mortality rates are given for five-year - age bands, as an annual rate out of 100,000 people in that age group. Below are - the ICD codes used for each cause category: - All causes = 000*-999*, - + description: |- + Dataset on mortality rates from each cause of death category in France between 1925 and 1999. The underlying data for this chart comes from the Institut National d'Études Démographiques, published by Jacques Vallin and France Meslé, and covers causes of deaths nationally in France between 1925 and 1999. Causes of death were categorized into categories according to the 9th edition of the International Classification of Diseases (ICD-9) manual. Mortality rates are given for five-year age bands, as an annual rate out of 100,000 people in that age group. Below are the ICD codes used for each cause category: All causes = 000*-999*, Infectious and parasitic diseases = 001*-139*, - Neoplasms = 140*-239*, - Endocrine nutritional and metabolic diseases and immunity disorders = 240*-279*, - Diseases of the blood and blood-forming organs = 280*-289*, - Mental disorders = 290*-319*, - Diseases of the nervous system = 320*-359*, - Diseases of the sense organs = 360*-389*, - Diseases of the circulatory system = 390*-459*, - Diseases of the respiratory system = 460*-519*, - Diseases of the digestive system = 520*-579*, - Diseases of the genitourinary system = 580*-629*, - Complications of pregnancy childbirth and the puerperium = 630*-679*, - Diseases of the skin and subcutaneous tissue = 680*-709*, - Diseases of the musculoskeletal system and connective tissue = 710*-739*, - Congenital anomalies = 740*-759*, - Certain conditions originating in the perinatal period = 760*-779*, - Symptoms signs and ill-defined conditions = 780*-799*, - External causes (injury and poisoning) = 800*-999* license: {} is_public: false -wdir: ../../../data/snapshots/fasttrack/latest outs: -- md5: 856b79cf2b8b9e0ba868c7d4084c7c4a - size: 629827 - path: historical_france_mortality_cause.csv + - md5: 856b79cf2b8b9e0ba868c7d4084c7c4a + size: 629827 + path: historical_france_mortality_cause.csv diff --git a/snapshots/fasttrack/latest/lead_paint_regulation_who.csv.dvc b/snapshots/fasttrack/latest/lead_paint_regulation_who.csv.dvc index b07698a5666..a45b6985906 100644 --- a/snapshots/fasttrack/latest/lead_paint_regulation_who.csv.dvc +++ b/snapshots/fasttrack/latest/lead_paint_regulation_who.csv.dvc @@ -1,24 +1,20 @@ meta: - namespace: fasttrack - short_name: lead_paint_regulation_who - file_extension: csv - date_accessed: 2023-05-31 + source: + name: Lead paint regulations (WHO, 2023) + url: https://www.who.int/data/gho/data/themes/topics/indicator-groups/legally-binding-controls-on-lead-paint + source_data_url: |- + gAAAAABnRY1UxjQRqqtwi3k4YRi5i2a_AmviR0K1Yq7lWpp5mQ8zmhp0sOt2x_D-aN8W2WkMf8tCvbcZ2Bi41ergSpO1KCkDtsaTcT24IcGVC16eX9TpV0AkYs4TAXg4LbY31u0XeecK9mQ7uw7nzqkQLsEbEDXTz7izPL1kz58WSwNQE8WCvzhV2kv3mddI_ycEwFGUFSypG0QXyYHreQLjP3n5CsnC2vGymzKGwdQUmiK0r2nipPcCj4vh3O6qbvSj0W_hcA5j + date_accessed: '2024-11-26' + publication_year: 2023 + published_by: World Health Organization (WHO) name: Lead paint regulations (WHO, 2023) description: |- The WHO collects data on which countries have legally-binding controls on lead paint. It sources this data from surveys conducted by WHO and UNEP of national authorities. The World Health Organization (WHO) tracks the introduction of legally-binding controls on lead concentrations in paint. Paint is a main contributor to harmful lead exposure. The stringency of controls on lead paint can vary by country. Maximum concentrations of lead can differ, and may only apply to particular types of paint (for example, products used in households). - source_name: Google Sheet - url: - https://www.who.int/data/gho/data/themes/topics/indicator-groups/legally-binding-controls-on-lead-paint - source_published_by: Google Sheet - source_data_url: - gAAAAABkdy33dfUqbIoFH4JceoCGzD0jhxgG7WWfCuXNbU3fqjWI0eFoNybQuugGLBO2bR-HGEAAMlzhGcAweillVjqC8fv2ZuiG5kSeLgbLGBbZc2AiBucQz5QwuPOh-_mMD0qMPTnsiDvHsfGp91drLXO4da3usmBrcIJbn0vv2bknY0iuDYbnyOf4HKHcbLM_9iazUXMeIvIzuvEHq3iu4QZHaTHgbP66JFYwGhM0EiP_mxGKNbart9M1j3zVkXRESjdxKTnA + license: {} is_public: false - version: latest - publication_year: 2023 -wdir: ../../../data/snapshots/fasttrack/latest outs: -- md5: 1699f03673a329af3bf555a0b4e6e8a0 - size: 2935 - path: lead_paint_regulation_who.csv + - md5: 1699f03673a329af3bf555a0b4e6e8a0 + size: 2935 + path: lead_paint_regulation_who.csv diff --git a/snapshots/fasttrack/latest/nuclear_warhead_inventories.csv.dvc b/snapshots/fasttrack/latest/nuclear_warhead_inventories.csv.dvc index c5d684cbde4..74c09663476 100644 --- a/snapshots/fasttrack/latest/nuclear_warhead_inventories.csv.dvc +++ b/snapshots/fasttrack/latest/nuclear_warhead_inventories.csv.dvc @@ -1,26 +1,19 @@ meta: source: - name: Google Sheet + name: Federation of American Scientists (2023) url: https://fas.org/issues/nuclear-weapons/status-world-nuclear-forces/ - source_data_url: + source_data_url: |- https://docs.google.com/spreadsheets/d/e/2PACX-1vRLseg03w2pyyqQIq9ip016J168lYsJ8BWJRqzDX8L8LqF6zm4TTyOGS7HmrwW3ZL1bj2KHXQNuhNir/pub?output=csv - date_accessed: '2023-08-22' - published_by: Google Sheet + date_accessed: '2024-11-26' + published_by: Hans M. Kristensen, Matt Korda, Eliana Reynolds, and Robert Norris. name: Nuclear warhead inventories – Federation of American Scientists - description: >- - This dataset provides information on the nuclear warhead inventories by the nuclear - powers, using data from the Federation - of American Scientists, prepared by Hans M. Kristensen, Matt Korda, and Robert - Norris. - - - You can download the code and complete dataset, including supplementary variables, - from GitHub: https://github.com/owid/notebooks/tree/main/BastianHerre/nuclear_weapons + description: |- + This dataset provides information on the nuclear warhead inventories by the nuclear powers, using data from the Federation of American Scientists, prepared by Hans M. Kristensen, Matt Korda, and Robert Norris. + You can download the code and complete dataset, including supplementary variables, from GitHub: https://github.com/owid/notebooks/tree/main/BastianHerre/nuclear_weapons Publisher source: None license: {} -wdir: ../../../data/snapshots/fasttrack/latest outs: -- md5: e1269c0f219efe73d1c408caa13c3ba8 - size: 694 - path: nuclear_warhead_inventories.csv + - md5: e1269c0f219efe73d1c408caa13c3ba8 + size: 694 + path: nuclear_warhead_inventories.csv diff --git a/snapshots/fasttrack/latest/nuclear_warhead_stockpiles.csv.dvc b/snapshots/fasttrack/latest/nuclear_warhead_stockpiles.csv.dvc index fbb3fe5c9cb..12f4d0b0114 100644 --- a/snapshots/fasttrack/latest/nuclear_warhead_stockpiles.csv.dvc +++ b/snapshots/fasttrack/latest/nuclear_warhead_stockpiles.csv.dvc @@ -1,26 +1,19 @@ meta: source: - name: Google Sheet + name: Federation of American Scientists (2023) url: https://fas.org/issues/nuclear-weapons/status-world-nuclear-forces/ - source_data_url: + source_data_url: |- https://docs.google.com/spreadsheets/d/e/2PACX-1vQ9gi-5QBEFuGclzGkfwv9NY_DavklY4DmA9-6QFG7KVFXTvuDf6fe4ETT7_e2zko4akSlAAqGduasG/pub?output=csv - date_accessed: '2023-10-16' - published_by: Google Sheet + date_accessed: '2024-11-26' + published_by: Hans M. Kristensen, Matt Korda, Eliana Reynolds, and Robert Norris. name: Nuclear warhead stockpiles – Federation of American Scientists - description: >- - This dataset provides information on the number of stockpiled nuclear warheads - by the nuclear powers, using data from - the Federation of American Scientists, prepared by Hans M. Kristensen, Matt Korda, - Eliana Reynolds, and Robert Norris. - - - You can download the code and complete dataset, including supplementary variables, - from GitHub: https://github.com/owid/notebooks/tree/main/BastianHerre/nuclear_weapons + description: |- + This dataset provides information on the number of stockpiled nuclear warheads by the nuclear powers, using data from the Federation of American Scientists, prepared by Hans M. Kristensen, Matt Korda, Eliana Reynolds, and Robert Norris. + You can download the code and complete dataset, including supplementary variables, from GitHub: https://github.com/owid/notebooks/tree/main/BastianHerre/nuclear_weapons Publisher source: None license: {} -wdir: ../../../data/snapshots/fasttrack/latest outs: -- md5: 3ae0bc86faefa1734117ba84f4761adc - size: 15471 - path: nuclear_warhead_stockpiles.csv + - md5: 3ae0bc86faefa1734117ba84f4761adc + size: 15471 + path: nuclear_warhead_stockpiles.csv diff --git a/snapshots/fasttrack/latest/pain_hours_hen_systems.csv.dvc b/snapshots/fasttrack/latest/pain_hours_hen_systems.csv.dvc index 78ffe32d43b..b9989419fb6 100644 --- a/snapshots/fasttrack/latest/pain_hours_hen_systems.csv.dvc +++ b/snapshots/fasttrack/latest/pain_hours_hen_systems.csv.dvc @@ -1,23 +1,17 @@ meta: - name: Pain hours of hen systems (Welfare Footprint) - description: '' source: - name: Google Sheet - description: + name: Welfare Footprint based on Schuck-Paim and Alonso (2021) url: https://welfarefootprint.org/research-projects/laying-hens/ - source_data_url: - gAAAAABkwT3GHig9-hHZr_XHHeWuAsK5PHjtz55H-Tvu_KCW-XytOuBUvNMnrv3hZ593VSyU95XV8hLYTSto8khid8slVfs4OA7joXQ4qzAsufp7A3vltFcf9o3BbCJseT64F2CYUUgMkJ9ptK0YjR0E2VhxNWylRc5G8OCv19srGHlFBGjG7_isIrTbJimw3L_c4hmRMlUNEZMMoo9OyTNjNRKb6Ta_4bkYL4xn6hBHt-89D_6xF58zl2ZQFdtjZn69vnwBW58p - owid_data_url: - date_accessed: '2023-07-26' - publication_date: + source_data_url: |- + gAAAAABnRY4A9xP89q46o72YIhvw5MBBfzt_84o2BNljMcBv29JHUFXvVtuYbTDPVsVbX-hfm9rZ8DJ-rW8qWqW0lWbhRDNvNd_ncCTITnovArjMEeLU41PNBF1vXiAz3Exdbb4orqamK0KosiZFwIKGtyvRFrF7XOH32d6O3z8ybbYchAUPJ8fqDyHP87olHyJt21OraPoNDQZ-MmNI5oSAHeMlz6zqyaEtO6mfd1g98R0B5QG6wf4zx7ogpunekE2MdQl1bOkQ + date_accessed: '2024-11-26' publication_year: 2021 - published_by: Google Sheet - license: - name: - url: + published_by: Welfare Footprint + name: Pain hours of hen systems (Welfare Footprint) + description: '' + license: {} is_public: false -wdir: ../../../data/snapshots/fasttrack/latest outs: -- md5: 73b70fa53e689c7115055f982d9b17b5 - size: 228 - path: pain_hours_hen_systems.csv + - md5: daf4b07b53f3eb73c1725266e6e7b83c + size: 466 + path: pain_hours_hen_systems.csv diff --git a/snapshots/fasttrack/latest/plastic_waste_meijer_2021.csv.dvc b/snapshots/fasttrack/latest/plastic_waste_meijer_2021.csv.dvc index 5f13b6b45c4..677696f9254 100644 --- a/snapshots/fasttrack/latest/plastic_waste_meijer_2021.csv.dvc +++ b/snapshots/fasttrack/latest/plastic_waste_meijer_2021.csv.dvc @@ -1,17 +1,17 @@ meta: source: - name: Google Sheet + name: Plastic ocean waste and pollution (Meijer et al. 2021) url: https://www.science.org/doi/10.1126/sciadv.aaz5803 - source_data_url: + source_data_url: |- https://docs.google.com/spreadsheets/d/e/2PACX-1vTD6oDffmZRLtbnYvEY4GKVbNhQO7oZpuivywu0lC_lIS8EIqy67SPnPYHMlW9ByeuQQ1g4lLt0Igl-/pub?output=csv - date_accessed: '2023-09-20' - publication_year: '2021' - published_by: Google Sheet + date_accessed: '2024-11-26' + publication_year: 2021 + published_by: |- + Meijer, L. J., Van Emmerik, T., Van Der Ent, R., Schmidt, C., & Lebreton, L. (2021). More than 1000 rivers account for 80% of global riverine plastic emissions into the ocean. Science Advances, 7(18), eaaz5803. name: Plastic ocean waste and pollution (Meijer et al. 2021) description: '' license: {} -wdir: ../../../data/snapshots/fasttrack/latest outs: -- md5: 9622364b41ad11332ca7164e8da26a20 - size: 12674 - path: plastic_waste_meijer_2021.csv + - md5: cdffe453c306eb9a30aef5dba633f82a + size: 12841 + path: plastic_waste_meijer_2021.csv diff --git a/snapshots/fasttrack/latest/sentience_institute.csv.dvc b/snapshots/fasttrack/latest/sentience_institute.csv.dvc index 96eb93e0cce..121bce8e039 100644 --- a/snapshots/fasttrack/latest/sentience_institute.csv.dvc +++ b/snapshots/fasttrack/latest/sentience_institute.csv.dvc @@ -1,17 +1,16 @@ meta: source: - name: Google Sheet + name: 'Sentience Institute. Animals, Food, and Technology (AFT) Survey: 2021 Update.' url: https://www.sentienceinstitute.org/aft-survey-2021 - source_data_url: + source_data_url: |- https://docs.google.com/spreadsheets/d/e/2PACX-1vTHuvrVzfeof4Srke_7bxUlu6eKNZ7RHrjrP6GD184aqrlIiojtSdGH4Hzu48JNynpiES7CX4nf1kUI/pub?output=csv - date_accessed: '2023-09-18' - publication_year: '2021' - published_by: Google Sheet + date_accessed: '2024-11-26' + publication_year: 2021 + published_by: Sentience Institute name: Survey attitudes to livestock farming (Sentience Institute) description: '' license: {} -wdir: ../../../data/snapshots/fasttrack/latest outs: -- md5: 8d9a1e7de3ccba2495c5bd97cbfc2e62 - size: 1540 - path: sentience_institute.csv + - md5: 8d9a1e7de3ccba2495c5bd97cbfc2e62 + size: 1540 + path: sentience_institute.csv diff --git a/snapshots/fasttrack/latest/treatment_gap_anxiety_disorders_world_mental_health_surveys.csv.dvc b/snapshots/fasttrack/latest/treatment_gap_anxiety_disorders_world_mental_health_surveys.csv.dvc index b5d9ea6ee6a..e41becaeee8 100644 --- a/snapshots/fasttrack/latest/treatment_gap_anxiety_disorders_world_mental_health_surveys.csv.dvc +++ b/snapshots/fasttrack/latest/treatment_gap_anxiety_disorders_world_mental_health_surveys.csv.dvc @@ -1,47 +1,19 @@ meta: - namespace: fasttrack - short_name: treatment_gap_anxiety_disorders_world_mental_health_surveys - file_extension: csv - date_accessed: 2023-05-12 - name: Treatment gap for anxiety disorders - World Mental Health Surveys - Alonso - et al. 2017 - description: 'This dataset comes from the World Mental Health surveys, which conducted - national studies in 21 countries, using validated structured interviews to survey - members of the general population about symptoms of mental illnesses they had - in the past 12 months and their lifetime so far. The source describes the dataset: - "Data came from 24 community epidemiological surveys administered in 21 countries - as part of the WMH surveys (Kessler & Ustun, 2004). These included 12 surveys - carried out in high-income countries, 6 surveys in upper-middle-income countries - and 6 in low or lower-middle income countries (see table 1). The majority of surveys - were based on nationally representative household samples. Three were representative - of urban areas in their countries (Colombia, Mexico, and Peru). Three were representative - of selected regions in their countries (Japan, Nigeria, and Murcia, Spain). Four - were representative of selected Metropolitan Areas (Sao Paulo, Brazil; Medellin, - Colombia; and Beijing-Shanghai and Shenzhen in the People’s Republic of China - (PRC)). Trained lay interviewers conducted face-to-face interviews with respondents, - aged 18 years and over. The interviews took place within the households of the - respondents. To reduce respondent burden, the interview was divided into two parts. - Part I assessed core mental disorders and was administered to all respondents. - Part II, which assessed additional disorders and correlates, was administered - to all Part I respondents who met lifetime criteria for any disorder plus a probability - subsample of other Part I respondents. Part II data, the focus of this report, - were weighted by the inverse of their probabilities of selection into Part II - and additionally weighted to adjust samples to match population distributions - on the cross-classification of key socio-demographic and geographic variables. - Further details about WMH sampling and weighting are available elsewhere(Heeringa - et al., 2008). Response rates ranged between 45.9% and 97.2% and had a weighted - average of 70.1% across all surveys."' - source_name: Google Sheet - url: https://pubmed.ncbi.nlm.nih.gov/29356216/ - source_published_by: Google Sheet - source_data_url: https://docs.google.com/spreadsheets/d/e/2PACX-1vQtKZYhI1TbqVZILdDFZuSYJcew8xyYKc9Euyzfzwz6g8O28Qfapc-QJfVetZqJF2N8mNLItaErz63_/pub?output=csv - license_url: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6008788/ - license_name: Made freely available by authors - is_public: true - version: latest - publication_year: 2017 -wdir: ../../../data/snapshots/fasttrack/latest + source: + name: Treatment gap for anxiety disorders - World Mental Health Surveys - Alonso et al. 2017 + url: https://pubmed.ncbi.nlm.nih.gov/29356216/ + source_data_url: |- + https://docs.google.com/spreadsheets/d/e/2PACX-1vQtKZYhI1TbqVZILdDFZuSYJcew8xyYKc9Euyzfzwz6g8O28Qfapc-QJfVetZqJF2N8mNLItaErz63_/pub?output=csv + date_accessed: '2024-11-26' + publication_year: 2017 + published_by: Alonso et al. (2017) + name: Treatment gap for anxiety disorders - World Mental Health Surveys - Alonso et al. 2017 + description: |- + This dataset comes from the World Mental Health surveys, which conducted national studies in 21 countries, using validated structured interviews to survey members of the general population about symptoms of mental illnesses they had in the past 12 months and their lifetime so far. The source describes the dataset: "Data came from 24 community epidemiological surveys administered in 21 countries as part of the WMH surveys (Kessler & Ustun, 2004). These included 12 surveys carried out in high-income countries, 6 surveys in upper-middle-income countries and 6 in low or lower-middle income countries (see table 1). The majority of surveys were based on nationally representative household samples. Three were representative of urban areas in their countries (Colombia, Mexico, and Peru). Three were representative of selected regions in their countries (Japan, Nigeria, and Murcia, Spain). Four were representative of selected Metropolitan Areas (Sao Paulo, Brazil; Medellin, Colombia; and Beijing-Shanghai and Shenzhen in the People’s Republic of China (PRC)). Trained lay interviewers conducted face-to-face interviews with respondents, aged 18 years and over. The interviews took place within the households of the respondents. To reduce respondent burden, the interview was divided into two parts. Part I assessed core mental disorders and was administered to all respondents. Part II, which assessed additional disorders and correlates, was administered to all Part I respondents who met lifetime criteria for any disorder plus a probability subsample of other Part I respondents. Part II data, the focus of this report, were weighted by the inverse of their probabilities of selection into Part II and additionally weighted to adjust samples to match population distributions on the cross-classification of key socio-demographic and geographic variables. Further details about WMH sampling and weighting are available elsewhere(Heeringa et al., 2008). Response rates ranged between 45.9% and 97.2% and had a weighted average of 70.1% across all surveys." + license: + name: Made freely available by authors + url: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6008788/ outs: -- md5: 24b2bc09a23fe8ed5ab7e8a37df42c4d - size: 1297 - path: treatment_gap_anxiety_disorders_world_mental_health_surveys.csv + - md5: 24b2bc09a23fe8ed5ab7e8a37df42c4d + size: 1297 + path: treatment_gap_anxiety_disorders_world_mental_health_surveys.csv diff --git a/snapshots/fasttrack/latest/whm_treatment_gap_anxiety_disorders.csv.dvc b/snapshots/fasttrack/latest/whm_treatment_gap_anxiety_disorders.csv.dvc index cba58543e82..0a3591664e3 100644 --- a/snapshots/fasttrack/latest/whm_treatment_gap_anxiety_disorders.csv.dvc +++ b/snapshots/fasttrack/latest/whm_treatment_gap_anxiety_disorders.csv.dvc @@ -1,47 +1,19 @@ meta: - namespace: fasttrack - short_name: whm_treatment_gap_anxiety_disorders - file_extension: csv - date_accessed: 2023-06-15 + source: + name: Treatment gap for anxiety disorders - World Mental Health Surveys - Alonso et al. 2017 + url: https://pubmed.ncbi.nlm.nih.gov/29356216/ + source_data_url: |- + https://docs.google.com/spreadsheets/d/e/2PACX-1vTQERY6SffT6Lc4ogBdVxjBlPFiOOluxEd3h9oAbrRtSy5YXQ0BTYqZFhrF1wl5N9j6Ko-Mm2XwHZtZ/pub?output=csv + date_accessed: '2024-11-26' + publication_year: 2017 + published_by: Alonso et al. (2017) name: Treatment gap for anxiety disorders (WMH, 2017) - description: 'This dataset comes from the World Mental Health surveys, which conducted - national studies in 21 countries, using validated structured interviews to survey - members of the general population about symptoms of mental illnesses they had - in the past 12 months and their lifetime so far. The source describes the dataset: - "Data came from 24 community epidemiological surveys administered in 21 countries - as part of the WMH surveys (Kessler & Ustun, 2004). These included 12 surveys - carried out in high-income countries, 6 surveys in upper-middle-income countries - and 6 in low or lower-middle income countries (see table 1). The majority of surveys - were based on nationally representative household samples. Three were representative - of urban areas in their countries (Colombia, Mexico, and Peru). Three were representative - of selected regions in their countries (Japan, Nigeria, and Murcia, Spain). Four - were representative of selected Metropolitan Areas (Sao Paulo, Brazil; Medellin, - Colombia; and Beijing-Shanghai and Shenzhen in the People’s Republic of China - (PRC)). Trained lay interviewers conducted face-to-face interviews with respondents, - aged 18 years and over. The interviews took place within the households of the - respondents. To reduce respondent burden, the interview was divided into two parts. - Part I assessed core mental disorders and was administered to all respondents. - Part II, which assessed additional disorders and correlates, was administered - to all Part I respondents who met lifetime criteria for any disorder plus a probability - subsample of other Part I respondents. Part II data, the focus of this report, - were weighted by the inverse of their probabilities of selection into Part II - and additionally weighted to adjust samples to match population distributions - on the cross-classification of key socio-demographic and geographic variables. - Further details about WMH sampling and weighting are available elsewhere(Heeringa - et al., 2008). Response rates ranged between 45.9% and 97.2% and had a weighted - average of 70.1% across all surveys."' - source_name: Google Sheet - url: https://pubmed.ncbi.nlm.nih.gov/29356216/ - source_published_by: Google Sheet - source_data_url: - https://docs.google.com/spreadsheets/d/e/2PACX-1vTQERY6SffT6Lc4ogBdVxjBlPFiOOluxEd3h9oAbrRtSy5YXQ0BTYqZFhrF1wl5N9j6Ko-Mm2XwHZtZ/pub?output=csv - license_url: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6008788/ - license_name: Made freely available by authors - is_public: true - version: latest - publication_year: 2017 -wdir: ../../../data/snapshots/fasttrack/latest + description: |- + This dataset comes from the World Mental Health surveys, which conducted national studies in 21 countries, using validated structured interviews to survey members of the general population about symptoms of mental illnesses they had in the past 12 months and their lifetime so far. The source describes the dataset: "Data came from 24 community epidemiological surveys administered in 21 countries as part of the WMH surveys (Kessler & Ustun, 2004). These included 12 surveys carried out in high-income countries, 6 surveys in upper-middle-income countries and 6 in low or lower-middle income countries (see table 1). The majority of surveys were based on nationally representative household samples. Three were representative of urban areas in their countries (Colombia, Mexico, and Peru). Three were representative of selected regions in their countries (Japan, Nigeria, and Murcia, Spain). Four were representative of selected Metropolitan Areas (Sao Paulo, Brazil; Medellin, Colombia; and Beijing-Shanghai and Shenzhen in the People’s Republic of China (PRC)). Trained lay interviewers conducted face-to-face interviews with respondents, aged 18 years and over. The interviews took place within the households of the respondents. To reduce respondent burden, the interview was divided into two parts. Part I assessed core mental disorders and was administered to all respondents. Part II, which assessed additional disorders and correlates, was administered to all Part I respondents who met lifetime criteria for any disorder plus a probability subsample of other Part I respondents. Part II data, the focus of this report, were weighted by the inverse of their probabilities of selection into Part II and additionally weighted to adjust samples to match population distributions on the cross-classification of key socio-demographic and geographic variables. Further details about WMH sampling and weighting are available elsewhere(Heeringa et al., 2008). Response rates ranged between 45.9% and 97.2% and had a weighted average of 70.1% across all surveys." + license: + name: Made freely available by authors + url: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6008788/ outs: -- md5: 2ef040684f17d2121ded34c460efa4aa - size: 2000 - path: whm_treatment_gap_anxiety_disorders.csv + - md5: 2ef040684f17d2121ded34c460efa4aa + size: 2000 + path: whm_treatment_gap_anxiety_disorders.csv