-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
33 lines (33 loc) · 1.91 KB
/
data.json
File metadata and controls
33 lines (33 loc) · 1.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"meta": {
"title": "India Economic Indicators 2014-2026",
"author": "Dr. Varna Sri Raman",
"updated": "2026-03-20",
"license": "CC BY 4.0"
},
"economic": {
"years": [2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026],
"gdpGrowth": [7.4, 8.0, 8.2, 7.2, 6.1, 4.2, -7.3, 8.7, 7.2, 7.6, 7.8, 6.5, 6.3],
"unemployment": [4.9, 5.0, 5.0, 6.0, 6.1, 5.8, 7.1, 4.2, 4.1, 3.2, 3.2, 3.1, 3.0],
"youthUnemployment": [13.5, 13.8, 14.2, 15.6, 16.1, 14.8, 17.8, 13.2, 12.9, 12.9, 12.8, 12.5, 12.3],
"graduateUnemployment": [18.5, 19.2, 21.0, 23.5, 25.0, 23.0, 31.0, 25.0, 22.0, 29.1, 28.5, 27.0, 26.5],
"top1Share": [21.3, 21.7, 21.5, 21.5, 21.7, 22.1, 22.3, 22.5, 22.6, 22.6, 22.6, 22.8, 23.0],
"bottom50Share": [15.0, 14.7, 14.9, 14.9, 14.7, 13.5, 13.3, 13.1, 13.1, 13.1, 13.1, 13.0, 12.9],
"formalEmployment": [13.0, 12.8, 12.5, 12.2, 11.9, 11.6, 11.4, 11.5, 11.3, 11.2, 11.2, 11.0, 10.9],
"informalEmployment": [87.0, 87.2, 87.5, 87.8, 88.1, 88.4, 88.6, 88.5, 88.7, 88.8, 88.8, 89.0, 89.1],
"pressFreedom": [140, 136, 133, 136, 138, 140, 142, 142, 150, 161, 159, 160, 162],
"ssi": [2.3, 2.5, 2.4, 2.4, 2.6, 4.8, 7.2, 6.8, 7.0, 7.5, 7.8, 8.0, 8.2],
"fci": [0.62, 0.64, 0.66, 0.68, 0.70, 0.72, 0.84, 0.78, 0.76, 0.77, 0.78, 0.79, 0.80],
"dqi": [0.71, 0.70, 0.68, 0.65, 0.60, 0.55, 0.48, 0.45, 0.43, 0.42, 0.42, 0.41, 0.40],
"gigWorkers": [0.8, 1.2, 1.8, 2.5, 3.2, 4.1, 5.2, 6.0, 6.8, 7.3, 7.7, 8.2, 8.8],
"ruralIncome": [100, 99, 98, 97, 96, 95, 93, 94, 95, 96, 98, 97, 97],
"femaleLFPR": [22.5, 22.0, 21.8, 21.5, 21.2, 21.0, 20.8, 20.5, 20.3, 20.5, 20.8, 20.9, 21.0]
},
"international": {
"countries": ["India", "Brazil", "Turkey", "Hungary", "South Africa"],
"vdem2014": [0.71, 0.85, 0.52, 0.63, 0.75],
"vdem2026": [0.26, 0.69, 0.18, 0.41, 0.70],
"press2014": [140, 99, 154, 64, 42],
"press2026": [162, 80, 160, 68, 34]
}
}