sleepysaurus commited on
Commit
1e739a0
·
verified ·
1 Parent(s): 1f9d7e9

readme added

Browse files
Files changed (1) hide show
  1. README.md +152 -3
README.md CHANGED
@@ -1,3 +1,152 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - tabular-classification
5
+ - tabular-regression
6
+ language:
7
+ - en
8
+ tags:
9
+ - economics
10
+ - development
11
+ - world-bank
12
+ - global
13
+ - climate
14
+ - healthcare
15
+ - dataverse-2026
16
+ pretty_name: DataVerse — Global Development Indicators Dataset
17
+ size_categories:
18
+ - 1K<n<10K
19
+ ---
20
+
21
+ # 🌐 DataVerse — Global Development Indicators Dataset
22
+
23
+ This dataset was compiled for **DataVerse-2026**, a data analytics competition organized by the Departmental Statistics Association (DSA), Department of Statistics, Faculty of Science, **The Maharaja Sayajirao University of Baroda**. The competition challenges participants to solve real-world problems through visualization, machine learning, and analytical storytelling.
24
+
25
+ > 📅 Competition Dates: Feb 26–28, 2026 · 📍 Venue: Dept. of Statistics, MSU Baroda · 👥 Team Size: 1–4 Members
26
+
27
+ ---
28
+
29
+ ## 📋 Dataset Overview
30
+
31
+ A longitudinal panel dataset covering **global development indicators** across world regions and country groups from **2000 to 2020**. Each row represents a region-year observation and spans economic, environmental, health, digital, and governance dimensions.
32
+
33
+ The dataset is structured around aggregated World Bank-style regional groupings (e.g., Africa Eastern and Southern, Arab World, Central Europe and the Baltics, etc.) rather than individual countries, making it well-suited for comparative regional analysis.
34
+
35
+ ---
36
+
37
+ ## 📊 Features
38
+
39
+ The dataset contains **47 columns** organized into the following thematic groups:
40
+
41
+ ### 🆔 Identifiers
42
+ | Column | Description |
43
+ |---|---|
44
+ | `year` | Year of observation (2000–2020) |
45
+ | `country_code` | World Bank region/group code (e.g., `AFE`, `ARB`, `CEB`) |
46
+ | `country_name` | Full name of the region or country group |
47
+ | `region` | Sub-region classification *(often null for aggregated groups)* |
48
+ | `income_group` | World Bank income classification *(often null)* |
49
+ | `currency_unit` | Primary currency *(often null for regional aggregates)* |
50
+
51
+ ### 💰 Economic Indicators
52
+ | Column | Description |
53
+ |---|---|
54
+ | `gdp_usd` | GDP in current USD |
55
+ | `population` | Total population |
56
+ | `gdp_per_capita` | GDP per capita (USD) |
57
+ | `inflation_rate` | Annual inflation rate (%) |
58
+ | `unemployment_rate` | Unemployment rate (%) |
59
+ | `fdi_pct_gdp` | Foreign direct investment as % of GDP |
60
+
61
+ ### 🌱 Environmental Indicators
62
+ | Column | Description |
63
+ |---|---|
64
+ | `co2_emissions_kt` | CO₂ emissions in kilotons |
65
+ | `energy_use_per_capita` | Energy use per capita (kg oil equivalent) |
66
+ | `renewable_energy_pct` | Renewable energy as % of total |
67
+ | `forest_area_pct` | Forest area as % of land area |
68
+
69
+ ### ❤️ Health & Social Indicators
70
+ | Column | Description |
71
+ |---|---|
72
+ | `life_expectancy` | Average life expectancy at birth |
73
+ | `child_mortality` | Under-5 mortality rate (per 1,000 live births) |
74
+ | `health_expenditure_pct_gdp` | Health expenditure as % of GDP |
75
+ | `hospital_beds_per_1000` | Hospital beds per 1,000 people |
76
+ | `physicians_per_1000` | Physicians per 1,000 people |
77
+ | `electricity_access_pct` | Population with access to electricity (%) |
78
+ | `school_enrollment_secondary` | Secondary school enrollment rate |
79
+
80
+ ### 📡 Digital & Connectivity Indicators
81
+ | Column | Description |
82
+ |---|---|
83
+ | `internet_usage_pct` | Internet users as % of population |
84
+ | `mobile_subscriptions_per_100` | Mobile subscriptions per 100 people |
85
+
86
+ ### 📐 Derived / Composite Indices
87
+ | Column | Description |
88
+ |---|---|
89
+ | `calculated_gdp_per_capita` | Recalculated GDP per capita |
90
+ | `real_economic_growth_indicator` | Derived economic growth metric |
91
+ | `econ_opportunity_index` | Composite economic opportunity score |
92
+ | `co2_emissions_per_capita_tons` | Per capita CO₂ emissions (metric tons) |
93
+ | `co2_intensity_per_million_gdp` | CO₂ intensity per million USD of GDP |
94
+ | `green_transition_score` | Score reflecting transition to green energy |
95
+ | `ecological_preservation_index` | Index measuring ecological health |
96
+ | `renewable_energy_efficiency` | Efficiency ratio of renewable energy use |
97
+ | `human_development_composite` | Composite HDI-style score |
98
+ | `healthcare_capacity_index` | Derived healthcare system capacity score |
99
+ | `digital_connectivity_index` | Composite digital access/readiness score |
100
+ | `health_development_ratio` | Ratio of health indicators to development level |
101
+ | `education_health_ratio` | Ratio of education to health indicators |
102
+ | `human_development_index` | HDI estimate |
103
+ | `climate_vulnerability_index` | Climate risk and vulnerability score |
104
+ | `digital_readiness_score` | Digital readiness composite |
105
+ | `governance_quality_index` | Governance quality composite |
106
+ | `global_resilience_score` | Overall resilience composite |
107
+ | `global_development_resilience_index` | Master composite development index |
108
+
109
+ ### 🗓️ Temporal Features
110
+ | Column | Description |
111
+ |---|---|
112
+ | `years_since_2000` | Years elapsed since 2000 |
113
+ | `years_since_century` | Same as above (century baseline) |
114
+ | `is_pandemic_period` | Binary flag — `1` for year 2020 (COVID-19) |
115
+
116
+ ---
117
+
118
+ ## 🔍 Potential Use Cases
119
+
120
+ This dataset is particularly well-suited for:
121
+
122
+ - **Exploratory Data Analysis (EDA)** — regional trends, missing data patterns, distributions
123
+ - **Time-series forecasting** — predict GDP, HDI, or emissions over time
124
+ - **Clustering / Unsupervised learning** — group regions by development profile
125
+ - **Regression modeling** — predict composite indices from base indicators
126
+ - **Dashboard / Visualization** — build interactive development dashboards
127
+ - **Analytical storytelling** — narrate global development trends
128
+
129
+ ---
130
+
131
+ ## ⚠️ Data Notes
132
+
133
+ - Many columns contain `null` values, especially for later years (2016–2020) where source data was unavailable.
134
+ - The dataset uses **regional aggregates** (World Bank group codes), not individual country data.
135
+ - The `is_pandemic_period` flag marks 2020 as a notable anomaly year — many indicators show sharp discontinuities.
136
+ - Some derived indices may have been computed by the dataset author and are not direct World Bank outputs.
137
+
138
+ ---
139
+
140
+ ## 🏆 About DataVerse-2026
141
+
142
+ DataVerse-2026 is a data analytics hackathon organized by the **Departmental Statistics Association (DSA)**, Department of Statistics, Faculty of Science, MSU Baroda (Est. 1949). The competition runs over 2 rounds and spans 3 domains, bringing together students to demonstrate data-driven thinking, creativity, and collaboration.
143
+
144
+ - 🌐 Website: [threed2y.github.io/DataVerse-2026](https://threed2y.github.io/DataVerse-2026)
145
+ - 📧 Contact: [dataversestats@gmail.com](mailto:dataversestats@gmail.com)
146
+ - 🏛️ Organizer:Departmental Statistics Association, Dept. of Statistics, Faculty of Science, The Maharaja Sayajirao University of Baroda
147
+
148
+ ---
149
+
150
+ ## 📄 License
151
+
152
+ This dataset is released under the **MIT License**.