Budget - 2022 Budget Recommendations - Positions And Salaries
City of Chicago
@usgov.city_of_chicago_budget_2022_budget_recommendations_pos_2da6cd51
City of Chicago
@usgov.city_of_chicago_budget_2022_budget_recommendations_pos_2da6cd51
This dataset includes recommended positions and salaries for 2022 by title (without names) and salary. The dataset is excerpted from the 2022 Budget Recommendations, which is the line-item budget proposed by the Mayor to the City Council for approval. Disclaimer: the “Total Budgeted Unit” 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.
This dataset follows the format of the equivalent datasets from past years except that Division Code, Section Code, Subsection Code, and Position Control have changed from Number to Text (not all in the same year) in order to accommodate non-numeric values.
For more information about the budget process, visit the Budget Documents page: http://j.mp/lPotWf.
Organization: City of Chicago
Last updated: 2021-09-24T18:36:00.657332
Tags: 2022, budget
CREATE TABLE table_1 (
"fund_type" VARCHAR,
"department_code" BIGINT,
"department_description" VARCHAR,
"fund_code" VARCHAR,
"fund_description" VARCHAR,
"organization_code" BIGINT,
"organization_description" VARCHAR,
"division_code" VARCHAR,
"division_description" VARCHAR,
"section_code" VARCHAR,
"section_description" VARCHAR,
"subsection_code" BIGINT,
"sub_section_description" VARCHAR,
"schedule_grade" VARCHAR -- SCHEDULE / GRADE,
"bargaining_unit" BIGINT,
"title_code" VARCHAR,
"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.