Salary By Job Title And Country
A Cleaned Data For predicting income by job title and country.
@kaggle.amirmahdiabbootalebi_salary_by_job_title_and_country
A Cleaned Data For predicting income by job title and country.
@kaggle.amirmahdiabbootalebi_salary_by_job_title_and_country
CREATE TABLE salary (
"age" DOUBLE,
"gender" VARCHAR,
"education_level" BIGINT,
"job_title" VARCHAR,
"years_of_experience" DOUBLE,
"salary" DOUBLE,
"country" VARCHAR,
"race" VARCHAR,
"senior" BIGINT
);
Anyone who has the link will be able to view this.