Dataset Viewer
Auto-converted to Parquet Duplicate
country_name
stringlengths
4
11
country_iso3
stringlengths
3
3
year
int64
2.01k
2.02k
Knowledge about HIV prevention in young people
float64
1.75
41.4
Afghanistan
AFG
2,015
1.75
Azerbaijan
AZE
2,011
14.9
Bhutan
BTN
2,016
23.2
Cambodia
KHM
2,014
39.5
East Timor
TLS
2,010
13.91
East Timor
TLS
2,016
11.08
India
IND
2,006
25.67
India
IND
2,016
26.17
Indonesia
IDN
2,012
11.37
Iran
IRN
2,012
18.27
Kyrgyzstan
KGZ
2,012
23.4
Laos
LAO
2,012
25.13
Malaysia
MYS
2,015
41.4
Maldives
MDV
2,009
35.49
Mongolia
MNG
2,014
22.12
Myanmar
MMR
2,015
16.6
Myanmar
MMR
2,016
16.65
Nepal
NPL
2,011
27.81
Pakistan
PAK
2,013
4.29
Philippines
PHL
2,013
15.05

Young People With Knowledge On Hiv Prevention | Asia (Our World in Data)

🌏 25 observations · 22 Asia countries · 2000–2016 · Repackaged by Electric Sheep Asia

rows countries years license

TL;DR

This dataset contains 25 observations of Young People With Knowledge On Hiv Prevention data across 22 Asia countries, spanning 2000–2016.

About the source

Geographic coverage

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

Country Rows First year Last year
IND 2 2006 2016
MMR 2 2015 2016
TLS 2 2010 2016
BTN 1 2016 2016
AZE 1 2011 2011
AFG 1 2015 2015
IRN 1 2012 2012
IDN 1 2012 2012
LAO 1 2012 2012
KGZ 1 2012 2012
MDV 1 2009 2009
MNG 1 2014 2014
MYS 1 2015 2015
KHM 1 2014 2014
NPL 1 2011 2011
... 7 more countries

Schema

Column Type Description Example
country_name string Afghanistan
country_iso3 string AFG
year int64 2015
Knowledge about HIV prevention in young people float64 1.75

Usage

from datasets import load_dataset

ds = load_dataset("electricsheepasia/asia-owid-young-people-with-knowledge-on-hiv-prevention")
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="Knowledge about HIV prevention in young people")

Citation

@misc{asia_owid_young_people_with_knowledge_on_hiv_prevention_2016,
  title        = {Young People With Knowledge On Hiv Prevention | Asia (Our World in Data)},
  author       = {Our World in Data},
  year         = {2016},
  url          = {https://ourworldindata.org/grapher/young-people-with-knowledge-on-hiv-prevention},
  publisher    = {HuggingFace Datasets, repackaged by Electric Sheep Asia},
  howpublished = {\url{https://huggingface.co/datasets/electricsheepasia/asia-owid-young-people-with-knowledge-on-hiv-prevention}}
}

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-13 via the Electric Sheep pipeline. Source URL: https://ourworldindata.org/grapher/young-people-with-knowledge-on-hiv-prevention

Downloads last month
36