Daniel Duckworth commited on
Commit
4f6b48e
·
1 Parent(s): ee1cc05

seq ids and single quotes

Browse files
Files changed (1) hide show
  1. README.md +62 -50
README.md CHANGED
@@ -27,6 +27,20 @@ dataset_info:
27
  - config_name: esco_en
28
  features:
29
  - name: ISCO_CODE_1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  dtype:
31
  class_label:
32
  names:
@@ -40,68 +54,66 @@ dataset_info:
40
  '7': Craft and Related Trades Workers
41
  '8': Plant and Machine Operators and Assemblers
42
  '9': Elementary Occupations
43
- - name: ISCO_LABEL_1
44
- dtype: string
45
  - name: ISCO_DEFINITION_1
46
  dtype: string
47
  - name: ISCO_CODE_2
48
  dtype:
49
  class_label:
50
  names:
51
- '01': Commissioned Armed Forces Officers
52
- '02': Non-commissioned Armed Forces Officers
53
- '03': Armed Forces Occupations, Other Ranks
54
- '11': 'Chief Executives, Senior Officials and Legislators'
55
- '12': Administrative and Commercial Managers
56
- '13': Production and Specialized Services Managers
57
- '14': 'Hospitality, Retail and Other Services Managers'
58
- '21': Science and Engineering Professionals
59
- '22': Health Professionals
60
- '23': Teaching Professionals
61
- '24': Business and Administration Professionals
62
- '25': Information and Communications Technology Professionals
63
- '26': 'Legal, Social and Cultural Professionals'
64
- '31': Science and Engineering Associate Professionals
65
- '32': Health Associate Professionals
66
- '33': Business and Administration Associate Professionals
67
- '34': 'Legal, Social, Cultural and Related Associate Professionals'
68
- '35': Information and Communications Technicians
69
- '41': General and Keyboard Clerks
70
- '42': Customer Services Clerks
71
- '43': Numerical and Material Recording Clerks
72
- '44': Other Clerical Support Workers
73
- '51': Personal Services Workers
74
- '52': Sales Workers
75
- '53': Personal Care Workers
76
- '54': Protective Services Workers
77
- '61': Market-oriented Skilled Agricultural Workers
78
- '62': 'Market-oriented Skilled Forestry, Fishery and Hunting Workers'
79
- '71': Building and Related Trades Workers (excluding Electricians)
80
- '72': 'Metal, Machinery and Related Trades Workers'
81
- '73': Handicraft and Printing Workers
82
- '74': Electrical and Electronics Trades Workers
83
- '75': 'Food Processing, Woodworking, Garment and Other Craft and Related Trades Workers'
84
- '81': Stationary Plant and Machine Operators
85
- '82': Assemblers
86
- '83': Drivers and Mobile Plant Operators
87
- '91': Cleaners and Helpers
88
- '92': 'Agricultural, Forestry and Fishery Labourers'
89
- '93': 'Labourers in Mining, Construction, Manufacturing and Transport'
90
- '94': Food Preparation Assistants
91
- '95': Street and Related Sales and Services Workers
92
- '96': Refuse Workers and Other Elementary Workers
93
- '63': 'Subsistence Farmers, Fishers, Hunters and Gatherers'
94
  - name: ISCO_LABEL_2
95
  dtype:
96
  class_label:
97
  names:
98
  '0': Commissioned Armed Forces Officers
99
  '1': Non-commissioned Armed Forces Officers
100
- '2': 'Armed Forces Occupations, Other Ranks'
101
- '3': 'Chief Executives, Senior Officials and Legislators'
102
  '4': Administrative and Commercial Managers
103
  '5': Production and Specialized Services Managers
104
- '6': 'Hospitality, Retail and Other Services Managers'
105
  '7': Science and Engineering Professionals
106
  '8': Health Professionals
107
  '9': Teaching Professionals
@@ -111,7 +123,7 @@ dataset_info:
111
  '13': Science and Engineering Associate Professionals
112
  '14': Health Associate Professionals
113
  '15': Business and Administration Associate Professionals
