AFOS-Analytics1 commited on
Commit
fc6c4e0
·
verified ·
1 Parent(s): d62c466

Add structural-context.csv (World Bank WGI governance + WDI economy & education); document in DATA_DICTIONARY

Browse files
DATA_DICTIONARY.md CHANGED
@@ -58,3 +58,20 @@ Raw Polymarket payload (event + per-party price histories), via a US-resolving f
58
  ---
59
 
60
  **Sources:** [Wikipedia — Opinion polling for the 2025 German federal election](https://en.wikipedia.org/wiki/Opinion_polling_for_the_2025_German_federal_election) · Polymarket "Germany Parliamentary Election Winner". Maintained by [AFOS Analytics](https://afos-analytics.com). CC BY 4.0.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  ---
59
 
60
  **Sources:** [Wikipedia — Opinion polling for the 2025 German federal election](https://en.wikipedia.org/wiki/Opinion_polling_for_the_2025_German_federal_election) · Polymarket "Germany Parliamentary Election Winner". Maintained by [AFOS Analytics](https://afos-analytics.com). CC BY 4.0.
61
+
62
+ ## `data/germany-structural-context.csv`
63
+
64
+ Structural country context from the **World Bank**, complementary to the divergence data: it frames the country, it does **not** predict the electoral outcome. Long/tidy format, one row per indicator, latest available year per indicator.
65
+
66
+ | Column | Type | Notes |
67
+ |--------|------|-------|
68
+ | `category` | string | `governance`, `economy`, or `education`. |
69
+ | `indicator` | string | Machine code (e.g. `political_stability`, `gdp_usd`, `expected_years_schooling`). |
70
+ | `label` | string | Human-readable indicator name (English). |
71
+ | `value` | number | Governance on a 0–100 scale; economy in US$ / %; education in % of GDP or years. |
72
+ | `unit` | string | `index_0_100`, `USD`, `percent`, or `years`. |
73
+ | `year` | integer | Reference year of the value (latest available). |
74
+ | `source` | string | World Bank WGI (governance, via Data360) or WDI (economy & education). |
75
+ | `iso3` | string | ISO 3166 alpha-3 country code. |
76
+
77
+ Both sources are open-licensed (CC BY 4.0) and keyless. Governance = Worldwide Governance Indicators; economy & education = World Development Indicators.
data/germany-structural-context.csv ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ category,indicator,label,value,unit,year,source,iso3
2
+ governance,political_stability,"Political stability",68,index_0_100,2024,"World Bank Worldwide Governance Indicators (WGI)",DEU
3
+ governance,voice_accountability,"Voice and accountability",84.8,index_0_100,2024,"World Bank Worldwide Governance Indicators (WGI)",DEU
4
+ governance,rule_of_law,"Rule of law",84.9,index_0_100,2024,"World Bank Worldwide Governance Indicators (WGI)",DEU
5
+ governance,government_effectiveness,"Government effectiveness",81.4,index_0_100,2024,"World Bank Worldwide Governance Indicators (WGI)",DEU
6
+ governance,regulatory_quality,"Regulatory quality",78.5,index_0_100,2024,"World Bank Worldwide Governance Indicators (WGI)",DEU
7
+ governance,control_of_corruption,"Control of corruption",83.8,index_0_100,2024,"World Bank Worldwide Governance Indicators (WGI)",DEU
8
+ macro,gdp_usd,"GDP (current US$)",4685592577805,USD,2024,"World Bank World Development Indicators (WDI)",DEU
9
+ macro,gdp_per_capita_usd,"GDP per capita (current US$)",56103.73,USD,2024,"World Bank World Development Indicators (WDI)",DEU
10
+ macro,inflation_pct,"Inflation, consumer prices (annual %)",2.26,percent,2024,"World Bank World Development Indicators (WDI)",DEU
11
+ education,gov_expenditure_pct_gdp,"Government expenditure on education (% of GDP)",5.24,percent,2022,"World Bank World Development Indicators (WDI)",DEU
12
+ education,expected_years_schooling,"Expected years of schooling",16.93,years,2018,"World Bank World Development Indicators (WDI)",DEU