2026-03-26 08:37:53 +00:00
|
|
|
-- Mart: Deprivation index — one row per URN
|
2026-03-26 10:38:07 +00:00
|
|
|
-- The IDACI tap already resolves postcode → LSOA → IoD2019 score per school.
|
2026-03-26 08:37:53 +00:00
|
|
|
|
|
|
|
|
select
|
2026-03-26 10:38:07 +00:00
|
|
|
urn,
|
|
|
|
|
lsoa_code,
|
|
|
|
|
idaci_score,
|
|
|
|
|
idaci_decile
|
|
|
|
|
from {{ ref('stg_idaci') }}
|