San Francisco City Employee Salaries
Salary and benefits paid to San Francisco City employees since fiscal year 2013
@kaggle.joebeachcapital_san_francisco_city_employee_salaries
Salary and benefits paid to San Francisco City employees since fiscal year 2013
@kaggle.joebeachcapital_san_francisco_city_employee_salaries
CREATE TABLE employee_compensation (
"organization_group_code" BIGINT,
"job_family_code" VARCHAR,
"job_code" VARCHAR,
"year_type" VARCHAR,
"year" BIGINT,
"organization_group" VARCHAR,
"department_code" VARCHAR,
"department" VARCHAR,
"union_code" DOUBLE,
"union" VARCHAR,
"job_family" VARCHAR,
"job" VARCHAR,
"employee_identifier" BIGINT,
"salaries" DOUBLE,
"overtime" DOUBLE,
"other_salaries" DOUBLE,
"total_salary" DOUBLE,
"retirement" DOUBLE,
"health_and_dental" DOUBLE,
"other_benefits" DOUBLE,
"total_benefits" DOUBLE,
"total_compensation" DOUBLE
);
Anyone who has the link will be able to view this.