Data Scientist Job Roles In UK
Exploring Data Scientist Opportunities in UK: Glassdoor's Jobs and Salaries
@kaggle.emreksz_data_scientist_job_roles_in_uk
Exploring Data Scientist Opportunities in UK: Glassdoor's Jobs and Salaries
@kaggle.emreksz_data_scientist_job_roles_in_uk
This dataset provides a collection of data scientist job listings from Glassdoor. It includes key details like job titles, company names, locations, estimated salaries, posting dates, and company ratings. This dataset is ideal for analyzing trends in data science roles, salary ranges, and company preferences within the UK's job market in 2024.
This CSV file contains detailed information on data scientist job listings in UK sourced from Glassdoor. The dataset includes the following columns:
CREATE TABLE cleaned_dataset (
  "company" VARCHAR,
  "company_score" DOUBLE,
  "job_title" VARCHAR,
  "date" DOUBLE,
  "salary" DOUBLE,
  "skills" VARCHAR,
  "estimation_type" VARCHAR,
  "remote" VARCHAR,
  "city" VARCHAR,
  "country" VARCHAR
);CREATE TABLE raw_dataset (
  "company" VARCHAR,
  "company_score" DOUBLE,
  "job_title" VARCHAR,
  "location" VARCHAR,
  "date" VARCHAR,
  "salary" VARCHAR,
  "skills" VARCHAR
);Anyone who has the link will be able to view this.