Column | Type | Contents |
lgd_name |
Text string (max.len.=44). |
Name of the unit the data relates to in the form it
appeared in the original report (lower case, punctuation
as in original).
|
lg_unit |
Text string (max.len.=44). |
Name of the unit the data relates to, in standardised form
(i.e. upper case, no hyphens, etc). This may be a local
government district, but the table includes county totals,
with and without any County Boroughs listed with the county.
|
lg_type |
Text string (max.len.=8). |
Type of district. This is limited to:
'AC' = Administrative County,
'ACB' = Administrative County with associated County Boroughs,
'CB' = County Borough,
'LCC' = London City Corporate (this is specific to the City of London)
'MetB' = Metropolitan Borough (in London),
'MB' = Municipal Borough,
'UD' = Urban District.
|
adm_cnty |
Text string (max.len.=34). |
Name of administrative county in which the place is located.
|
ac_tot |
Text string (max.len.=6). |
Flag to indicate rows which are totals for Administrative
Counties.
|
row_id |
Floating point number. |
Numeric field identifying and placing in order the different
rows of information for each reporting unit; for example,
'Boiler firemen, stokers' (category 915, order XXV) will
always have row_id=360.
|
lev_1 |
Floating point number. |
Level 1 occupational category, given in roman numerals
in the original report. This column is non-null for all rows
apart from the initial 'occupational status' data.
|
lev_2 |
Floating point number. |
Level 2 occupational category. This does not appear
for all level 1 categories, while some categories are
further sub-divided (see note above).
|
lev_3 |
Text string (max.len.=44). |
Level 3 (lowest) occupational category.
This is usually a three-digit number, but it is sometimes
a sequence of such numbers, linked by commas and dashes.
|
occup |
Text string (max.len.=76). |
Name of the occupational category.
NB this may be the name of a level 1, 2 or 3 category,
or an occupational status. In most cases, it is simply
whatever text appears next to the row of numbers.
|
males |
Floating point number. |
Number of males in category.
|
females |
Floating point number. |
Number of females in category.
|
notes |
Long text. |
Notes.
|
rec_num |
Integer number. |
Sequence number placing rows in correct order, added on loading.
|
admc_unit |
Integer number. |
ID number for the Administrative County containing the unit, as defined in the AUO.
NB to extract county totals from this table, use the relevant rows rather than
grouping by this ID.
|
g_unit |
Integer number. |
ID number for the reporting unit, as defined in the AUO.
|