diff --git a/etl/customers/waltham_forest/decent_homes_pilot.py b/etl/customers/waltham_forest/decent_homes_pilot.py index 33836236..0c7ea98f 100644 --- a/etl/customers/waltham_forest/decent_homes_pilot.py +++ b/etl/customers/waltham_forest/decent_homes_pilot.py @@ -1,12 +1,8 @@ import json import os - import pandas as pd - from datetime import datetime -from docutils.nodes import table - def years_between(d1, d2): # precise year difference (accounts for months/days) @@ -35,15 +31,6 @@ def append_result(decent_homes_meta, criteria, variable, sub_variable, result, i folder = "/Users/khalimconn-kowlessar/Documents/hestia/Customers/Waltham Forest/Decent Homes Pilot" filenames = ["flat 1.json", "house 1.json"] -houses_waltham_forest_data = pd.read_excel( - os.path.join(folder, "LBWF - Example Asset Data September 2025.xlsx"), - sheet_name="Houses Asset Data" -) -flats_waltham_forest_data = pd.read_excel( - os.path.join(folder, "LBWF - Example Asset Data September 2025.xlsx"), - sheet_name="CHINGFORD ROAD 236-254 Asset Bl" -) - # Standardised variables which will form the enums in the db HHSRS_VARIABLES = [ "damp_and_mould_growth",