| # | projection_base_year | year | geography | geography_level | sex | age_group | value | unit |
|---|---|---|---|---|---|---|---|---|
| loading... | ||||||||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| projection_base_year | int64 | Census round the projection is based on: 2012 (RPHC4) or 2022 (RPHC5). Both vintages overlap for years 2022-2032; this dimension keeps the two series from colliding. | - |
| year | int64 | Projection year. 2013-2032 for projection_base_year=2012; 2022-2052 (national) or 2023-2032 (province) for projection_base_year=2022. | - |
| geography | string | Geographic unit name. Rwanda (national) or one of five provinces (City of Kigali, Southern Province, Western Province, Northern Province, Eastern Province). Province rows exist only for projection_base_year=2022. | - |
| geography_level | string | Geographic level, national or province. | - |
| sex | string | Sex breakdown, both_sexes, male, or female. | - |
| age_group | string | 5-year age group (0-4 ... 80+, 18 groups) or "Total", the sum across all age groups. | - |
| value | float64 | Projected population count. | - |
| unit | string | Unit of the value column. Always "count". | - |
import imibare as imi
df = imi.load("rw.nisr.population-projections.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_population-projections_irregular LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/rw.nisr.population-projections.irregular/download" \
-o "rw.nisr.population-projections.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.population-projections.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 LATEST5,454 rows · 41.6 KB · initial version
imibare contributors. (2026). Population Projections [Data set]. imibare. v2026-06-11. https://imibare.org/datasets/rw.nisr.population-projections.irregular
@dataset{imibare_rw_nisr_population-projections_irregular, author = {imibare contributors}, title = {Population Projections}, year = {2026}, publisher = {imibare}, version = {v2026-06-11}, url = {https://imibare.org/datasets/rw.nisr.population-projections.irregular} }
imibare contributors. Population Projections. v2026-06-11. imibare, 2026. https://imibare.org/datasets/rw.nisr.population-projections.irregular.
imibare contributors. Population Projections. v2026-06-11, imibare, 2026, https://imibare.org/datasets/rw.nisr.population-projections.irregular.