Files
school_compare/pipeline/transform/models/marts/fact_deprivation.sql

10 lines
223 B
MySQL
Raw Normal View History

-- Mart: Deprivation index — one row per URN
-- The IDACI tap already resolves postcode → LSOA → IoD2019 score per school.
select
urn,
lsoa_code,
idaci_score,
idaci_decile
from {{ ref('stg_idaci') }}