Los Angeles General Fund Revenue
From Los Angeles Open Data
@kaggle.cityofla_los_angeles_general_fund_revenue
From Los Angeles Open Data
@kaggle.cityofla_los_angeles_general_fund_revenue
Revenue towards the City's general fund by department, program, and account.
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 Guillaume de Germain on Unsplash
Unsplash Images are distributed under a unique Unsplash License.
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
);Anyone who has the link will be able to view this.