Baselight

Salary Data

Salary Data based on Experience,Age,Gender,Job Title and Education Level

@kaggle.mohithsairamreddy_salary_data

Loading...
Loading...

About this Dataset

Salary Data

A The dataset was obtained from multiple sources, including surveys, job posting sites, and other publicly available sources.A total of 6704 data points were collected.The dataset included fivevariables: age, experience, job role, and education level and salary

Tables

Salary Data

@kaggle.mohithsairamreddy_salary_data.salary_data
  • 26.76 KB
  • 6704 rows
  • 6 columns
Loading...

CREATE TABLE salary_data (
  "age" DOUBLE,
  "gender" VARCHAR,
  "education_level" VARCHAR,
  "job_title" VARCHAR,
  "years_of_experience" DOUBLE,
  "salary" DOUBLE
);

Share link

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