| # | 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 33 values. Rates: migrated_5y, internal_migrants_5y, international_migrants_5y. Counts, in thousands: migrants_total, internal_migrants_total, international_migrants_total. Origins: seven origin_country_* shares for international migrants and five origin_province_* shares for internal ones. Reasons: fifteen reason_moved_* shares, of which reason_moved_parent_hh_moved is the largest nationally. | - |
| breakdown | string | Which dimension this row varies. One of national, area, province, quintile. 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 other EICV and census datasets; Q1 to Q5 for quintile. Province here is where the person lives now, not where they came from, which is carried by the origin_province_* indicators. | - |
| 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 three counts. | - |
import imibare as imi
df = imi.load("rw.nisr.eicv-migration.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-migration_irregular LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/rw.nisr.eicv-migration.irregular/download" \
-o "rw.nisr.eicv-migration.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-migration.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 LATEST495 rows · 10.0 KB · initial version
imibare contributors. (2026). EICV7 Migration [Data set]. imibare. v2026-08-14. https://imibare.org/datasets/rw.nisr.eicv-migration.irregular
@dataset{imibare_rw_nisr_eicv-migration_irregular, author = {imibare contributors}, title = {EICV7 Migration}, year = {2026}, publisher = {imibare}, version = {v2026-08-14}, url = {https://imibare.org/datasets/rw.nisr.eicv-migration.irregular} }
imibare contributors. EICV7 Migration. v2026-08-14. imibare, 2026. https://imibare.org/datasets/rw.nisr.eicv-migration.irregular.
imibare contributors. EICV7 Migration. v2026-08-14, imibare, 2026, https://imibare.org/datasets/rw.nisr.eicv-migration.irregular.