mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
record of todo
This commit is contained in:
parent
10c758ad81
commit
537caa410c
1 changed files with 5 additions and 0 deletions
|
|
@ -162,3 +162,8 @@ def handler():
|
||||||
hotwater = pd.DataFrame([{"address1": p.address1, **p.hotwater} for p in input_properties])
|
hotwater = pd.DataFrame([{"address1": p.address1, **p.hotwater} for p in input_properties])
|
||||||
|
|
||||||
mainheating[["address1", "postcode"]]
|
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!
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue