This commit is contained in:
Jun-te Kim 2025-09-16 19:43:38 +01:00
parent 8171360881
commit 3f59350ea3

View file

@ -108,6 +108,10 @@ def combine_records_for_flats(assets: dict, simple: list) -> dict:
return assets
def get_energy_information():
df = pd.read_excel("../../../../../home/Downloads/data.xlsx", sheet_name="")
# add uprn to everything
def handler(event, context):
# read data for houses only
assets = process_complex("Houses Asset Data")
@ -120,5 +124,7 @@ def handler(event, context):
flats = combine_records_for_flats(assets, simple)
# run a script that upload to s3 -> uprn -> jsonified -> walthamforest -> uri