Baselight

SF Employee Compensation

Explore Open Data from San Francisco

@kaggle.san_francisco_sf_employee_compensation

Employee Compensation
@kaggle.san_francisco_sf_employee_compensation.employee_compensation

  • 38.14 MB
  • 683277 rows
  • 22 columns
organization_group_code

Organization Group Code

job_family_code

Job Family Code

job_code

Job Code

year_type

Year Type

year

Year

organization_group

Organization Group

department_code

Department Code

department

Department

union_code

Union Code

union

Union

job_family

Job Family

job

Job

employee_identifier

Employee Identifier

salaries

Salaries

overtime

Overtime

other_salaries

Other Salaries

total_salary

Total Salary

retirement

Retirement

health_and_dental

Health And Dental

other_benefits

Other Benefits

total_benefits

Total Benefits

total_compensation

Total Compensation

110001021Calendar2013Public ProtectionADPADP Adult Probation21Prof & Tech Engineers - Miscellaneous, Local 21Information SystemsIS Administrator 13773057534.6557534.6511253.1611961.344532.6327747.1385281.78
110001023Calendar2013Public ProtectionADPADP Adult Probation21Prof & Tech Engineers - Miscellaneous, Local 21Information SystemsIS Administrator 32657457678.557678.510284.887176.84755.1422216.8279895.32
110001031Calendar2013Public ProtectionADPADP Adult Probation21Prof & Tech Engineers - Miscellaneous, Local 21Information SystemsIS Trainer-Assistant814863532.9363532.9312495.8312918.244702.7130116.7893649.71
110001054Calendar2013Public ProtectionADPADP Adult Probation21Prof & Tech Engineers - Miscellaneous, Local 21Information SystemsIS Business Analyst-Principal27436101274.51-7058.5994215.9219644.4512918.247458.7640021.45134237.37
110001062Calendar2013Public ProtectionADPADP Adult Probation21Prof & Tech Engineers - Miscellaneous, Local 21Information SystemsIS Programmer Analyst37730508450841083.9956.91387.52428.317512.31
110001064Calendar2013Public ProtectionADPADP Adult Probation21Prof & Tech Engineers - Miscellaneous, Local 21Information SystemsIS Prg Analyst-Principal36223344563445673463827.632579.9513753.5848209.58
110001070Calendar2013Public ProtectionADPADP Adult Probation21Prof & Tech Engineers - Miscellaneous, Local 21Information SystemsIS Project Director5142613988913988926799.2312918.249791.5449509.01189398.01
110001094Calendar2013Public ProtectionADPADP Adult Probation21Prof & Tech Engineers - Miscellaneous, Local 21Information SystemsIT Operations Support Admin IV2657446572465729929.165741.443822.2819492.8866064.88
112001232Calendar2013Public ProtectionADPADP Adult Probation21Prof & Tech Engineers - Miscellaneous, Local 21PersonnelTraining Officer3798384681.5384681.5316661.8412918.246838.4436418.52121100.05
116001654Calendar2013Public ProtectionADPADP Adult Probation21Prof & Tech Engineers - Miscellaneous, Local 21Payroll, Billing & AccountingAccountant III1685810611.0110611.011879.21435.36827.094141.6514752.66

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
);

Share link

Anyone who has the link will be able to view this.