Baselight

Job Dataset

A Comprehensive Job Dataset for Data Science, Research, and Analysis

@kaggle.ravindrasinghrana_job_description_dataset

Loading...
Loading...

About this Dataset

Job Dataset

Job 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.

Descriptions for each of the columns in the dataset:

  1. Job Id: A unique identifier for each job posting.
  2. Experience: The required or preferred years of experience for the job.
  3. Qualifications: The educational qualifications needed for the job.
  4. Salary Range: The range of salaries or compensation offered for the position.
  5. Location: The city or area where the job is located.
  6. Country: The country where the job is located.
  7. Latitude: The latitude coordinate of the job location.
  8. Longitude: The longitude coordinate of the job location.
  9. Work Type: The type of employment (e.g., full-time, part-time, contract).
  10. Company Size: The approximate size or scale of the hiring company.
  11. Job Posting Date: The date when the job posting was made public.
  12. Preference: Special preferences or requirements for applicants (e.g., Only Male or Only Female, or Both)
  13. Contact Person: The name of the contact person or recruiter for the job.
  14. Contact: Contact information for job inquiries.
  15. Job Title: The job title or position being advertised.
  16. Role: The role or category of the job (e.g., software developer, marketing manager).
  17. Job Portal: The platform or website where the job was posted.
  18. Job Description: A detailed description of the job responsibilities and requirements.
  19. Benefits: Information about benefits offered with the job (e.g., health insurance, retirement plans).
  20. Skills: The skills or qualifications required for the job.
  21. Responsibilities: Specific responsibilities and duties associated with the job.
  22. Company Name: The name of the hiring company.
  23. Company Profile: A brief overview of the company's background and mission.

Potential Use Cases:

  • Building predictive models to forecast job market trends.
  • Enhancing job recommendation systems for job seekers.
  • Developing NLP models for resume parsing and job matching.
  • Analyzing regional job market disparities and opportunities.
  • Exploring salary prediction models for various job roles.

Acknowledgements:

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.

Note:

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

Tables

Job Descriptions

@kaggle.ravindrasinghrana_job_description_dataset.job_descriptions
  • 95.27 MB
  • 1615940 rows
  • 23 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.