CollosaAI's picture
Upload README.md with huggingface_hub
a2a1adf verified
|
Raw
History Blame Contribute Delete
3.94 kB
metadata
license: cc-by-4.0
language:
  - en
task_categories:
  - tabular-classification
  - tabular-regression
  - time-series-forecasting
multilinguality: monolingual
size_categories:
  - 1K<n<10K
tags:
  - tabular
  - asia
  - our-world-in-data
  - life-expectancy-hmd-unwpp
  - owid
  - long-run-series
  - time-series
pretty_name: Life Expectancy Hmd Unwpp | Asia (Our World in Data)

Life Expectancy Hmd Unwpp | Asia (Our World in Data)

🌏 3,629 observations · 49 Asia countries · 1947–2023 · Repackaged by Electric Sheep Asia

rows countries years license

TL;DR

This dataset contains 3,629 observations of Life Expectancy Hmd Unwpp data across 49 Asia countries, spanning 1947–2023.

About the source

Geographic coverage

49 Asia countries · top rows shown below, sorted by row count:

Country Rows First year Last year
JPN 77 1947 2023
ARE 74 1950 2023
ARM 74 1950 2023
AZE 74 1950 2023
BGD 74 1950 2023
BHR 74 1950 2023
BRN 74 1950 2023
BTN 74 1950 2023
CHN 74 1950 2023
CYP 74 1950 2023
GEO 74 1950 2023
IDN 74 1950 2023
IND 74 1950 2023
IRN 74 1950 2023
IRQ 74 1950 2023
... 34 more countries

Schema

Column Type Description Example
country_name string Afghanistan
country_iso3 string AFG
year int64 1950
Life expectancy at birth, totals, period float64 28.1563

Usage

from datasets import load_dataset

ds = load_dataset("electricsheepasia/asia-owid-life-expectancy-hmd-unwpp")
df = ds["train"].to_pandas()
print(df.head())

Filter to one country

indonesia = df[df["country_iso3"] == "IDN"]

Time-series for a single indicator

sample = df.sort_values("year")
sample.plot(x="year", y="Life expectancy at birth, totals, period")

Citation

@misc{asia_owid_life_expectancy_hmd_unwpp_2023,
  title        = {Life Expectancy Hmd Unwpp | Asia (Our World in Data)},
  author       = {Our World in Data},
  year         = {2023},
  url          = {https://ourworldindata.org/grapher/life-expectancy-hmd-unwpp},
  publisher    = {HuggingFace Datasets, repackaged by Electric Sheep Asia},
  howpublished = {\url{https://huggingface.co/datasets/electricsheepasia/asia-owid-life-expectancy-hmd-unwpp}}
}

License

Released under cc-by-4.0.

Original data © Our World in Data. When using this dataset, please cite both the original source above and the Electric Sheep Asia repackaging.

About Electric Sheep

Electric Sheep Asia is part of the Electric Sheep mission: a unified, ML-ready data layer for Asia on HuggingFace. We pull data from authoritative open sources, normalize the schemas, package as Parquet, and publish with consistent dataset cards so researchers and developers can use load_dataset() to start working in seconds.

Browse the full collection: huggingface.co/electricsheepasia


Provenance: ingested 2026-06-06 via the Electric Sheep pipeline. Source URL: https://ourworldindata.org/grapher/life-expectancy-hmd-unwpp