mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-08 11:17:29 +00:00
save
This commit is contained in:
parent
8171360881
commit
3f59350ea3
1 changed files with 7 additions and 1 deletions
|
|
@ -108,6 +108,10 @@ def combine_records_for_flats(assets: dict, simple: list) -> dict:
|
|||
|
||||
return assets
|
||||
|
||||
def get_energy_information():
|
||||
df = pd.read_excel("../../../../../home/Downloads/data.xlsx", sheet_name="")
|
||||
# add uprn to everything
|
||||
|
||||
def handler(event, context):
|
||||
# read data for houses only
|
||||
assets = process_complex("Houses Asset Data")
|
||||
|
|
@ -120,5 +124,7 @@ def handler(event, context):
|
|||
flats = combine_records_for_flats(assets, simple)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# run a script that upload to s3 -> uprn -> jsonified -> walthamforest -> uri
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue