| # | survey_round | reference_period | indicator | breakdown | breakdown_value | sex | value | unit |
|---|---|---|---|---|---|---|---|---|
| loading... | ||||||||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| survey_round | string | EICV round label. EICV7 only at present, so a later round appends rather than replaces. | - |
| reference_period | string | Survey reference period, as NISR labels it. "2023/24" for EICV7. | - |
| indicator | string | What is measured, one of 21 values. Insurance: has_health_insurance and the four shares insurance_type_cbhi, insurance_type_rssb, insurance_type_employer, insurance_type_other. Morbidity: reported_health_problem, consulted_after_problem, did_not_consult_after_problem. Consultations: made_consultation and eight consultation_reason_* shares. Denominators, in thousands: population_total, reported_health_problem_total, made_consultation_total, insured_total. | - |
| breakdown | string | Which dimension this row varies. One of national, area, province, quintile, age_group. Each row varies exactly one. age_group appears only for the insurance indicators, because only table 3.5 carries it. | - |
| breakdown_value | string | The value of that dimension. Rwanda for national; Urban or Rural for area; a province name matching the other EICV and census datasets; Q1 to Q5 for quintile; a five-year band for age_group. | - |
| sex | string | male, female, or total. | - |
| value | float64 | Indicator value, scale set by unit. | - |
| unit | string | Unit of the value column. percent for rates and shares, thousands for the four denominators. | - |
import imibare as imi
df = imi.load("rw.nisr.eicv-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_eicv-health_irregular LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/rw.nisr.eicv-health.irregular/download" \
-o "rw.nisr.eicv-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.eicv-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 LATEST413 rows · 9.5 KB · initial version
imibare contributors. (2026). EICV7 Health [Data set]. imibare. v2026-08-14. https://imibare.org/datasets/rw.nisr.eicv-health.irregular
@dataset{imibare_rw_nisr_eicv-health_irregular, author = {imibare contributors}, title = {EICV7 Health}, year = {2026}, publisher = {imibare}, version = {v2026-08-14}, url = {https://imibare.org/datasets/rw.nisr.eicv-health.irregular} }
imibare contributors. EICV7 Health. v2026-08-14. imibare, 2026. https://imibare.org/datasets/rw.nisr.eicv-health.irregular.
imibare contributors. EICV7 Health. v2026-08-14, imibare, 2026, https://imibare.org/datasets/rw.nisr.eicv-health.irregular.