LA General City Budget Incremental Changes
From Los Angeles Open Data
@kaggle.cityofla_la_general_city_budget_incremental_changes
From Los Angeles Open Data
@kaggle.cityofla_la_general_city_budget_incremental_changes
Incremental changes in the budget from year to year, dating back to 2015-2016.
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 Peter Y. Chuang on Unsplash
Unsplash Images are distributed under a unique Unsplash License.
CREATE TABLE general_city_budget_incremental_changes (
"department_code" VARCHAR,
"department_name" VARCHAR,
"program_code" VARCHAR,
"program_name" VARCHAR,
"fund_code" VARCHAR,
"fund_name" VARCHAR,
"source_fund_code" VARCHAR,
"source_fund_name" VARCHAR,
"budget_request_description" VARCHAR,
"budget_request_category" VARCHAR,
"account_code" VARCHAR,
"account_name" VARCHAR,
"one_time_01_on_going_bb" VARCHAR -- One Time (01) / On-going (BB),
"budget" VARCHAR,
"incremental_change" BIGINT
);Anyone who has the link will be able to view this.