finding missed uprns

This commit is contained in:
Khalim Conn-Kowlessar 2024-08-20 17:45:19 +01:00
parent 41c38e622d
commit 3799a780b4

View file

@ -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"