mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
removing error line
This commit is contained in:
parent
7accbded13
commit
6eb52a509e
1 changed files with 0 additions and 2 deletions
|
|
@ -22,8 +22,6 @@ EPC_AUTH_TOKEN = os.getenv("EPC_AUTH_TOKEN")
|
||||||
|
|
||||||
|
|
||||||
def get_data(asset_list, fulladdress_column, address1_column, postcode_column):
|
def get_data(asset_list, fulladdress_column, address1_column, postcode_column):
|
||||||
home = asset_list[asset_list["row_id"].isin(errors)].head(1).tail(1).squeeze()
|
|
||||||
|
|
||||||
epc_data = []
|
epc_data = []
|
||||||
errors = []
|
errors = []
|
||||||
no_epc = []
|
no_epc = []
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue