Column | Type | Contents |
area_num |
Integer number. |
[No description available]
|
sco_cnty |
Text string (max.len.=24). |
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.=54). |
Name of Burgh, County District, or Civil Parish.
The various county totals all have area_name = 'TOTAL'.
|
sco_type |
Text string (max.len.=34). |
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 the nation, a county, a city, a Burgh 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 labellled 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_1911 |
Text string (max.len.=6). |
Flag: "Y" indicates the row is for the population of the unit as defined in 1911.
These rows all have null values of g_unit.
|
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'.
|
hous_bdg_1921 |
Integer number. |
Original column heading: '1921: Houses: Building'.
|
room_1921 |
Integer number. |
Original column heading: '1921: Windowed Rooms (Occupied Houses only)'.
|
pop_1911 |
Integer number. |
Original column heading: '1911: Population: Both Sexes'.
|
male_1911 |
Integer number. |
Original column heading: '1911: Population: Males'.
|
fem_1911 |
Integer number. |
Original column heading: '1911: Population: Females'.
|
sep_occ_1911 |
Integer number. |
Original column heading: '1911: Separate Occupiers'.
|
hous_occ_1911 |
Integer number. |
Original column heading: '1911: Houses: Occupied'.
|
hous_unoc_1911 |
Integer number. |
Original column heading: '1911: Houses: Unoccupied'.
|
hous_bdg_1911 |
Integer number. |
Original column heading: '1911: Houses: Building'.
|
room_1911 |
Integer number. |
Original column heading: '1911: Windowed Rooms (Occupied Houses only)'.
|
area_1921 |
Integer number. |
Original column heading: 'Area in Acres (1921)'.
|
pop_acre_1921 |
Integer number. |
Original column heading: 'Population in 1921: Per 100 Acres'.
|
pop_room_1921 |
Integer number. |
Original column heading: 'Population in 1921: Per 100 Rooms'.
|
inc_1121_num |
Integer number. |
Original column heading: 'Inter-censal Change of Population 1911-1921: Increase: Actual'.
|
inc_1121_pc |
Floating point number. |
Original column heading: 'Inter-censal Change of Population 1911-1921: Increase: Per Cent'.
|
dec_1121_num |
Integer number. |
Original column heading: 'Inter-censal Change of Population 1911-1921: Decrease: Actual'.
|
dec_1121_pc |
Floating point number. |
Original column heading: 'Inter-censal Change of Population 1911-1921: Decrease: Per Cent'.
|
notes |
Text string (max.len.=1004). |
Footnotes transcribed from the report.
|
rec_num |
Integer number. |
Sequence number keeping rows in order.
|