Data Science Salaries Dataset
Data Science Job Postings and Salaries 2020-2024 Dataset
@kaggle.yusufdelikkaya_datascience_salaries_2024
Data Science Job Postings and Salaries 2020-2024 Dataset
@kaggle.yusufdelikkaya_datascience_salaries_2024
| Column Name | Description |
|---|---|
| work_year | The year in which the salary data was collected. |
| experience_level | The employee's experience level (e.g., Junior, Mid-level, Senior, Expert). |
| employment_type | The type of employment (e.g., Full-Time, Part-Time, Contract). |
| job_title | The title or role of the employee in the data science field. |
| salary | The employee's salary in the currency specified by salary_currency. |
| salary_currency | The currency in which the salary is denoted. |
| salary_in_usd | The employee's salary converted to USD for standardization. |
| employee_residence | The location of the employee's residence. |
| remote_ratio | The percentage of remote work allowed for the position (e.g., 0, 50, 100). |
| company_location | The location of the company where the employee works. |
| company_size | The size of the company based on employee count (e.g., Small, Medium, Large). |
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.