Column | Type | Contents |
geogcode |
Text string (max.len.=9). |
Geographical code identifying the district.
|
nation |
Text string (max.len.=5). |
Single-letter code identifying which nation the data are from:
'E' = England, 'S' = Scotland, 'W' = Wales.
These aresimply the first characters within geogcode.
|
district_name |
Text string (max.len.=44). |
Name of the local authority, inserted from a separate lookup table supplied by NOMIS.
|
sex |
Text string (max.len.=5). |
Gender, either 'M' = Males or 'F' = Females.
|
activity_number |
Integer number. |
Four digit code identifying the activity within the 1980 Standard Industrial Classifiction.
|
activity_name |
Text string (max.len.=44). |
Name of the activity.
NB the data supplied by NOMIS held the activity number and name in a single string
but we have separated them,
|
persons |
Integer number. |
Number of persons in the specific combination of area, gender and activity.
|
flag |
Text string (max.len.=5). |
Flag supplied by NOMIS.
Mostly null but these values appear:
- ! (exclamation mark):
"Users of Nomis must suppress (i.e. blank out), for publication purposes, any
data-cell which is marked with an ‘!’ (exclamation mark). This is referred to as Hard suppression
and is designed to prevent any disclosure of data that allows a particular business to be identified
and rules of confidentiality to be broken. The primary rule of disclosure as applied to BRES is:
at least 3 enterprise groups in a cell and the total of the cell less the 2 largest local units must be
greater than or equal to a pre-determined percentage of the value of the largest local unit.
If a data-cell fails this rule then it is considered disclosive and marked with an ‘!’ (exclamation mark."
- - (hyphen):
This appears against rows for activity 100, "Agriculture and horticulture", clearly there to flag
that the count of persons is always missing.
|