Kossisoroyce commited on
Commit
7bb4373
·
verified ·
1 Parent(s): f83a5bb

Label synthetic dataset (banner + tag + data_type)

Browse files
Files changed (1) hide show
  1. README.md +88 -81
README.md CHANGED
@@ -2,96 +2,103 @@
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: |
32
- Synthetic dataset of public debt management indicators for 12 Sub-Saharan African
 
33
  countries across 3 policy scenarios, parameterized from IMF, World Bank, and AfDB
 
34
  reports.
 
 
35
  features:
36
- - name: country
37
- dtype: string
38
- description: Country name
39
- - name: year
40
- dtype: int16
41
- description: Observation year
42
- - name: scenario
43
- dtype: string
44
- description: Policy scenario (baseline, debt_consolidation, debt_distress)
45
- - name: debt_to_gdp_pct
46
- dtype: float32
47
- description: Total government debt as percentage of GDP
48
- - name: external_debt_pct
49
- dtype: float32
50
- description: Share of total debt owed to external creditors (%)
51
- - name: domestic_debt_pct
52
- dtype: float32
53
- description: Share of total debt held by domestic creditors (%)
54
- - name: debt_service_ratio_pct
55
- dtype: float32
56
- description: Debt service payments as percentage of government revenue
57
- - name: concessional_debt_pct
58
- dtype: float32
59
- description: Share of external debt on concessional terms (%)
60
- - name: average_maturity_years
61
- dtype: float32
62
- description: Weighted average remaining maturity of debt stock (years)
63
- - name: average_interest_rate_pct
64
- dtype: float32
65
- description: Weighted average effective interest rate on debt stock (%)
66
- - name: debt_sustainability_rating
67
- dtype: int8
68
- description: Composite debt sustainability rating (1=low risk, 5=debt distress)
69
- - name: refinancing_risk_score
70
- dtype: float32
71
- description: Refinancing risk score (0-100, higher = greater risk)
72
- - name: primary_balance_pct
73
- dtype: float32
74
- description: Primary fiscal balance as percentage of GDP (positive = surplus)
75
- - name: fiscal_space_score
76
- dtype: float32
77
- description: Fiscal space score (0-100, higher = more fiscal room)
78
- - name: gdp_growth_pct
79
- dtype: float32
80
- description: Real GDP growth rate (%)
81
- - name: inflation_pct
82
- dtype: float32
83
- description: Consumer price inflation (%)
84
- - name: reserves_months_imports
85
- dtype: float32
86
- description: Foreign exchange reserves in months of import cover
87
- - name: revenue_to_gdp_pct
88
- dtype: float32
89
- description: Government revenue as percentage of GDP
90
- - name: expenditure_to_gdp_pct
91
- dtype: float32
92
- description: Government expenditure as percentage of GDP
 
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