Job Dataset
A Comprehensive Job Dataset for Data Science, Research, and Analysis
@kaggle.ravindrasinghrana_job_description_dataset
A Comprehensive Job Dataset for Data Science, Research, and Analysis
@kaggle.ravindrasinghrana_job_description_dataset
CREATE TABLE job_descriptions (
"job_id" BIGINT,
"experience" VARCHAR,
"qualifications" VARCHAR,
"salary_range" VARCHAR,
"location" VARCHAR,
"country" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"work_type" VARCHAR,
"company_size" BIGINT,
"job_posting_date" TIMESTAMP,
"preference" VARCHAR,
"contact_person" VARCHAR,
"contact" VARCHAR,
"job_title" VARCHAR,
"role" VARCHAR,
"job_portal" VARCHAR,
"job_description" VARCHAR,
"benefits" VARCHAR,
"skills" VARCHAR,
"responsibilities" VARCHAR,
"company" VARCHAR,
"company_profile" VARCHAR
);
Anyone who has the link will be able to view this.