CS Job Posts Data In Algeria
Public data of CS/IT job posts information in Algeria
@kaggle.abdelrahmanekhaldi_job_posts_data_in_algeria
Public data of CS/IT job posts information in Algeria
@kaggle.abdelrahmanekhaldi_job_posts_data_in_algeria
This dataset is a collection of separated scarped data from multiple sources about job posts in Algeria, it contains main information about the job posts.
Columns :
Website Name : source the job was found
Job Name : name mentioned with the job post
Company Name : company that published the hiring offer
Job Specialties: list of the domains relative to the job post.
Main activities: main tasks required for the job.
Concepts Required : list of all concepts mentioned in job requirements
Job Skills : list of al tools, programing languages mentioned in job requirements
Side Skills: list of the soft skills and languages required.
Diploma Required: University degree demanded.
Experience Required: N.o years of experience required.
CREATE TABLE new_df_v2 (
"website_name" VARCHAR,
"job_name" VARCHAR,
"company_name" VARCHAR,
"job_specialties" VARCHAR,
"side_specialties" VARCHAR,
"main_activities" VARCHAR,
"concepts_required" VARCHAR,
"job_skills" VARCHAR,
"side_skills" VARCHAR,
"diploma_required" VARCHAR,
"experince_required" VARCHAR
);Anyone who has the link will be able to view this.