Tonight
This commit is contained in:
parent
28323f145e
commit
94f9c0d594
76 changed files with 3238 additions and 1230 deletions
|
|
@ -13,13 +13,12 @@ _AREA_COLUMNS = [
|
|||
"lat",
|
||||
"lon",
|
||||
# Deprivation
|
||||
"Income Score (rate)",
|
||||
"Employment Score (rate)",
|
||||
"Income Score",
|
||||
"Employment Score",
|
||||
"Education, Skills and Training Score",
|
||||
"Health Deprivation and Disability Score",
|
||||
"Living Environment Score",
|
||||
"Indoors Sub-domain Score",
|
||||
"Outdoors Sub-domain Score",
|
||||
"Housing Conditions Score",
|
||||
"Air Quality and Road Safety Score",
|
||||
# Ethnicity
|
||||
"% South Asian",
|
||||
"% East Asian",
|
||||
|
|
@ -144,7 +143,6 @@ def _build(
|
|||
"Income Score (rate)",
|
||||
"Employment Score (rate)",
|
||||
"Health Deprivation and Disability Score",
|
||||
"Living Environment Score",
|
||||
"Indoors Sub-domain Score",
|
||||
"Outdoors Sub-domain Score",
|
||||
]
|
||||
|
|
@ -319,6 +317,7 @@ def _build(
|
|||
"Adult Skills Sub-domain Score",
|
||||
"Children and Young People Sub-domain Score",
|
||||
"Crime Score",
|
||||
"Living Environment Score",
|
||||
"Index of Multiple Deprivation (IMD) Score",
|
||||
"Income Deprivation Affecting Older People (IDAOPI) Score (rate)",
|
||||
"Income Deprivation Affecting Children Index (IDACI) Score (rate)",
|
||||
|
|
@ -335,6 +334,10 @@ def _build(
|
|||
"date_of_transfer": "Date of last transaction",
|
||||
"construction_age_band": "Construction year",
|
||||
"is_construction_date_approximate": "Is construction date approximate",
|
||||
"Income Score (rate)": "Income Score",
|
||||
"Employment Score (rate)": "Employment Score",
|
||||
"Indoors Sub-domain Score": "Housing Conditions Score",
|
||||
"Outdoors Sub-domain Score": "Air Quality and Road Safety Score",
|
||||
"pp_address": "Address per Property Register",
|
||||
"epc_address": "Address per EPC",
|
||||
"postcode": "Postcode",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue