Skip to content

Instantly share code, notes, and snippets.

@chris-lovejoy
Created May 1, 2020 12:11
Show Gist options
  • Save chris-lovejoy/a13c7821171e5d938e167aed62b146f6 to your computer and use it in GitHub Desktop.
Save chris-lovejoy/a13c7821171e5d938e167aed62b146f6 to your computer and use it in GitHub Desktop.
Creating the final jobs list
jobs_list = {}
for j in range(len(cols)):
jobs_list[cols[j]] = extracted_info[j]
num_listings = len(extracted_info[0])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment