| # | 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. household_size_mean (average members per household), the five size bands household_size_1, household_size_2_to_4, household_size_5_to_7, household_size_8_to_10 and household_size_11_plus, and households_total (the count of households). | - |
| 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. | - |
| sex | string | Sex of the HEAD OF HOUSEHOLD, not of a person. male, female, or total. This differs from every other EICV dataset, where sex refers to the individual, and it is what table 1.8 breaks down by. | - |
| value | float64 | Indicator value, scale set by unit. | - |
| unit | string | Unit of the value column. percent for the five size bands, persons for household_size_mean, thousands for households_total. | - |
import imibare as imi
df = imi.load("rw.nisr.eicv-households.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-households_irregular LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/rw.nisr.eicv-households.irregular/download" \
-o "rw.nisr.eicv-households.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-households.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 LATEST105 rows · 6.1 KB · initial version
imibare contributors. (2026). EICV7 Household Size [Data set]. imibare. v2026-08-14. https://imibare.org/datasets/rw.nisr.eicv-households.irregular
@dataset{imibare_rw_nisr_eicv-households_irregular, author = {imibare contributors}, title = {EICV7 Household Size}, year = {2026}, publisher = {imibare}, version = {v2026-08-14}, url = {https://imibare.org/datasets/rw.nisr.eicv-households.irregular} }
imibare contributors. EICV7 Household Size. v2026-08-14. imibare, 2026. https://imibare.org/datasets/rw.nisr.eicv-households.irregular.
imibare contributors. EICV7 Household Size. v2026-08-14, imibare, 2026, https://imibare.org/datasets/rw.nisr.eicv-households.irregular.