mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Added TODO
This commit is contained in:
parent
ee15ae8466
commit
e05e8ff636
1 changed files with 3 additions and 0 deletions
|
|
@ -333,6 +333,9 @@ async def trigger_plan(body: PlanTriggerRequest):
|
|||
recommendations[p.id] = property_recommendations
|
||||
|
||||
# Finally, we'll prepare data for predicting the impact on SAP
|
||||
# TODO: We should use the cleaned data from get_components in the data rather than the raw
|
||||
# values. We should create a method in Property which takes the EPC data and inserts the cleaned
|
||||
# data
|
||||
epc_data = p.data.copy()
|
||||
epc_data = pd.DataFrame([epc_data])
|
||||
epc_data.columns = [col.upper().replace("-", "_") for col in epc_data.columns]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue