| # | date | market_type | index_id | description | weight | index_value |
|---|---|---|---|---|---|---|
| loading... | ||||||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| date | date | First day of reference month | - |
| market_type | string | Market scope - all_rwanda | local | export | - |
| index_id | string | ISIC rev. 4 sector code (e.g. R, RC10); empty string for export aggregate | - |
| description | string | Full ISIC rev. 4 sector description | - |
| weight | float64 | Sector weight per 1 000 (market-type-specific composition) | per 1000 |
| index_value | float64 | PPI index value (base ~2017=100) | - |
import imibare as imi
df = imi.load("rw.nisr.ppi.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_ppi_monthly LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/rw.nisr.ppi.monthly/download" \
-o "rw.nisr.ppi.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.ppi.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-09-06 Sep 6, 2026 LATEST7,122 rows · 18.3 KB · −40 rows
- 2026-09-01 Sep 1, 20267,162 rows · 18.3 KB · +40 rows
- 2026-07-31 Jul 31, 20267,122 rows · 18.3 KB · +40 rows
- 2026-07-03 Jul 3, 20267,082 rows · 18.1 KB · +40 rows
- 2026-06-05 Jun 5, 20267,042 rows · 18.0 KB · same row count
- 2026-06-04 Jun 4, 20267,042 rows · 17.9 KB · initial version
imibare contributors. (2026). Producer Price Index [Data set]. imibare. v2026-09-06. https://imibare.org/datasets/rw.nisr.ppi.monthly
@dataset{imibare_rw_nisr_ppi_monthly, author = {imibare contributors}, title = {Producer Price Index}, year = {2026}, publisher = {imibare}, version = {v2026-09-06}, url = {https://imibare.org/datasets/rw.nisr.ppi.monthly} }
imibare contributors. Producer Price Index. v2026-09-06. imibare, 2026. https://imibare.org/datasets/rw.nisr.ppi.monthly.
imibare contributors. Producer Price Index. v2026-09-06, imibare, 2026, https://imibare.org/datasets/rw.nisr.ppi.monthly.