| # | year | period | topic | district | subcategory | value |
|---|---|---|---|---|---|---|
| loading... | ||||||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| year | int64 | Fiscal-year start year (varies by table, from 2015 onward). | - |
| period | string | Fiscal-year period label (e.g. "2021-2022"). | - |
| topic | string | Sub-table slug. Values: contributions (RWF), contributing_institutions (count), mutuelle_registrations (CBHI registrations, count), affiliates (count), active_members (count), passive_members (count). | - |
| district | string | District name. Also includes non-district RSSB populations that appear as rows in the source (Prisoners, Refugees, Other special cases). | - |
| subcategory | string | Sub-dimension where the source splits a topic. Values: affiliates, dependents (affiliates topic); males, females (active_members and passive_members topics); null for single-value topics. Per-period Total columns are excluded as derivable. | - |
| value | float64 | Value in the topic's unit (RWF for contributions, count otherwise). | - |
import imibare as imi
df = imi.load("rw.nisr.social-security.annual")
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_social-security_annual LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/rw.nisr.social-security.annual/download" \
-o "rw.nisr.social-security.annual.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.social-security.annual" 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-07-03 Jul 3, 2026 LATEST1,374 rows · 13.1 KB · initial version
imibare contributors. (2026). Social Security by District [Data set]. imibare. v2026-07-03. https://imibare.org/datasets/rw.nisr.social-security.annual
@dataset{imibare_rw_nisr_social-security_annual, author = {imibare contributors}, title = {Social Security by District}, year = {2026}, publisher = {imibare}, version = {v2026-07-03}, url = {https://imibare.org/datasets/rw.nisr.social-security.annual} }
imibare contributors. Social Security by District. v2026-07-03. imibare, 2026. https://imibare.org/datasets/rw.nisr.social-security.annual.
imibare contributors. Social Security by District. v2026-07-03, imibare, 2026, https://imibare.org/datasets/rw.nisr.social-security.annual.