Budget - 2012 Budget Recommendations - Positions And Salaries
City of Chicago
@usgov.city_of_chicago_budget_2012_budget_recommendations_pos_0f28e86f
City of Chicago
@usgov.city_of_chicago_budget_2012_budget_recommendations_pos_0f28e86f
This dataset includes recommended positions and salaries for 2012 by title (without names) and salary. The dataset is excerpted from the 2012 Budget Recommendations, which is the line-item budget proposed by the Mayor to the City Council for approval. Disclaimer: the “Total Budgeted Units” column displays either A) the number of employees AND vacancies associated with a given position, or B) the number of budgeted units (ie. hours/months) for that position. “Position Control” determines whether Total Budgeted Units column will count employees and vacancies or hours/months. If a Position Control is 1, then employees and vacancies are displayed; if a Position Control is 0, then the total number of hours/months recorded is displayed. Owner: Budget and Management. Frequency: Data is updated annually. For more information about the budget process, visit the Budget Documents page: http://j.mp/lPotWf.
Organization: City of Chicago
Last updated: 2020-11-10T16:55:18.997989
Tags: 2012, budget, personnel
CREATE TABLE table_1 (
"fund_type" VARCHAR,
"department_code" BIGINT,
"department_description" VARCHAR,
"fund_code" VARCHAR,
"fund_description" VARCHAR,
"organization_code" BIGINT,
"division_code" BIGINT,
"division_description" VARCHAR,
"section_code" BIGINT,
"section_description" VARCHAR,
"sub_section_code" BIGINT,
"sub_section_description" VARCHAR,
"schedule_grade" VARCHAR,
"bargaining_unit" BIGINT,
"title_code" DOUBLE,
"title_description" VARCHAR,
"budgeted_unit" VARCHAR,
"total_budgeted_unit" BIGINT,
"position_control" BIGINT,
"budgeted_pay_rate" DOUBLE,
"total_budgeted_amount" DOUBLE
);Anyone who has the link will be able to view this.