| Column | Type | Contents |
county |
Text string (max.len.=64). |
The name of the county, or nation
(see note above).
|
nation_flag |
Text string (max.len.=6). |
Set to 'Y' for England, for Wales and for Scotland,
and otherwise null.
|
transcriber |
Text string (max.len.=14). |
Value identifying who did the transcription
(see notes above).
|
year |
Integer number. |
Year in which the data were gathered.
The farm census has always been carried out in June.
|
report_table |
Text string (max.len.=24). |
Identifier for the table within the report.
This is a string, not a number, such as
'Table 2'.
|
col_or_row |
Integer number. |
Column or row occupied by the value in the original
table, i.e. the location of the variable
in the original report. NB some tables used different
columns for each county, in which case this DB field
will hold a row number.
Many tables also included values for the previous
year, but these have been ignored when computing these
column/row numbers.
(NB the reason why Scottish data for 1870 and 1884 are
included in this table is that they were listed in the
tables for the following year and included in the OCR
output.)
|
report_label |
Text string (max.len.=144). |
The label for the variable as listed in the original report.
NB this is not the version supplied by the
original transcriber, but text added by the GBHGIS after
careful checking against the original reports.
|
meas_unit |
Text string (max.len.=16). |
The units in which the variable is measured.
For now, the only value is 'Acres'.
|
value |
Floating point number. |
The numerical value of the variable for the relevant county and year.
|