Datasets:
Label synthetic dataset (banner + tag + data_type)
Browse files
README.md
CHANGED
|
@@ -2,96 +2,103 @@
|
|
| 2 |
pretty_name: African Public Debt Management
|
| 3 |
license: cc-by-4.0
|
| 4 |
task_categories:
|
| 5 |
-
|
| 6 |
-
|
| 7 |
tags:
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
size_categories:
|
| 22 |
-
|
| 23 |
configs:
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
dataset_info:
|
| 31 |
-
description:
|
| 32 |
-
|
|
|
|
| 33 |
countries across 3 policy scenarios, parameterized from IMF, World Bank, and AfDB
|
|
|
|
| 34 |
reports.
|
|
|
|
|
|
|
| 35 |
features:
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
|
| 86 |
-
|
| 87 |
-
|
| 88 |
-
|
| 89 |
-
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
|
|
|
| 93 |
---
|
| 94 |
|
|
|
|
|
|
|
| 95 |
# African Public Debt Management Dataset
|
| 96 |
|
| 97 |
## Overview
|
|
|
|
| 2 |
pretty_name: African Public Debt Management
|
| 3 |
license: cc-by-4.0
|
| 4 |
task_categories:
|
| 5 |
+
- tabular-classification
|
| 6 |
+
- tabular-regression
|
| 7 |
tags:
|
| 8 |
+
- governance
|
| 9 |
+
- public-debt
|
| 10 |
+
- fiscal-policy
|
| 11 |
+
- sub-saharan-africa
|
| 12 |
+
- synthetic
|
| 13 |
+
- lmic
|
| 14 |
+
- debt-sustainability
|
| 15 |
+
- macroeconomics
|
| 16 |
+
- development-economics
|
| 17 |
+
- debt-management
|
| 18 |
+
- africa
|
| 19 |
+
- imf
|
| 20 |
+
- world-bank
|
| 21 |
size_categories:
|
| 22 |
+
- 10K<n<100K
|
| 23 |
configs:
|
| 24 |
+
- config_name: baseline
|
| 25 |
+
data_files: data/baseline.csv
|
| 26 |
+
- config_name: debt_consolidation
|
| 27 |
+
data_files: data/debt_consolidation.csv
|
| 28 |
+
- config_name: debt_distress
|
| 29 |
+
data_files: data/debt_distress.csv
|
| 30 |
dataset_info:
|
| 31 |
+
description: 'Synthetic dataset of public debt management indicators for 12 Sub-Saharan
|
| 32 |
+
African
|
| 33 |
+
|
| 34 |
countries across 3 policy scenarios, parameterized from IMF, World Bank, and AfDB
|
| 35 |
+
|
| 36 |
reports.
|
| 37 |
+
|
| 38 |
+
'
|
| 39 |
features:
|
| 40 |
+
- name: country
|
| 41 |
+
dtype: string
|
| 42 |
+
description: Country name
|
| 43 |
+
- name: year
|
| 44 |
+
dtype: int16
|
| 45 |
+
description: Observation year
|
| 46 |
+
- name: scenario
|
| 47 |
+
dtype: string
|
| 48 |
+
description: Policy scenario (baseline, debt_consolidation, debt_distress)
|
| 49 |
+
- name: debt_to_gdp_pct
|
| 50 |
+
dtype: float32
|
| 51 |
+
description: Total government debt as percentage of GDP
|
| 52 |
+
- name: external_debt_pct
|
| 53 |
+
dtype: float32
|
| 54 |
+
description: Share of total debt owed to external creditors (%)
|
| 55 |
+
- name: domestic_debt_pct
|
| 56 |
+
dtype: float32
|
| 57 |
+
description: Share of total debt held by domestic creditors (%)
|
| 58 |
+
- name: debt_service_ratio_pct
|
| 59 |
+
dtype: float32
|
| 60 |
+
description: Debt service payments as percentage of government revenue
|
| 61 |
+
- name: concessional_debt_pct
|
| 62 |
+
dtype: float32
|
| 63 |
+
description: Share of external debt on concessional terms (%)
|
| 64 |
+
- name: average_maturity_years
|
| 65 |
+
dtype: float32
|
| 66 |
+
description: Weighted average remaining maturity of debt stock (years)
|
| 67 |
+
- name: average_interest_rate_pct
|
| 68 |
+
dtype: float32
|
| 69 |
+
description: Weighted average effective interest rate on debt stock (%)
|
| 70 |
+
- name: debt_sustainability_rating
|
| 71 |
+
dtype: int8
|
| 72 |
+
description: Composite debt sustainability rating (1=low risk, 5=debt distress)
|
| 73 |
+
- name: refinancing_risk_score
|
| 74 |
+
dtype: float32
|
| 75 |
+
description: Refinancing risk score (0-100, higher = greater risk)
|
| 76 |
+
- name: primary_balance_pct
|
| 77 |
+
dtype: float32
|
| 78 |
+
description: Primary fiscal balance as percentage of GDP (positive = surplus)
|
| 79 |
+
- name: fiscal_space_score
|
| 80 |
+
dtype: float32
|
| 81 |
+
description: Fiscal space score (0-100, higher = more fiscal room)
|
| 82 |
+
- name: gdp_growth_pct
|
| 83 |
+
dtype: float32
|
| 84 |
+
description: Real GDP growth rate (%)
|
| 85 |
+
- name: inflation_pct
|
| 86 |
+
dtype: float32
|
| 87 |
+
description: Consumer price inflation (%)
|
| 88 |
+
- name: reserves_months_imports
|
| 89 |
+
dtype: float32
|
| 90 |
+
description: Foreign exchange reserves in months of import cover
|
| 91 |
+
- name: revenue_to_gdp_pct
|
| 92 |
+
dtype: float32
|
| 93 |
+
description: Government revenue as percentage of GDP
|
| 94 |
+
- name: expenditure_to_gdp_pct
|
| 95 |
+
dtype: float32
|
| 96 |
+
description: Government expenditure as percentage of GDP
|
| 97 |
+
data_type: synthetic
|
| 98 |
---
|
| 99 |
|
| 100 |
+
> ⚠️ **Synthetic dataset** — Parameterized from published SSA literature, not real observations. Not suitable for empirical analysis or policy inference.
|
| 101 |
+
|
| 102 |
# African Public Debt Management Dataset
|
| 103 |
|
| 104 |
## Overview
|