Daniel Duckworth
commited on
Commit
·
4f6b48e
1
Parent(s):
ee1cc05
seq ids and single quotes
Browse files
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 |
-
'
|
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 |
- 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':
|
101 |
-
'3':
|
102 |
'4': Administrative and Commercial Managers
|
103 |
'5': Production and Specialized Services Managers
|
104 |
-
'6':
|
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
|