Baselight

Los Angeles General Fund Revenue

From Los Angeles Open Data

@kaggle.cityofla_los_angeles_general_fund_revenue

Loading...
Loading...

About this Dataset

Los Angeles General Fund Revenue

Content

Revenue towards the City's general fund by department, program, and account.

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 Guillaume de Germain on Unsplash
Unsplash Images are distributed under a unique Unsplash License.

Tables

General Fund Revenue

@kaggle.cityofla_los_angeles_general_fund_revenue.general_fund_revenue
  • 86.1 KB
  • 6222 rows
  • 10 columns
Loading...

CREATE TABLE general_fund_revenue (
  "dept_code" VARCHAR,
  "department_name" VARCHAR,
  "program_code" VARCHAR,
  "program_name" VARCHAR,
  "fund_code" VARCHAR,
  "fund_name" VARCHAR,
  "account_code" VARCHAR,
  "account_name" VARCHAR,
  "fiscal_year" VARCHAR,
  "revenue_amount" BIGINT
);

Share link

Anyone who has the link will be able to view this.