Tech Salaries
A Detailed Look into the US and International Salary & Experience Landscape
@kaggle.thedevastator_know_your_worth_tech_salaries_in_2016
A Detailed Look into the US and International Salary & Experience Landscape
@kaggle.thedevastator_know_your_worth_tech_salaries_in_2016
CREATE TABLE salaries_clean (
"index" BIGINT,
"salary_id" BIGINT,
"employer_name" VARCHAR,
"location_name" VARCHAR,
"location_state" VARCHAR,
"location_country" VARCHAR,
"location_latitude" DOUBLE,
"location_longitude" DOUBLE,
"job_title" VARCHAR,
"job_title_category" VARCHAR,
"job_title_rank" VARCHAR,
"total_experience_years" DOUBLE,
"employer_experience_years" DOUBLE,
"annual_base_pay" DOUBLE,
"signing_bonus" DOUBLE,
"annual_bonus" DOUBLE,
"stock_value_bonus" VARCHAR,
"comments" VARCHAR,
"submitted_at" VARCHAR
);
Anyone who has the link will be able to view this.