World Mortality Dataset (2024)
@owid.wmd
@owid.wmd
World Mortality Dataset: international data on all-cause mortality.
This dataset contains country-level data on all-cause mortality in 2015–2024 collected from various sources. They are currently providing data for 122 countries and territories.
For a complete and up-to-date list of notes on the dataset, please refer to their GitHub page at https://github.com/akarlinsky/world_mortality/.
For the list of sources that they use, please go to https://github.com/akarlinsky/world_mortality/#sou rces.
Published paper available at https://elifesciences.org/articles/69336.
CREATE TABLE owid_wmd (
"entity" VARCHAR,
"time" INTEGER,
"time_unit" VARCHAR,
"age" VARCHAR,
"n__2015" FLOAT -- 2015,
"n__2016" FLOAT -- 2016,
"n__2017" FLOAT -- 2017,
"n__2018" FLOAT -- 2018,
"n__2019" FLOAT -- 2019,
"n__2020" FLOAT -- 2020,
"n__2021" FLOAT -- 2021,
"n__2022" FLOAT -- 2022,
"n__2023" FLOAT -- 2023,
"n__2024" FLOAT -- 2024
);Anyone who has the link will be able to view this.