| # | year | geography | geography_level | residence | indicator | value | unit |
|---|---|---|---|---|---|---|---|
| loading... | |||||||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| year | int64 | Census year, 2019 throughout | - |
| geography | string | County name as published, or KENYA for the national total | - |
| geography_level | string | national or county | - |
| residence | string | total, rural or urban | - |
| indicator | string | population_total, population_male, population_female, population_intersex, households_total, households_conventional, households_group_quarters, land_area, population_density | - |
| value | float64 | Value of the indicator, in the unit named alongside | - |
| unit | string | persons, households, sq_km or persons_per_sq_km | - |
import imibare as imi
df = imi.load("ke.knbs.population.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.ke_knbs_population_irregular LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/ke.knbs.population.irregular/download" \
-o "ke.knbs.population.irregular.parquet" # List all datasets
curl "https://api.imibare.org/v1/datasets"
# Get metadata for this dataset
curl "https://api.imibare.org/v1/datasets/ke.knbs.population.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-15 Aug 15, 2026 LATEST1,272 rows · 13.5 KB · initial version
imibare contributors. (2026). Population and Households by County [Data set]. imibare. v2026-08-15. https://imibare.org/datasets/ke.knbs.population.irregular
@dataset{imibare_ke_knbs_population_irregular, author = {imibare contributors}, title = {Population and Households by County}, year = {2026}, publisher = {imibare}, version = {v2026-08-15}, url = {https://imibare.org/datasets/ke.knbs.population.irregular} }
imibare contributors. Population and Households by County. v2026-08-15. imibare, 2026. https://imibare.org/datasets/ke.knbs.population.irregular.
imibare contributors. Population and Households by County. v2026-08-15, imibare, 2026, https://imibare.org/datasets/ke.knbs.population.irregular.