In repository.py, the external_data pipeline is failing to import correctly. Not needed in the short term (we're using files instead for the first release), it was disabled. Fix long term so that it works again and can be included.
Linking to other comment, as should be done at same time:
[ ] The code that produces the ONSPD_reduced_to_postcode_sector.csv file needs amending so that lsoa11 will only ever have a single value. At the moment, the code groups the postcodes and returns the modal value of lsoa11 across those postcodes. However, this sometimes returns more than one value. When it does this, the code needs to return the first of these values.
Linking to other comment, as should be done at same time:
[ ] Port early processes from sufficiency code to external data code, so that these tables are not produced daily. See comments in sufficiency job (basically all files before 903 files
In
repository.py
, the external_data pipeline is failing to import correctly. Not needed in the short term (we're using files instead for the first release), it was disabled. Fix long term so that it works again and can be included.