mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +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']:
|
for job in jobs['results']:
|
||||||
to_append = {
|
to_append = {
|
||||||
"job_title": job_title,
|
"job_title": job_title,
|
||||||
"location": location,
|
"search_location": location,
|
||||||
"location_code": location_config["PCON22CD"],
|
"search_location_code": location_config["PCON22CD"],
|
||||||
**job
|
**job
|
||||||
}
|
}
|
||||||
results.append(to_append)
|
results.append(to_append)
|
||||||
|
|
||||||
|
results_df = pd.DataFrame(results)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue