| # | date | category | value |
|---|---|---|---|
| loading... | |||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| date | date | First day of reference month | - |
| category | string | CPI category (overall, food, housing, transport, …) | - |
| value | float64 | Index value (base year 2014=100) | index |
import imibare as imi
df = imi.load("rw.nisr.cpi.monthly")
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_cpi_monthly LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/rw.nisr.cpi.monthly/download" \
-o "rw.nisr.cpi.monthly.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.cpi.monthly" 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-11 Aug 11, 2026 LATEST3,780 rows · 38.3 KB · +18 rows
- 2026-07-10 Jul 10, 20263,762 rows · 38.1 KB · +18 rows
- 2026-06-10 Jun 10, 20263,744 rows · 37.9 KB · +18 rows
- 2026-05-13 May 13, 20263,726 rows · 37.7 KB · initial version
imibare contributors. (2026). Consumer Price Index [Data set]. imibare. v2026-08-11. https://imibare.org/datasets/rw.nisr.cpi.monthly
@dataset{imibare_rw_nisr_cpi_monthly, author = {imibare contributors}, title = {Consumer Price Index}, year = {2026}, publisher = {imibare}, version = {v2026-08-11}, url = {https://imibare.org/datasets/rw.nisr.cpi.monthly} }
imibare contributors. Consumer Price Index. v2026-08-11. imibare, 2026. https://imibare.org/datasets/rw.nisr.cpi.monthly.
imibare contributors. Consumer Price Index. v2026-08-11, imibare, 2026, https://imibare.org/datasets/rw.nisr.cpi.monthly.