Latest Data Science Job Salaries 2020 - 2024
Exploring Salary Dynamics and Employment Trends in Data Science Careers
@kaggle.saurabhbadole_latest_data_science_job_salaries_2024
Exploring Salary Dynamics and Employment Trends in Data Science Careers
@kaggle.saurabhbadole_latest_data_science_job_salaries_2024
This dataset provides insights into data science job salaries from 2020 to 2024, including information on experience levels, employment types, job titles, and company characteristics. It serves as a valuable resource for understanding salary trends and factors influencing compensation in the data science field.
| Feature | Description |
|---|---|
| work_year | The year of the data related to the job salary. |
| experience_level | The level of experience of the employee (e.g., entry-level, mid-level, senior-level). |
| employment_type | The type of employment (e.g., full-time, part-time, contract). |
| job_title | The title or role of the employee within the data science field. |
| salary | The salary of the employee. |
| salary_currency | The currency in which the salary is denoted. |
| salary_in_usd | The salary converted to US dollars for standardization. |
| employee_residence | The residence location of the employee. |
| remote_ratio | The ratio of remote work allowed for the position. |
| company_location | The location of the company. |
| company_size | The size of the company based on employee count or revenue. |
This data set is made available by ai-jobs.net Salaries. Thank you for aggregating this information!
CREATE TABLE datascience_salaries_2024 (
"work_year" BIGINT,
"experience_level" VARCHAR,
"employment_type" VARCHAR,
"job_title" VARCHAR,
"salary" BIGINT,
"salary_currency" VARCHAR,
"salary_in_usd" BIGINT,
"employee_residence" VARCHAR,
"remote_ratio" BIGINT,
"company_location" VARCHAR,
"company_size" VARCHAR
);Anyone who has the link will be able to view this.