ONSdigital / SDG_11.2.1

Analysis for the UN Sustainable Development Goal 11.2.1
https://onsdigital.github.io/SDG_11.2.1/
Apache License 2.0
5 stars 7 forks source link

Research update datasource for scotland oa to la lookup #379

Open nkshaw23 opened 1 year ago

nkshaw23 commented 1 year ago

For mapping la to oa for scotland, we currently load a 400Mb postcode lookup for the whole of the UK - only to use a tiny bit of rows / columns for the join.

image

There is another dataset from the national records of scotland, which provides a mapping between local authorities (or commonly called council areas in scotland) to output areas (OA_to_higher_areas.csv).

Research whether we can replace the original datasource. Do a groupBy for each after the join to see if the totals + LA / council area names differ.