mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
finding missed uprns
This commit is contained in:
parent
41c38e622d
commit
3799a780b4
1 changed files with 5 additions and 0 deletions
|
|
@ -163,5 +163,10 @@ def app():
|
|||
}
|
||||
print(body)
|
||||
|
||||
# We read in the current valuation data and identify if there are any uprns that need to be added
|
||||
previous_valuations = pd.read_excel(
|
||||
"/Users/khalimconn-kowlessar/Documents/hestia/Customers/sfr/sfr property valuations.xlsx")
|
||||
asset_list[~asset_list["uprn"].astype(str).isin(previous_valuations["uprn"].astype(str))]
|
||||
|
||||
# We now need a distinct step to prepare final outputs
|
||||
portfolio_timestamp = "2024-08-20 15:51:10.292075"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue