US Build & Engineer Jobs: 2024
"Real Jobs, Real Data: Navigating the US Construction & Engineering Sectors"
@kaggle.kanchana1990_us_build_and_engineer_jobs_2024
"Real Jobs, Real Data: Navigating the US Construction & Engineering Sectors"
@kaggle.kanchana1990_us_build_and_engineer_jobs_2024
Dataset Overview:
The collection spans a variety of roles, from Assistant Civil Engineers to Construction Project Managers, detailed across several entries. Each record is a window into the diverse opportunities available, reflecting the sector's breadth and depth.
Data Science Applications:
This dataset is primed for analytical explorations, from trend analysis and market demand assessments to skill gap identification. Its structured format is ideal for machine learning applications, such as predictive analytics for career path advancements or salary predictions, and NLP tasks like job description analysis or automated matching of candidates to job listings.
Column Descriptors:
Ethically Mined Data:
The dataset is constructed with ethical considerations at the forefront, ensuring the information is publicly available, non-invasive, and respectful of privacy norms. It adheres to data protection guidelines, offering insights without compromising individual or corporate confidentiality.
Acknowledgment:
A nod to Glassdoor for its role in aggregating and making accessible such detailed job market data. This dataset leverages the platform's rich repository of job listings, providing a snapshot that's invaluable for analysis, insight generation, and decision-making in the job market.
CREATE TABLE glassdoor_construction_jobs_usa (
  "company_name" VARCHAR,
  "job_title" VARCHAR,
  "job_description" VARCHAR,
  "job_posted_date" TIMESTAMP,
  "job_salary_currency" VARCHAR,
  "job_salary_currency_symbol" VARCHAR,
  "job_salary_estimated" BOOLEAN,
  "job_salary_pay_period" VARCHAR,
  "job_industry" VARCHAR,
  "company_short_name" VARCHAR,
  "company_sizes_str" VARCHAR,
  "company_foundation_date" TIMESTAMP,
  "company_revenue" VARCHAR
);Anyone who has the link will be able to view this.