Baselight

LA General City Budget Incremental Changes

From Los Angeles Open Data

@kaggle.cityofla_la_general_city_budget_incremental_changes

About this Dataset

LA General City Budget Incremental Changes

Content

Incremental changes in the budget from year to year, dating back to 2015-2016.

Context

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!

  • Update Frequency: This dataset is updated daily.

Acknowledgements

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.

Tables

General City Budget Incremental Changes

@kaggle.cityofla_la_general_city_budget_incremental_changes.general_city_budget_incremental_changes
  • 479.01 KB
  • 37522 rows
  • 15 columns
Loading...

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,
  "budget" VARCHAR,
  "incremental_change" BIGINT
);