Global AI, ML, And Data Science Salaries
Comprehensive dataset of global AI, ML, and data science salaries
@kaggle.msjahid_global_ai_ml_and_data_science_salaries
Comprehensive dataset of global AI, ML, and data science salaries
@kaggle.msjahid_global_ai_ml_and_data_science_salaries
The "Global AI, ML, and Data Science Salaries" dataset provides an in-depth look at salary information for roles in AI, ML, and data science worldwide. Collected from professionals in these fields, the dataset includes various parameters such as job titles, experience levels, employment types, and salaries. It covers data from different years, currencies converted to USD, and provides insights into remote work trends and company sizes. The dataset is updated regularly and is published under the CC0 license, ensuring free use and distribution.
CREATE TABLE global_ai_ml_data_salaries (
"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.