114
- '16': Legal, Social, Cultural and Related Associate Professionals'
115
  '17': Information and Communications Technicians
116
  '18': General and Keyboard Clerks
117
  '19': Customer Services Clerks
@@ -127,7 +139,7 @@ dataset_info:
127
  '29': 'Metal, Machinery and Related Trades Workers'
128
  '30': Handicraft and Printing Workers
129
  '31': Electrical and Electronics Trades Workers
130
- '32': Food Processing, Woodworking, Garment and Other Craft and Related Trades Workers
131
  '33': Stationary Plant and Machine Operators
132
  '34': Assemblers
133
  '35': Drivers and Mobile Plant Operators
 
27
  - config_name: esco_en
28
  features:
29
  - name: ISCO_CODE_1
30
+ dtype:
31
+ class_label:
32
+ names:
33
+ '0': '0'
34
+ '1': '1'
35
+ '2': '2'
36
+ '3': '3'
37
+ '4': '4'
38
+ '5': '5'
39
+ '6': '6'
40
+ '7': '7'
41
+ '8': '8'
42
+ '9': '9'
43
+ - name: ISCO_LABEL_1
44
  dtype:
45
  class_label:
46
  names:
 
54
  '7': Craft and Related Trades Workers
55
  '8': Plant and Machine Operators and Assemblers
56
  '9': Elementary Occupations
 
 
57
  - name: ISCO_DEFINITION_1
58
  dtype: string
59
  - name: ISCO_CODE_2
60
  dtype:
61
  class_label:
62
  names:
63
+ '0': '01'
64
+ '1': '02'
65
+ '2': '03'
66
+ '3': '11'
67
+ '4': '12'
68
+ '5': '13'
69
+ '6': '14'
70
+ '7': '21'
71
+ '8': '22'
72
+ '9': '23'
73
+ '10': '24'
74
+ '11': '25'
75
+ '12': '26'
76
+ '13': '31'
77
+ '14': '32'
78
+ '15': '33'
79
+ '16': '34'
80
+ '17': '35'
81
+ '18': '41'
82
+ '19': '42'
83
+ '20': '43'
84
+ '21': '44'
85
+ '22': '51'
86
+ '23': '52'
87
+ '24': '53'
88
+ '25': '54'
89
+ '26': '61'
90
+ '27': '62'
91
+ '28': '63'
92
+ '29': '71'
93
+ '30': '72'
94
+ '31': '73'
95
+ '32': '74'
96
+ '33': '75'
97
+ '34': '81'
98
+ '35': '82'
99
+ '36': '83'
100
+ '37': '91'
101
+ '38': '92'
102
+ '39': '93'
103
+ '40': '94'
104
+ '41': '95'
105
+ '42': '96'
106
  - name: ISCO_LABEL_2
107
  dtype:
108
  class_label:
109
  names:
110
  '0': Commissioned Armed Forces Officers
111
  '1': Non-commissioned Armed Forces Officers
112
+ '2': Armed Forces Occupations, Other Ranks
113
+ '3': Chief Executives, Senior Officials and Legislators
114
  '4': Administrative and Commercial Managers
115
  '5': Production and Specialized Services Managers
116
+ '6': Hospitality, Retail and Other Services Managers
117
  '7': Science and Engineering Professionals
118
  '8': Health Professionals
119
  '9': Teaching Professionals
 
123
  '13': Science and Engineering Associate Professionals
124
  '14': Health Associate Professionals
125
  '15': Business and Administration Associate Professionals
126
+ '16': 'Legal, Social, Cultural and Related Associate Professionals'
127
  '17': Information and Communications Technicians
128
  '18': General and Keyboard Clerks
129
  '19': Customer Services Clerks
 
139
  '29': 'Metal, Machinery and Related Trades Workers'
140
  '30': Handicraft and Printing Workers
141
  '31': Electrical and Electronics Trades Workers
142
+ '32': 'Food Processing, Woodworking, Garment and Other Craft and Related Trades Workers'
143
  '33': Stationary Plant and Machine Operators
144
  '34': Assemblers
145
  '35': Drivers and Mobile Plant Operators