OxfordDemSci / ICS_Analysis

Mixed methods approach and interactive dashboard to analyse research impact through Impact Case Studies submitted to the UK's Research Excellence Framework (REF) 2021.
https://shape-impact.co.uk
GNU General Public License v3.0
5 stars 0 forks source link

Institution locations #12

Closed doug-leasure closed 1 year ago

doug-leasure commented 1 year ago

We need to identify the post code of every institution in the REF database using the Institution UKPRN code column. The postcodes can be looked up here: https://www.ukrlp.co.uk/ There are only 155 institutions in the database, so this could be done manually fairly quickly.

The results could simply be saved as a .csv with a column for UKPRN and a column for postcode. Alternatively, the results could be saved as a Python dictionary to allow postcode lookups from UKPRN codes, e.g.

institution_postcode = {"10007783": "AB24 3FX", "10007849": "DD1 1HG", ...}