forked from OliverSherouse/bls
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdatasets.json
86 lines (85 loc) · 2.88 KB
/
datasets.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
[
{
"id": "ap",
"description": "Average Price Data",
"parts": ["seasonal", "area", "item"],
"seasonal": [["Not Seasonally Adjusted", "U"]]
},
{
"id": "bd",
"description": "Business Employment Dynamics",
"parts": ["seasonal", "state", "industry", "unitanalysis", "dataelement", "dataclass", "ratelevel", "recordtype", "ownership"],
"recordtype": [["Quarterly", "Q"]]
},
{
"id": "cc",
"description": "Employer Costs for Employee Compensation",
"parts": ["seasonal", "sector", "benefit", "industryocc", "costfactor"],
"seasonal": [["Not Seasonally Adjusted", "U"]]
},
{
"id": "cd",
"description": "Occupational Injuries and Illnesses - Characteristics Data",
"parts": ["seasonal", "category2", "source", "datatype", "case"],
"seasonal": [["Not Seasonally Adjusted", "U"]]
},
{
"id": "ce",
"description": "National Employment, Hours, and Earnings",
"parts": ["seasonal", "industry", "datatype"],
"seasonal": [["Not Seasonally Adjusted", "U"]]
},
{
"id": "ee",
"description": "National Employment, Hours, and Earnings (SIC basis)",
"parts": ["seasonal", "industry", "datatype"],
"seasonal": [["Seasonally Adjusted", "S"], ["Not Seasonally Adjusted", "U"]]
},
{
"id": "gg",
"description": "Job Openings and Labor Turnover Survey (SIC basis)",
"parts": ["seasonal", "periodicity", "area", "industry", "future",
"own", "future2", "dataelement", "future3", "ratelevel"],
"seasonal": [["Not Seasonally Adjusted", "U"]],
"future": [["Future Use", "00"]],
"future2": [["Future Use", "0"]],
"future3": [["Future Use", "0"]]
},
{
"id": "gp",
"description": "Geographic Profile",
"parts": ["seasonal", "statepad", "state", "areapad", "area", "labor.force",
"charact"],
"statepad": [["State pad", "0"]],
"areapad": [["Area pad", "0"]],
"seasonal": [["Not Seasonally Adjusted", "U"]]
},
{
"id": "jl",
"description": "Job Openings and Labor Turnover Survey (SIC basis)",
"parts": ["seasonal", "industry", "region", "dataelement", "ratelevel"]
},
{
"id": "la",
"description": "Local Area Unemployment Statistics",
"parts": ["seasonal", "area", "measure"],
"seasonal": [["Seasonally Adjusted", "S"], ["Not Seasonally Adjusted", "U"]]
},
{
"id": "oe",
"description": "Occupational Employment Statistics (OES)",
"parts": ["seasonal", "areatype", "area", "industry", "occupation", "datatype"]
},
{
"id": "sm",
"description": "State and Area Employment, Hours, and Earnings",
"parts": ["state", "seasonal", "area", "industry", "data_type"],
"seasonal": [["Not Seasonally Adjusted", "U"]]
},
{
"id": "sa",
"description": "State and Area Employment, Hours, and Earnings (SIC basis)",
"parts": ["seasonal", "state", "area", "industry", "data_type"],
"seasonal": [["Seasonally Adjusted", "S"], ["Not Seasonally Adjusted", "U"]]
}
]