From 537caa410c2aecf3ff504cfd14aec92eb618540a Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Wed, 21 Jun 2023 17:42:30 +0100 Subject: [PATCH] record of todo --- model_data/app.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/model_data/app.py b/model_data/app.py index a90d5a46..6f8209d5 100644 --- a/model_data/app.py +++ b/model_data/app.py @@ -162,3 +162,8 @@ def handler(): hotwater = pd.DataFrame([{"address1": p.address1, **p.hotwater} for p in input_properties]) mainheating[["address1", "postcode"]] + + # TODO: I want to knwo what "Good" efficiency means for the description + # 'Flat 28, 22 Adelina Grove' 'Solid brick, as built, insulated (assumed)' + # so to do this, filter on the local authority code and property type, where we have U + # values for the wall and take a median!