SF Salary Ranges By Job Classification
From San Francisco Open Data
@kaggle.san_francisco_sf_salary_ranges_by_job_classification
From San Francisco Open Data
@kaggle.san_francisco_sf_salary_ranges_by_job_classification
CREATE TABLE salary_ranges_by_job_classification (
"setid" VARCHAR,
"job_code" VARCHAR,
"eff_date" TIMESTAMP,
"sal_end_date" TIMESTAMP,
"salary_setid" VARCHAR,
"sal_plan" VARCHAR,
"grade" VARCHAR,
"step" BIGINT,
"biweekly_high_rate" DOUBLE,
"biweekly_low_rate" DOUBLE,
"union_code" BIGINT,
"extended_step" BIGINT,
"pay_type" VARCHAR
);
Anyone who has the link will be able to view this.