-
Notifications
You must be signed in to change notification settings - Fork 0
/
datapackage.json
253 lines (253 loc) · 6.83 KB
/
datapackage.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
{
"name": "annual-average-employment-and-wages",
"datapackage_version": "1.0-beta.18",
"title": "Annual Average Employment and Wages",
"description": "Annual Average Employment and Wages reports several labor statistics related to employment and wage.",
"version": "1.0",
"licenses": [{
"url": "http://opendatacommons.org/licenses/pddl/",
"name": "Open Data Commons Public Domain",
"version": "1.0",
"id": "odc-pddl"
}],
"sources": [{
"name": "ctdol",
"web": ""
}],
"author":[{
"name": "CTData Collaborative",
"email": "info@ctdata.org",
"web": "https://ctdata.org"
}],
"contributor": [],
"resources": [{
"path": "data/annual_average_employment_and_wages-2020.csv",
"format": "csv",
"schema": {
"fields": [{
"name": "Town/County",
"type": "string",
"dimension": false
}, {
"name": "FIPS",
"type": "string",
"dimension": false
}, {
"name": "Year",
"type": "string",
"dimension": false
}, {
"name": "Category",
"type": "string",
"dimension": true,
"constraints": {
"enum": [
"All Industries",
"Government"
]
}
}, {
"name": "Measure Type",
"type": "string",
"dimension": true,
"constraints": {
"enum": [
"Number",
"US Dollars"
]
}
}, {
"name": "Variable",
"type": "string",
"dimension": true,
"constraints": {
"enum": [
"Number of Employers",
"Annual Average Wage",
"Annual Average Employment"
]
}
}, {
"name": "Value",
"type": "number",
"dimension": false
}]
}
}
],
"last_modified": "04/29/2022",
"ckan_extras": {
"full_description": {
"ckan_name": "Full Description",
"value": "This data is from the Connecticut Department of Labor Quarterly Census of Employment and Wages (QCEW). The program produces a comprehensive tabulation of employment and wage information for workers covered by Connecticut Unemployment Insurance (UI) laws and Federal workers covered by the Unemployment Compensation for Federal Employees (UCFE) program. Data on the number of establishments, employment, and wages are reported by town and for the state. More detailed information on industry totals can be found on the Department of Labor's website. Data for counties, Labor Market Areas, and Workforce Investment Areas is also available on the Department's website.",
"type": "string"
},
"suppression": {
"ckan_name": "Suppression",
"value": "DOL does not make available their suppression rules.",
"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": "Economy",
"type": "string"
},
"subdomain": {
"ckan_name": "Subdomain",
"value": "Employment",
"type": "string"
},
"geography": {
"ckan_name": "Geography",
"value": "Town/County",
"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": ["2004", "2005", "2006", "2007",
"2008", "2009", "2010", "2011",
"2012", "2013", "2014", "2015",
"2016", "2017", "2018", "2019","2020"],
"type": "array"
},
"latest_year": {
"ckan_name": "Latest Year Available",
"value": "2020",
"type": "string"
},
"disabled_views": {
"ckan_name": "Disabled Views",
"value": [],
"type": "array",
"constraints": {"enum": ["map", "table", "bar", "line"]}
},
"units": {
"ckan_name": "Units",
"value": {
"Number": "",
"Percent": "%",
"US Dollars": "$"
}
},
"expected_number_of_geographies": {
"ckan_name": "Expected Number of Unique Geographies",
"value": 178,
"type": "string"
},
"default": {
"ckan_name": "Default",
"value": {
"Town/County": "Connecticut",
"Year": ["2020"],
"Category": ["All Industries"],
"Variable": ["Number of Employers", "Annual Average Employment", "Annual Average Wage"]
},
"type": "object"
}
},
"spot_checks": [
{
"type": "$lookup",
"filter": {
"Town/County": "New London County",
"Year": "2014",
"Category": "All Industries",
"Variable": "Annual Average Wage",
"Measure Type": "US Dollars"
},
"expected": {
"type": "$match",
"number type": "int",
"value": 51015
}
},
{
"type": "$lookup",
"filter": {
"Town/County": "Connecticut",
"Year": "2006",
"Category": "All Industries",
"Variable": "Number of Employers",
"Measure Type": "Number"
},
"expected": {
"type": "$match",
"number type": "int",
"value": 112150
}
},
{
"type": "$lookup",
"filter": {
"Town/County": "Hartford",
"Year": "2010",
"Category": "Government",
"Variable": "Annual Average Employment",
"Measure Type": "Number"
},
"expected": {
"type": "$match",
"number type": "int",
"value": 20034
}
},
{
"type": "$lookup",
"filter": {
"Town/County": "Colebrook",
"Year": "2016",
"Category": "All Industries",
"Variable": "Annual Average Wage",
"Measure Type": "US Dollars"
},
"expected": {
"type": "$match",
"number type": "int",
"value": -9999
}
},
{
"type": "$lookup",
"filter": {
"Town/County": "Windham County",
"Year": "2017",
"Category": "Government",
"Variable": "Number of Employers",
"Measure Type": "Number"
},
"expected": {
"type": "$match",
"number type": "int",
"value": 214
}
}
],
"dimension_groups": [
{"Category": ["All Industries", "Government"],
"Variable": ["Number of Employers",
"Annual Average Wage",
"Annual Average Employment"]
}
]
}