Los Angeles Performance Measures Per Department
From Los Angeles Open Data
@kaggle.cityofla_los_angeles_performance_measures_per_department
From Los Angeles Open Data
@kaggle.cityofla_los_angeles_performance_measures_per_department
Performance metrics for each department, dating back to Fiscal Year 2012-2013.
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 Randy Colas on Unsplash
Unsplash Images are distributed under a unique Unsplash License.
CREATE TABLE performance_measures (
"department_code" DOUBLE,
"department_name" VARCHAR,
"subdept_code" VARCHAR,
"subdept_name" VARCHAR,
"program_code" DOUBLE,
"program_name" VARCHAR,
"performance_measure_code" VARCHAR,
"performance_measure_name" VARCHAR,
"unit" VARCHAR,
"budget" VARCHAR,
"performance_measure_amount" DOUBLE
);Anyone who has the link will be able to view this.