forked from aiskunks/Jobs_Database
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOne Stop Job
More file actions
18 lines (13 loc) · 942 Bytes
/
One Stop Job
File metadata and controls
18 lines (13 loc) · 942 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
One Stop Job (addition to Job database)
Team members: Namitha J C (NUID – 002795461)
Sinchana Kumara (NUID – 002780971)
Maheswara Sai Ram Palakurthy (NUID – 002772768)
Github Id’s: Njc27
SinchanaKumara
maheswarpalakurthy
ReadMe Document:
The objective of this project is to create a database for job finders where they need to type in the job role and select from which job sites
they will apply for that job. The database will consist data from the most visited job sites like Indeed, Glassdoor, Monster etc.,
with columns Job Id, Job role, Job Description, Skills, Company, Location, Job site (link to the site).
Using BeautifulSoup in python, we scrape the necessary data required and store them in a csv file. Later this csv file is cleaned from duplicate
and null values. By then storing this data in a sql table we can perform the necessary operations such as : Searching and Filtering the data.