mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
finishing ha16
This commit is contained in:
parent
88c245750d
commit
c7972fc88d
1 changed files with 4 additions and 1 deletions
|
|
@ -451,7 +451,10 @@ def analyse_results(results_df, data, survey_list):
|
|||
# Additional identified
|
||||
additional_identified_eco = analysis_data[
|
||||
(analysis_data["eco4_eligible"] == True) & (analysis_data["warmfront_identified"] == False)
|
||||
].shape[0]
|
||||
]
|
||||
|
||||
additional_identified_eco["eligibility_classification"].value_counts()
|
||||
|
||||
additional_identified_gbis = analysis_data[
|
||||
(analysis_data["gbis_eligible"] == True) & (analysis_data["eco4_eligible"] == False) & (
|
||||
analysis_data["warmfront_identified"] == False
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue