-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdata.json
More file actions
98 lines (80 loc) · 3.1 KB
/
data.json
File metadata and controls
98 lines (80 loc) · 3.1 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
34
35
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
96
97
98
{
"provinces_population": {
"Pinar del Rio": 583
},
"total_employees": 47100,
"total_population": 11181595,
"teacher_number": 4817,
"active_man_in_total_population": [0.421, 0.579],
"active_people_in_working_age": [0.663, 0.337],
"working_age": [0.606, 0.394],
"active_man_in_working_age": [0.768, 0.232],
"active_woman_in_working_age": [0.548, 0.452],
"active_by_sex": [0.607, 0.393],
"professors_by_sex": [0.689, 0.31],
"primary_schools_per_thousand_people": 0.619354261694,
"secondary_schools_per_thousand_people": 0.150970396208,
"pre_universitary_schools_per_thousand_people": 0.0255791074144,
"universities_per_province": 1.26666666667,
"distribution_by_economic_activity": [
0.17281478131662253, 0.005663587225703642, 0.004802205138144152,
0.010379654155091844, 0.07664147124060555, 0.02052242823610483,
0.05693735598768224, 0.10483020005598984, 0.058272498223399444,
0.07024570924047635, 0.006912591252664901, 0.01587096496328359,
0.06449598380601676, 0.006460365656696169, 0.10373193789435149,
0.11053685638607146, 0.03443374895019058, 0.07644766027090466
],
"woman_distribution_by_economic_activity": [
0.07589041095890411, 0.0027945205479452057, 0.0025753424657534245,
0.00526027397260274, 0.059726027397260274, 0.01473972602739726,
0.017095890410958905, 0.10356164383561643, 0.07265753424657534,
0.034904109589041096, 0.012, 0.01978082191780822, 0.07452054794520548,
0.008109589041095891, 0.181972602739726, 0.19945205479452055,
0.038246575342465755, 0.07671232876712329
],
"man_distribution_by_economic_activity": [
0.23556958881754, 0.007521197715258807, 0.00624401319757335,
0.013694256217405186, 0.08759357150459432, 0.0242665058360237,
0.08273317486784688, 0.10565154149075814, 0.04895873984460922,
0.09312803774789796, 0.003618689466775464, 0.013339482740270338,
0.058005463511547874, 0.005392556852449711, 0.05307411217937347,
0.052967680136233014, 0.03196509028984993, 0.07627629758399262
],
"age_groups": [
[0, 4],
[5, 9],
[10, 14],
[15, 19],
[20, 24],
[25, 29],
[30, 34],
[35, 39],
[40, 44],
[45, 49],
[50, 54],
[55, 59],
[60, 64],
[65, 100]
],
"distribution_by_age_groups": [
0.05005591778274924, 0.0554802780819731, 0.0517472686141825,
0.05721875993541172, 0.062414262008237645, 0.06462351748565388,
0.07079955945462163, 0.06050317508369781, 0.059059463341321165,
0.08298163186915641, 0.08810728701942791, 0.08359746529900251,
0.05606069617080568, 0.1573507178537588
],
"distribution_of_man_or_woman": [0.486, 0.514],
"enrollment_distribution": [
0.04144373673036093, 0.21220806794055203, 0.5246921443736731,
0.22165605095541402
],
"total_enrollment": 47100,
"total_houses": 3721042,
"urban_rural": [2894708, 890488],
"neighborhoods_per_thousand_people": 1.0,
"inhabitants_distribution": [
0.18494953832824246, 0.257165869130206, 0.2554894569854358,
0.17932369481451702, 0.07577689260158849, 0.02976021232762221,
0.011172945642645258, 0.004416504839235892, 0.0019448853305068848
]
}