mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
adzuna wip
This commit is contained in:
parent
95d714afbb
commit
abed2ce2de
1 changed files with 4 additions and 2 deletions
|
|
@ -77,8 +77,10 @@ for i, job_title in enumerate(JOB_TITLES):
|
|||
for job in jobs['results']:
|
||||
to_append = {
|
||||
"job_title": job_title,
|
||||
"location": location,
|
||||
"location_code": location_config["PCON22CD"],
|
||||
"search_location": location,
|
||||
"search_location_code": location_config["PCON22CD"],
|
||||
**job
|
||||
}
|
||||
results.append(to_append)
|
||||
|
||||
results_df = pd.DataFrame(results)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue