| # | survey_round | reference_period | indicator | breakdown | breakdown_value | sex | value | unit |
|---|---|---|---|---|---|---|---|---|
| loading... | ||||||||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| survey_round | string | DHS round label. DHS7 only at present, so a later round appends rather than replaces. | - |
| reference_period | string | Survey reference period. "2025" for DHS7. | - |
| indicator | string | What is measured, one of 35 values. Vaccination: vaccinated_12_23m_* for seventeen antigens plus the two fully-vaccinated definitions and no_vaccinations, and vaccinated_24_35m_* for the second measles-rubella dose and the national schedule, with a count of children for each band. The age band is part of the slug rather than a breakdown because a single row reports both at once. Nutrition: stunting, wasting, underweight and overweight, each with a _severe counterpart where the source publishes one, a mean z-score, and a count of children measured. | - |
| breakdown | string | Which dimension this row varies. One of national, area, province, quintile, age_months, birth_order, mothers_education, mothers_interview_status, vaccination_card. Each row varies exactly one. | - |
| breakdown_value | string | The value of that dimension. Rwanda for national; Urban or Rural for area; a province name matching the EICV and census datasets, normalised from the source's abbreviations; a wealth quintile from Lowest to Fifth; an age band in months, birth order, mother's education or card status otherwise. | - |
| sex | string | male, female, or total, referring to the child. | - |
| value | float64 | Indicator value, scale set by unit. NOT bounded below at zero, unlike the other survey datasets: a mean z-score is negative wherever the population sits below the reference median, which is most of the height-for-age and weight-for-age rows. | - |
| unit | string | Unit of the value column. percent for coverage and prevalence, children for the denominators, and z-score for the three anthropometric means. | - |
import imibare as imi
df = imi.load("rw.nisr.dhs-child-health.irregular")
print(df.head()) import duckdb
duckdb.sql("""
ATTACH 'https://catalog.cloudflarestorage.com/imibare-data'
AS imi (TYPE ICEBERG, READ_ONLY)
""")
duckdb.sql("SELECT * FROM imi.rw_nisr_dhs-child-health_irregular LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/rw.nisr.dhs-child-health.irregular/download" \
-o "rw.nisr.dhs-child-health.irregular.parquet" # List all datasets
curl "https://api.imibare.org/v1/datasets"
# Get metadata for this dataset
curl "https://api.imibare.org/v1/datasets/rw.nisr.dhs-child-health.irregular" Every version is a change in the data, and every one is retained; snapshots are never overwritten. Each entry is a dated Parquet snapshot in the dataset's versions/ archive.
- 2026-08-14 Aug 14, 2026 LATEST962 rows · 8.8 KB · initial version
imibare contributors. (2026). DHS7 Child Health [Data set]. imibare. v2026-08-14. https://imibare.org/datasets/rw.nisr.dhs-child-health.irregular
@dataset{imibare_rw_nisr_dhs-child-health_irregular, author = {imibare contributors}, title = {DHS7 Child Health}, year = {2026}, publisher = {imibare}, version = {v2026-08-14}, url = {https://imibare.org/datasets/rw.nisr.dhs-child-health.irregular} }
imibare contributors. DHS7 Child Health. v2026-08-14. imibare, 2026. https://imibare.org/datasets/rw.nisr.dhs-child-health.irregular.
imibare contributors. DHS7 Child Health. v2026-08-14, imibare, 2026, https://imibare.org/datasets/rw.nisr.dhs-child-health.irregular.