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
This dataset provides a comprehensive collection of synthetic job postings to facilitate research and analysis in the field of job market trends, natural language processing (NLP), and machine learning. Created for educational and research purposes, this dataset offers a diverse set of job listings across various industries and job types.
We would like to express our gratitude to the Python Faker library for its invaluable contribution to the dataset generation process. Additionally, we appreciate the guidance provided by ChatGPT in fine-tuning the dataset, ensuring its quality, and adhering to ethical standards.
Please note that the examples provided are fictional and for illustrative purposes. You can tailor the descriptions and examples to match the specifics of your dataset. It is not suitable for real-world applications and should only be used within the scope of research and experimentation. You can also reach me via email at: rrana157@gmail.com
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.