Column | Type | Contents |
nation |
Text string (max.len.=6). |
Flag indicating the nation and source:
"EW" = England and Wales,
"S" = Scotland.
NB there is one critical difference between the two sources,
which is that the Scottish data include those out of work
in the overall totals, while the England and Wales data do not.
|
row_seq |
Integer number. |
Industry identifier as defined in ind_1931_codebook.
NB the labels in this table do not exactly match those in the codebook,
so some fuzzy matching was used, but all rows are now assigned an identifier.
|
ind_level |
Integer number. |
Type of row (the counts are for E&W):
- 0 (1 row): Data are the overall national totals for all industries.
- 1 (22 rows): Data are totals for an industrial Order.
- 2 (47 rpws): Data are totals for an industrial sub-Order.
- 3 (439 rows): Data are for a detailed category.
|
order_num |
Integer number. |
Number identifying the industrial Order, from 1 to 22.
The names of the Orders are given in the "industry" column
for rows with ind_level = 1.
|
sub_ord_num |
Integer number. |
Number of a sub-Order within an Order.
NB these numbers re-start from 1 within each Order, and not all Orders are divided into sub-Orders.
|
small_industry_id |
Text string (max.len.=32). |
Code defined by us to identify the 'industries' listed in the simplified 1931 table
for small towns and Rural Districts, as held in occ_1931_small, but used here
to assign each of the detailed 'Groups' apearing in the full listing to the
appropriate simplified category.
This is necessary because the simplified categories are somewhat ad hoc, but the
source material enables a completely unambiguous assignment.
Each code starts with the roman numeral
identifying the Order but this is followed by a short string identifying the particular category,
such as 'XVIII_DEFENCE', 'XVIII_CIVIL' and'XVIII_LOCAL',
these being the listed divisions of Order XVIII, Public Administration.
|
group_code |
Integer number. |
Integer value identifying the Group within the industry; null
if the row is a total for an Order or sub-Order.
|
industry |
Text string (max.len.=134). |
The text that appears in the original report to label the information in each row.
|
tot_m |
Integer number. |
Total: Males.
As explained above, the original column in the England and Wales report
was headed "Total (excluding Out of Work)", but we have adjusted the England and Wales data
so that, like Scotland, the unemployed are included.
|
tot_f |
Integer number. |
Total: Females.
See above for adjustment to England and Wales data.
|
empl_man_m |
Integer number. |
Employers, Directors, Managers: Males.
|
empl_man_f |
Integer number. |
Employers, Directors, Managers: Females.
|
subman_prim_m |
Integer number. |
Branch and Departmental Managers: Primary Operations: Males.
|
subman_prim_f |
Integer number. |
Branch and Departmental Managers: Primary Operations: Females.
|
subman_off_m |
Integer number. |
Branch and Departmental Managers: Office or Subsidiary Operations: Males.
|
subman_off_f |
Integer number. |
Branch and Departmental Managers: Office or Subsidiary Operations: Females.
|
operative_m |
Integer number. |
Operative Employees: Males.
|
operative_f |
Integer number. |
Operative Employees: Females.
|
self_m |
Integer number. |
Working on Own Account: Males.
|
self_f |
Integer number. |
Working on Own Account: Females.
|
out_of_work_m |
Integer number. |
Out of Work: Males.
NB the original England and Wales data has the heading
"Out of Work (all classes) excluded from other columns".
|
out_of_work_f |
Integer number. |
Out of Work: Females.
|
rec_num |
Integer number. |
Sequence number added on loading, placing rows in the correct order.
NB there are gaps in the sequence as the data loaded included check sums which were then deleted.
|