-
Notifications
You must be signed in to change notification settings - Fork 91
/
Copy pathdemographics.json
338 lines (338 loc) · 10.1 KB
/
demographics.json
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
[
{
"category": "Demographics",
"titleId": "CHART_TITLE-Population",
"title": "Population",
"description": "Total number of individuals",
"statsVars": [
"Count_Person"
],
"isOverview": true,
"isChoropleth": true,
"isRankingChart": true,
"relatedChart": {
"scale": false
}
},
{
"category": "Demographics",
"titleId": "CHART_TITLE-Population_growth_rate",
"title": "Population growth rate",
"description": "Increase in the number of individuals",
"statsVars": [
"GrowthRate_Count_Person"
],
"isOverview": true,
"isRankingChart": true,
"unit": "%",
"relatedChart": {
"scale": false
}
},
{
"category": "Demographics",
"titleId": "CHART_TITLE-Population_density",
"title": "Population density (people per km²)",
"description": "Measurement of people per km²",
"statsVars": [
"Count_Person_PerArea"
],
"nonDividable": true,
"isOverview": true,
"isRankingChart": true,
"relatedChart": {
"scale": false
}
},
{
"category": "Demographics",
"titleId": "CHART_TITLE-Urban_v_rural_population",
"title": "Urban and rural population",
"description": "Total number of individuals in rural vs urban parts of a place",
"statsVars": [
"Count_Person_Urban",
"Count_Person_Rural"
],
"isOverview": true,
"relatedChart": {
"scale": false
}
},
{
"category": "Demographics",
"titleId": "CHART_TITLE-Urban and rural households",
"title": "Urban and rural households",
"description": "Total number of households in rural vs urban parts of a place",
"statsVars": [
"Count_Household_Rural",
"Count_Household_Urban"
],
"isOverview": false,
"relatedChart": {
"scale": true,
"denominator": "Count_Household",
"titleId": "CHART_TITLE-Percentage of urban and rural households",
"title": "Percentage of urban and rural households",
"scaling": 100,
"unit": "%"
}
},
{
"category": "Demographics",
"titleId": "CHART_TITLE-Population_age",
"title": "Population by age",
"description": "Number of individuals who fall within various age buckets",
"statsVars": [
"Count_Person_Upto4Years",
"Count_Person_5To9Years",
"Count_Person_5To17Years",
"Count_Person_10To14Years",
"Count_Person_15To19Years",
"Count_Person_18To24Years",
"Count_Person_20To24Years",
"Count_Person_25To29Years",
"Count_Person_25To34Years",
"Count_Person_30To34Years",
"Count_Person_35To39Years",
"Count_Person_35To44Years",
"Count_Person_40To44Years",
"Count_Person_45To49Years",
"Count_Person_45To54Years",
"Count_Person_50To54Years",
"Count_Person_55To59Years",
"Count_Person_60To61Years",
"Count_Person_60To64Years",
"Count_Person_62To64Years",
"Count_Person_65To69Years",
"Count_Person_65To74Years",
"Count_Person_70To74Years",
"Count_Person_75To79Years",
"Count_Person_75OrMoreYears",
"Count_Person_80OrMoreYears"
],
"aggregate": "age",
"relatedChart": {
"titleId": "CHART_TITLE-Population_age_distribution",
"title": "Age distribution",
"description": "Percentage of the population who fall within various age buckets",
"scale": true,
"denominator": "Count_Person",
"scaling": 100,
"unit": "%"
}
},
{
"category": "Demographics",
"titleId": "CHART_TITLE-Population_gender",
"title": "Population by gender",
"description": "Total number of individuals, broken down by gender",
"statsVars": [
"Count_Person_Female",
"Count_Person_Male"
],
"relatedChart": {
"titleId": "CHART_TITLE-Population_gender_distribution",
"title": "Gender distribution",
"description": "Percentage of the population by gender",
"scale": true,
"denominator": "Count_Person",
"scaling": 100,
"unit": "%"
}
},
{
"category": "Demographics",
"titleId": "CHART_TITLE-Population_race",
"title": "Population by race",
"description": "Total number of individuals, broken down by race",
"statsVars": [
"Count_Person_AmericanIndianOrAlaskaNativeAlone",
"Count_Person_AsianAlone",
"Count_Person_BlackOrAfricanAmericanAlone",
"Count_Person_HispanicOrLatino",
"Count_Person_NativeHawaiianOrOtherPacificIslanderAlone",
"Count_Person_SomeOtherRaceAlone",
"Count_Person_TwoOrMoreRaces",
"Count_Person_WhiteAlone"
],
"relatedChart": {
"titleId": "CHART_TITLE-Population_race_distribution",
"title": "Racial distribution",
"description": "Percentage of the population by race",
"scale": true,
"denominator": "Count_Person",
"scaling": 100,
"unit": "%"
}
},
{
"category": "Demographics",
"titleId": "CHART_TITLE-Median_age",
"title": "Median Age",
"description": "The median age of the population",
"statsVars": [
"Median_Age_Person"
],
"isOverview": true,
"isChoropleth": true,
"isRankingChart": true,
"relatedChart": {
"scale": false
}
},
{
"category": "Demographics",
"titleId": "CHART_TITLE-Median_age_gender",
"title": "Median age by gender",
"description": "The median age of the population, broken down by gender",
"statsVars": [
"Median_Age_Person_Female",
"Median_Age_Person_Male"
],
"relatedChart": {
"scale": false
}
},
{
"category": "Demographics",
"titleId": "CHART_TITLE-Median_age_race",
"title": "Median age by race",
"description": "The median age of the population, broken down by race",
"statsVars": [
"Median_Age_Person_AmericanIndianOrAlaskaNativeAlone",
"Median_Age_Person_AsianAlone",
"Median_Age_Person_BlackOrAfricanAmericanAlone",
"Median_Age_Person_HispanicOrLatino",
"Median_Age_Person_NativeHawaiianOrOtherPacificIslanderAlone",
"Median_Age_Person_SomeOtherRaceAlone",
"Median_Age_Person_TwoOrMoreRaces",
"Median_Age_Person_WhiteAlone"
],
"relatedChart": {
"scale": false
}
},
{
"category": "Demographics",
"titleId": "CHART_TITLE-Citizenship",
"title": "Citizenship status",
"description": "Total number of individuals, broken down by citizenship status",
"statsVars": [
"Count_Person_USCitizenBornInTheUnitedStates",
"Count_Person_USCitizenByNaturalization",
"Count_Person_NotAUSCitizen",
"Count_Person_USCitizenBornAbroadOfAmericanParents"
],
"isOverview": true,
"relatedChart": {
"titleId": "CHART_TITLE-Citizenship_distribution",
"title": "Distribution of population by citizenship status",
"description": "Percentage of population, broken down by citizenship status",
"scale": true,
"denominator": "Count_Person",
"scaling": 100,
"unit": "%"
}
},
{
"category": "Demographics",
"titleId": "CHART_TITLE-Marital_status",
"title": "Marital status",
"description": "Total number of individuals, broken down by marital status",
"statsVars": [
"Count_Person_MarriedAndNotSeparated",
"Count_Person_Divorced",
"Count_Person_NeverMarried",
"Count_Person_Widowed",
"Count_Person_Separated"
],
"isOverview": true,
"relatedChart": {
"titleId": "CHART_TITLE-Marital_status_distribution",
"title": "Marital status distribution",
"description": "Percentage of population, broken down by marital status",
"scale": true,
"denominator": "Count_Person_15OrMoreYears",
"scaling": 100,
"unit": "%"
}
},
{
"category": "Demographics",
"titleId": "CHART_TITLE-Fertility_rate",
"title": "Fertility rate",
"description": "Average number of children that would be born to a woman over her lifetime",
"statsVars": [
"FertilityRate_Person_Female"
],
"isOverview": true,
"isRankingChart": true,
"relatedChart": {
"scale": false
}
},
{
"category": "Demographics",
"titleId": "CHART_TITLE-Literacy",
"title": "Literacy",
"description": "Comparison of number of literate and illiterate people in an area",
"statsVars": [
"Count_Person_Literate",
"Count_Person_Illiterate"
],
"isOverview": false,
"relatedChart": {
"scale": true,
"denominator": "Count_Person",
"titleId": "CHART_TITLE-Percentage of literate and illiterate population",
"title": "Percentage of literate and illiterate population",
"description": "Comparison of literate and illiterate population in an area, by percentage",
"scaling": 100,
"unit": "%"
}
},
{
"category": "Demographics",
"titleId": "CHART_TITLE-Social Category",
"title": "Social Category",
"description": "Population by social category (e.g. their cast or tribe).",
"statsVars": [
"Count_Person_ScheduledCaste",
"Count_Person_ScheduledTribe"
],
"isOverview": false,
"relatedChart": {
"scale": true,
"denominator": "Count_Person",
"titleId": "CHART_TITLE-Percentage of population by social category",
"title": "Percentage of population by social category (e.g. their cast or tribe).",
"scaling": 100,
"unit": "%"
}
},
{
"category": "Demographics",
"titleId": "CHART_TITLE-Religion",
"title": "Religion",
"description": "Population by religion",
"statsVars": [
"indianCensus/Count_Person_Religion_Buddhist",
"indianCensus/Count_Person_Religion_Christian",
"indianCensus/Count_Person_Religion_Hindu",
"indianCensus/Count_Person_Religion_Jain",
"indianCensus/Count_Person_Religion_Muslim",
"indianCensus/Count_Person_Religion_OtherReligionsAndPersuasions",
"indianCensus/Count_Person_Religion_ReligionNotStated",
"indianCensus/Count_Person_Religion_Sikh"
],
"isOverview": false,
"relatedChart": {
"scale": true,
"denominator": "Count_Person",
"titleId": "CHART_TITLE-Percentage of population by religon",
"title": "Percentage of population by religon",
"scaling": 100,
"unit": "%"
}
}
]