Baselight

Salary Data Analist

The aim of this study is to investigate the factors influencing the salaries of

@kaggle.willianoliveiragibin_salary_data_analist

Ds Salaries New
@kaggle.willianoliveiragibin_salary_data_analist.ds_salaries_new

  • 37.83 KB
  • 3755 rows
  • 11 columns
work_year

Work Year

experience_level

Experience Level

employment_type

Employment Type

job_title

Job Title

salary

Salary

salary_currency

Salary Currency

salary_in_usd

Salary In Usd

employee_residence

Employee Residence

remote_ratio

Remote Ratio

company_location

Company Location

company_size

Company Size

2023SEFTPrincipal Data Scientist80000EUR85847ES100ESL
2023MICTML Engineer30000USD30000US100USS
2023MICTML Engineer25500USD25500US100USS
2023SEFTData Scientist175000USD175000CA100CAM
2023SEFTData Scientist120000USD120000CA100CAM
2023SEFTApplied Scientist222200USD222200USUSL
2023SEFTApplied Scientist136000USD136000USUSL
2023SEFTData Scientist219000USD219000CACAM
2023SEFTData Scientist141000USD141000CACAM
2023SEFTData Scientist147100USD147100USUSM

CREATE TABLE ds_salaries_new (
  "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.