-
Notifications
You must be signed in to change notification settings - Fork 0
/
datapackage2017.json
254 lines (254 loc) · 7.9 KB
/
datapackage2017.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
{
"name": "four-year-grad-rates-by-all-students",
"datapackage_version": "1.0-beta.18",
"title": "Four Year Cohort Graduation Rates by All Students",
"description": "Four-Year Graduation Rate reports 'graduation' counts and rates and 'still enrolled' counts and rates for both graduates and non-graduates, for all students.",
"version": "1.0",
"licenses": [{
"url": "http://opendatacommons.org/licenses/pddl/",
"name": "Open Data Commons Public Domain",
"version": "1.0",
"id": "odc-pddl"
}],
"sources": [{
"name": "ctsde",
"web": ""
}],
"author":[{
"name": "Jenna Daly",
"email": "jdaly@ctdata.org",
"web": "http://ctdata.org"
}],
"contributor": [],
"resources": [{
"path": "data/four_year_grad_rate_all_students_2011-2017.csv",
"format": "csv",
"schema": {
"fields": [{
"name": "District",
"type": "string",
"dimension": false
}, {
"name": "FIPS",
"type": "string",
"dimension": false
}, {
"name": "Year",
"type": "string",
"dimension": false
}, {
"name": "Measure Type",
"type": "string",
"dimension": true,
"constraints": {
"enum": [
"Number",
"Percent"
]
}
}, {
"name": "Variable",
"type": "string",
"dimension": true,
"constraints": {
"enum": [
"Total Cohort Count",
"Four Year Graduation Count",
"Four Year Graduation Rate",
"Still Enrolled After Four Years Count",
"Still Enrolled After Four Years Rate",
"Other Count",
"Other Rate"
]
}
}, {
"name": "Value",
"type": "number",
"dimension": false
}]
}
}
],
"last_modified": "04/13/2018",
"ckan_extras": {
"full_description": {
"ckan_name": "Full Description",
"value": "The Connecticut Department of Education (CSDE) introduced the four‐year cohort graduation rate with the graduating class of 2009. This approach was created when Connecticut and 49 other states signed an agreement with the National Governors’ Association to develop a uniform system for tracking students. The CSDE is required to report Cohort Graduation Rates per the No Child Left Behind Act (NCLB) and in compliance reports such as EdFacts and the Consolidated State Performance Report. The cohort graduation rate is also a component of Connecticut’s new accountability system described in CSDE’s approved NCLB flexibility request (or waiver). Four-Year Graduation Rate is the percentage of students who received a standard diploma within four years, including early and summer graduates from the cohort. Four-Year Still Enrolled Rate is the percentage of students who were still in school after four years. Other Rate is the percentage of students who dropped out (including those who enrolled in an adult education program) OR transferred to postsecondary education OR transferred to another school district but never enrolled in that district OR have an unknown status. A student who is eligible for free/reduced price meals or is an English learner or a student with a disability is included in the 'High Needs' subgroup category. Charter Districts have been entered as individual districts.",
"type": "string"
},
"suppression": {
"ckan_name": "Suppression",
"value": "Disaggregations where either the numerator is less than 6 or the denominator is less than 20 are suppressed.",
"type": "string"
},
"technical_notes": {
"ckan_name": "Technical Notes",
"value": "",
"type": "string"
},
"socrata": {
"ckan_name": "Socrata",
"value": "False",
"type": "string"
},
"socrata_url": {
"ckan_name": "Socrata Dataset URL",
"value": "",
"type": "string"
},
"domain": {
"ckan_name": "Domain",
"value": "Education",
"type": "string"
},
"subdomain": {
"ckan_name": "Subdomain",
"value": "Educational Attainment",
"type": "string"
},
"numerator": {
"ckan_name": "Numerator",
"value": "For Four Year Graduation Rate, the numerator is Four Year Graduation Count, per subgroup. For Still Enrolled After Four Years Rate, the numerator is Still Enrolled After Four Years Count, per subgroup. For Other Rate, the numerator is Other Count, per subgroup.",
"type": "string"
},
"denominator": {
"ckan_name": "Denominator",
"value": "Total Cohort Count, per subgroup.",
"type": "string"
},
"geography": {
"ckan_name": "Geography",
"value": "District",
"type": "string",
"constraints": {"enum": ["Town", "County", "Town/County", "District", "Other"]}
},
"frequency": {
"ckan_name": "Frequency",
"value": "Annual",
"type": "string"
},
"years_in_catalog": {
"ckan_name": "Years in Catalog",
"value": ["2010-2011", "2011-2012", "2012-2013", "2013-2014", "2014-2015", "2015-2016", "2016-2017"],
"type": "array"
},
"latest_year": {
"ckan_name": "Latest Year Available",
"value": "2016-2017",
"type": "string"
},
"disabled_views": {
"ckan_name": "Disabled Views",
"value": [],
"type": "array",
"constraints": {"enum": ["map", "table", "bar", "line"]}
},
"units": {
"ckan_name": "Units",
"value": {
"Number": "",
"Percent": "%"
}
},
"expected_number_of_geographies": {
"ckan_name": "Expected Number of Unique Geographies",
"value": 205,
"type": "string"
},
"default": {
"ckan_name": "Default",
"value": {
"Measure Type": "Number",
"District": "Connecticut",
"Year": ["2016-2017"],
"Variable": "Total Cohort Count"
},
"type": "object"
}
},
"spot_checks": [
{
"type": "$lookup",
"filter": {
"District": "Bristol School District",
"Year": "2010-2011",
"Variable": "Total Cohort Count",
"Measure Type": "Number"
},
"expected": {
"type": "$match",
"number type": "int",
"value": 709
}
},
{
"type": "$lookup",
"filter": {
"District": "East Hartford School District",
"Year": "2011-2012",
"Variable": "Four Year Graduation Rate",
"Measure Type": "Percent"
},
"expected": {
"type": "$match",
"number type": "float",
"value": 76.6
}
},
{
"type": "$lookup",
"filter": {
"District": "Regional School District 01",
"Year": "2012-2013",
"Variable": "Still Enrolled After Four Years Count",
"Measure Type": "Number"
},
"expected": {
"type": "$match",
"number type": "int",
"value": -9999
}
},
{
"type": "$lookup",
"filter": {
"District": "Unified School District #1",
"Year": "2013-2014",
"Variable": "Other Rate",
"Measure Type": "Percent"
},
"expected": {
"type": "$match",
"number type": "float",
"value": 74.9
}
},
{
"type": "$lookup",
"filter": {
"District": "Wolcott School District",
"Year": "2014-2015",
"Variable": "Four Year Graduation Count",
"Measure Type": "Number"
},
"expected": {
"type": "$match",
"number type": "int",
"value": 174
}
}
],
"dimension_groups": [
{
"Variable": [
"Total Cohort Count",
"Four Year Graduation Count",
"Four Year Graduation Rate",
"Still Enrolled After Four Years Count",
"Still Enrolled After Four Years Rate",
"Other Count",
"Other Rate"
]
}
]
}