mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
added manual match
This commit is contained in:
parent
7291f7128e
commit
b1936521f6
1 changed files with 3 additions and 1 deletions
|
|
@ -3362,7 +3362,9 @@ def revised_model():
|
|||
wates_coordination["Retrofit Assessment"].isin(["Completed"])
|
||||
]
|
||||
|
||||
wates_manual_filters = {}
|
||||
wates_manual_filters = {
|
||||
"24 Rabley Wood View": "Wave 2.1 Surveys/3. Wiltshire/24-25 Rabley Wood View"
|
||||
}
|
||||
wates_matching_lookup = []
|
||||
for _, home in tqdm(wates_coordination.iterrows(), total=len(wates_coordination)):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue