| # | date | section | indicator | value | unit | projection |
|---|---|---|---|---|---|---|
| loading... | ||||||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| date | date | Calendar year-end date of the reference or projection year. | - |
| section | string | Framework theme: output_prices_exchange_rate, money_and_credit, fiscal_accounts, final_demand_savings_investment, external_sector, or memorandum_items. | - |
| indicator | string | Canonical indicator name. Recurring sub-labels are qualified by their parent (e.g. consumption__government vs investment__government). | - |
| value | float64 | Indicator value; percentage and share-of-GDP rows are scaled to percent. | - |
| unit | string | percent, percent_of_gdp, rwf_per_usd, millions_usd, billion_rwf, millions, usd, or months. | - |
| projection | bool | True for the revised-macro-framework forecast years, False for actuals. | - |
import imibare as imi
df = imi.load("rw.minecofin.macro-framework.annual")
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_minecofin_macro-framework_annual LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/rw.minecofin.macro-framework.annual/download" \
-o "rw.minecofin.macro-framework.annual.parquet" # List all datasets
curl "https://api.imibare.org/v1/datasets"
# Get metadata for this dataset
curl "https://api.imibare.org/v1/datasets/rw.minecofin.macro-framework.annual" 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-07-09 Jul 9, 2026 LATEST585 rows · 10.5 KB · initial version
imibare contributors. (2026). Macroeconomic Framework & Medium-Term Outlook [Data set]. imibare. v2026-07-09. https://imibare.org/datasets/rw.minecofin.macro-framework.annual
@dataset{imibare_rw_minecofin_macro-framework_annual, author = {imibare contributors}, title = {Macroeconomic Framework & Medium-Term Outlook}, year = {2026}, publisher = {imibare}, version = {v2026-07-09}, url = {https://imibare.org/datasets/rw.minecofin.macro-framework.annual} }
imibare contributors. Macroeconomic Framework & Medium-Term Outlook. v2026-07-09. imibare, 2026. https://imibare.org/datasets/rw.minecofin.macro-framework.annual.
imibare contributors. Macroeconomic Framework & Medium-Term Outlook. v2026-07-09, imibare, 2026, https://imibare.org/datasets/rw.minecofin.macro-framework.annual.