Baselight

Machine Learning Engineer Salary In 2024

2024 Machine Learning Engineer Salary Insights

@kaggle.chopper53_machine_learning_engineer_salary_in_2024

Loading...
Loading...

About this Dataset

Machine Learning Engineer Salary In 2024

Description of the features in dataset:

  • work_year: The year in which the salary data was collected (e.g., 2024).
  • experience_level: The level of experience of the employee (e.g., MI for Mid-Level).
  • employment_type: The type of employment (e.g., FT for Full-Time).
  • job_title: The title of the job (e.g., Data Scientist).
  • salary: The salary amount.
  • salary_currency: The currency in which the salary is denominated (e.g., USD for US Dollars).
  • salary_in_usd: The salary amount converted to US Dollars.
  • employee_residence: The country of residence of the employee (e.g., AU for Australia).
  • remote_ratio: The ratio indicating the level of remote work (0 for no remote work).
  • company_location: The location of the company (e.g., AU for Australia).
  • company_size: The size of the company (e.g., S for Small).

Tables

Salaries

@kaggle.chopper53_machine_learning_engineer_salary_in_2024.salaries
  • 114.26 KB
  • 16494 rows
  • 11 columns
Loading...

CREATE TABLE 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
);

Share link

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