Column | Type | Contents |
sco_cnty |
Text string (max.len.=44). |
Name of the county; the data are from the County Reports, so this is part of the volume title.
|
sco_area |
Text string (max.len.=104). |
Name of Burgh, District of County, or Civil Parish.
The various county totals all have area_name = 'TOTAL'.
|
sco_type |
Text string (max.len.=44). |
Type of area; these actually appear above the start of each type of area name.
See above notes for the values appearing here.
|
cnty_unit |
Integer number. |
Unit ID for the county containing the current area, as defined in the AUO.
Note that the table includes rows for county totals, with g_unit set to the county ID,
whereas summing the data by cnty_unit will produce massive over-counting.
|
g_unit |
Integer number. |
Unit ID for the current unit, which may be a county,
a county Landward, a Burgh, a District of County or a Parish.
Deliberately unset for various totals, and for rows which would cause double-counting (see above).
|
area_note |
Text string (max.len.=84). |
Text immediately following area name.
This includes dates of boundary changes, within brackets.
|
part_of |
Text string (max.len.=6). |
Flag: "Y" if area is labelled as "Part of". Usually means the remainder is in another county
but sometimes parts are inside and outside cities.
|
exclude_city |
Text string (max.len.=6). |
Flag: "Y" indicates rows withing county listings which duplicate data included
in the reports for cities, which should be excluded to avoid double counting.
These rows all have null values of g_unit.
|
data_are_for_1921 |
Text string (max.len.=6). |
Flag: "Y" indicates the row is for the population of the unit as defined in 1921.
These rows all have null values of g_unit.
|
pop_1931 |
Integer number. |
Original column heading: '1931: Population: Both Sexes'.
|
male_1931 |
Integer number. |
Original column heading: '1931: Population: Males'.
|
fem_1931 |
Integer number. |
Original column heading: '1931: Population: Females'.
|
sep_occ_1931 |
Integer number. |
Original column heading: '1931: Separate Occupiers'.
|
hous_occ_1931 |
Integer number. |
Original column heading: '1931: Houses: Occupied'.
|
hous_unoc_1931 |
Integer number. |
Original column heading: '1931: Houses: Unoccupied'.
|
room_1931 |
Integer number. |
Original column heading: '1931: Windowed Rooms (Occupied Houses only)'.
|
pop_1921 |
Integer number. |
Original column heading: '1921: Population: Both Sexes'.
|
male_1921 |
Integer number. |
Original column heading: '1921: Population: Males'.
|
fem_1921 |
Integer number. |
Original column heading: '1921: Population: Females'.
|
sep_occ_1921 |
Integer number. |
Original column heading: '1921: Separate Occupiers'.
|
hous_occ_1921 |
Integer number. |
Original column heading: '1921: Houses: Occupied'.
|
hous_unoc_1921 |
Integer number. |
Original column heading: '1921: Houses: Unoccupied'.
|
room_1921 |
Integer number. |
Original column heading: '1921: Windowed Rooms (Occupied Houses only)'.
|
pop_1911 |
Integer number. |
Original column heading: '1911: Population (Both Sexes)'.
|
area_1931 |
Integer number. |
Original column heading: 'Area in Acres (1931)'.
|
pop_acr_1931 |
Floating point number. |
Original column heading: 'Population per 100 acres (1931)'.
|
inc_2131_num |
Integer number. |
Original column heading: 'Increase or Decrease: Number (1921-1931): Increase'.
|
dec_2131_num |
Integer number. |
Original column heading: 'Increase or Decrease: Number (1921-1931): Decrease'.
|
ch_2131_pc |
Floating point number. |
Original column heading: 'Increase or Decrease: Percentage: 1921-1931'.
|
ch_1121_pc |
Floating point number. |
Original column heading: 'Increase or Decrease: Percentage: 1911-1921'.
|
notes |
Text string (max.len.=1004). |
Footnotes transcribed from the report.
|
rec_num |
Integer number. |
Sequence number keeping rows in order.
|