Employee Payroll In Cook County Illinois
Employee payroll data for all Cook County Illinois employees
@kaggle.mattop_employee_payroll_in_cook_county_illinois
Employee payroll data for all Cook County Illinois employees
@kaggle.mattop_employee_payroll_in_cook_county_illinois
Employee payroll data for all Cook County, Illinois employees excluding Forest Preserves, indicating amount of base salary paid to an employee during the County fiscal quarter. Salaries are paid to employees on a bi-weekly basis. Any pay period that extended between quarters will be reported to the quarter of the Pay Period End Date. (e.g. If a Pay Period runs 02/21-03/05, that pay period would be reported in the Q2 period, as the end of the pay period falls in March - Q2)
The county fiscal quarters are: Q1: December - February Q2: March - May Q3: June - August Q4: September - November
Tabular data includes:
Fiscal YearFiscal QuarterFiscal PeriodFirst NameLast NameMiddle InitBureauOfficeOffice NameJobe CodeJob TitleBase PayPosition IDEmployee IdentifierOriginal Hire DateCREATE TABLE employee_payroll (
"fiscal_year" BIGINT,
"fiscal_quarter" BIGINT,
"fiscal_period" VARCHAR,
"first_name" VARCHAR,
"last_name" VARCHAR,
"middle_init" VARCHAR,
"bureau" VARCHAR,
"office" DOUBLE,
"office_name" VARCHAR,
"job_code" BIGINT,
"job_title" VARCHAR,
"base_pay" DOUBLE,
"position_id" BIGINT,
"employee_identifier" VARCHAR,
"original_hire_date" TIMESTAMP
);Anyone who has the link will be able to view this.