ishaannarula / job-application-automation

A work-in-progress project to automate applying to jobs on commonly used Applicant Tracking Systems (Workday, Greenhouse etc.)
MIT License
8 stars 0 forks source link

Change structure of dataframes #1

Closed ishaannarula closed 2 years ago

ishaannarula commented 2 years ago

Moving from a dataframe structure with separate columns for 'Company Name', 'Position', 'Job ID', 'Date Posted', 'URL'... to a structure which combines all position details in one column (i.e. position name, job ID, division, location, etc.) but keeps separate columns for date posted, company name, URL and date viewed.

Did not carry out the above conversion for Blackstone and Blackstone Campus. The format of the old dfs was full of errors. So, just created fresh dataframes for these URLs using the first_jobsdf_toexcel function.

Note: In the dataframes that we converted from old to new format, the elements of the Date Posted column do not take the list format. When the functions create_jobsdf and first_jobsdf_toexcel updated in this pull request are run, the elements of the Date Posted column that they create take the list format. This would not affect the new_jobs function though.