mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
data load for ha41
This commit is contained in:
parent
c43349a577
commit
c4af2251f4
1 changed files with 6 additions and 0 deletions
|
|
@ -452,6 +452,8 @@ class DataLoader:
|
|||
return "ECO Survey"
|
||||
elif "ECO 4 Surveys completed" in workbook.sheetnames:
|
||||
return "ECO 4 Surveys completed"
|
||||
elif "ECO4 Surveys" in workbook.sheetnames:
|
||||
return "ECO4 Surveys"
|
||||
else:
|
||||
return "ECO surveys"
|
||||
|
||||
|
|
@ -1533,6 +1535,10 @@ class DataLoader:
|
|||
|
||||
return survey_list
|
||||
|
||||
@staticmethod
|
||||
def correct_ha41_survey_list(survey_list):
|
||||
return survey_list
|
||||
|
||||
@staticmethod
|
||||
def levenstein_match(matching_string, df):
|
||||
match_to = df["matching_address"].tolist()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue