Los Angeles City Employee Positions
From Los Angeles Open Data
@kaggle.cityofla_los_angeles_city_employee_positions
From Los Angeles Open Data
@kaggle.cityofla_los_angeles_city_employee_positions
This dataset lists all employee positions (civilian regular authority, commissioners, as-needed, etc) by budgetary department, program, and fund, dating back to Fiscal Year 2012.
This is a dataset hosted by the city of Los Angeles. The organization has an open data platform found here and they update their information according the amount of data that is brought in. Explore Los Angeles's Data using Kaggle and all of the data sources available through the city of Los Angeles organization page!
This dataset is maintained using Socrata's API and Kaggle's API. Socrata has assisted countless organizations with hosting their open data and has been an integral part of the process of bringing more data to the public.
Cover photo by Nicolae Rosu on Unsplash
Unsplash Images are distributed under a unique Unsplash License.
CREATE TABLE positions (
"department_code" BIGINT,
"department_name" VARCHAR,
"program_code" BIGINT,
"program_name" VARCHAR,
"fund_code" VARCHAR,
"source_fund_code" VARCHAR,
"source_fund_name" VARCHAR,
"account_code" VARCHAR,
"account_name" VARCHAR,
"budget" VARCHAR,
"positions" DOUBLE
);Anyone who has the link will be able to view this.