| # | census_year | geography | geography_level | sex | topic | category | value | unit |
|---|---|---|---|---|---|---|---|---|
| loading... | ||||||||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| census_year | int64 | Census reference year. 1978, 1991, 2002, 2012, and 2022 for imr/cmr/u5mr; 2012 and 2022 only for cdr and life_expectancy. | - |
| geography | string | Geographic unit name. Always "Rwanda" - no subnational breakdown. | - |
| geography_level | string | Geographic level. Always "national". | - |
| sex | string | Disaggregation by sex - both_sexes, male, or female. | - |
| topic | string | Indicator topic. Values: imr (Infant Mortality Rate), cmr (Child Mortality Rate), u5mr (Under-Five Mortality Rate), cdr (Crude Death Rate), life_expectancy (life expectancy at birth/20/60). | - |
| category | string | Populated only for topic=life_expectancy, giving the age at which life expectancy is measured (e0, e20, e60). Null for all other topics. | - |
| value | float64 | Indicator value, scale depends on unit. imr/cmr/u5mr/cdr: rate per 1,000. life_expectancy: years remaining at the given age. | - |
| unit | string | Unit of the value column. Values: per_mille (imr, cmr, u5mr, cdr), years (life_expectancy). | - |
import imibare as imi
df = imi.load("rw.nisr.phc-mortality.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_phc-mortality_irregular LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/rw.nisr.phc-mortality.irregular/download" \
-o "rw.nisr.phc-mortality.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.phc-mortality.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-06-11 Jun 11, 2026 LATEST69 rows · 5.3 KB · initial version
imibare contributors. (2026). PHC Mortality [Data set]. imibare. v2026-06-11. https://imibare.org/datasets/rw.nisr.phc-mortality.irregular
@dataset{imibare_rw_nisr_phc-mortality_irregular, author = {imibare contributors}, title = {PHC Mortality}, year = {2026}, publisher = {imibare}, version = {v2026-06-11}, url = {https://imibare.org/datasets/rw.nisr.phc-mortality.irregular} }
imibare contributors. PHC Mortality. v2026-06-11. imibare, 2026. https://imibare.org/datasets/rw.nisr.phc-mortality.irregular.
imibare contributors. PHC Mortality. v2026-06-11, imibare, 2026, https://imibare.org/datasets/rw.nisr.phc-mortality.irregular.