Yassmen commited on
Commit
9218f31
1 Parent(s): f6f5e88

Update wuzzuf_scraper.py

Browse files
Files changed (1) hide show
  1. wuzzuf_scraper.py +1 -1
wuzzuf_scraper.py CHANGED
@@ -139,6 +139,6 @@ def Wuzzuf_scrapping(job_type , job_num,driver):
139
 
140
  df = pd.DataFrame({'Title' : title , 'Location' : location ,'country':country,'URLs':links ,'Company_Name' : company_name,'Career_Level':Career_Level,'post_time':post_time,'Experience_Needed':Experience_Needed,'Company_Logo':company_logo,"Job_Categories":Job_Categories , "Skills_And_Tools":Skills_And_Tools , "job_description":job_description,"Job_Requirements":Job_Requirements})
141
 
142
- df[:job_num].to_excel('WUZZUF_scrapping.xlsx',index=False,encoding='utf-8')
143
  return df[:job_num]
144
 
 
139
 
140
  df = pd.DataFrame({'Title' : title , 'Location' : location ,'country':country,'URLs':links ,'Company_Name' : company_name,'Career_Level':Career_Level,'post_time':post_time,'Experience_Needed':Experience_Needed,'Company_Logo':company_logo,"Job_Categories":Job_Categories , "Skills_And_Tools":Skills_And_Tools , "job_description":job_description,"Job_Requirements":Job_Requirements})
141
 
142
+ df[:job_num].to_csv('WUZZUF_scrapping.xlsx',index=False,encoding='utf-8')
143
  return df[:job_num]
144