| # | date | indicator_id | indicator_name | weight | index_value |
|---|---|---|---|---|---|
| loading... | |||||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| date | date | First day of reference month | - |
| indicator_id | string | NISR indicator code: IND (total), INDB (mining), INDC (manufacturing total), INDCA-INDCH (manufacturing sub-sectors), INDD (electricity), INDE (water & waste) | - |
| indicator_name | string | Full sector description | - |
| weight | float64 | 2024-base GVA share as percentage (sums to 100 across top-level sectors) | percent |
| index_value | float64 | IIP index value (base 2024=100) | - |
import imibare as imi
df = imi.load("rw.nisr.iip.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_iip_monthly LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/rw.nisr.iip.monthly/download" \
-o "rw.nisr.iip.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.iip.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-05 Aug 5, 2026 LATEST2,340 rows · 27.7 KB · −52 rows
- 2026-06-05 Jun 5, 20262,392 rows · 28.0 KB · initial version
imibare contributors. (2026). Index of Industrial Production [Data set]. imibare. v2026-08-05. https://imibare.org/datasets/rw.nisr.iip.monthly
@dataset{imibare_rw_nisr_iip_monthly, author = {imibare contributors}, title = {Index of Industrial Production}, year = {2026}, publisher = {imibare}, version = {v2026-08-05}, url = {https://imibare.org/datasets/rw.nisr.iip.monthly} }
imibare contributors. Index of Industrial Production. v2026-08-05. imibare, 2026. https://imibare.org/datasets/rw.nisr.iip.monthly.
imibare contributors. Index of Industrial Production. v2026-08-05, imibare, 2026, https://imibare.org/datasets/rw.nisr.iip.monthly.