City Expenditures Per Capita
State of California
@usgov.ca_gov_city_expenditures_per_capita_c91d9
State of California
@usgov.ca_gov_city_expenditures_per_capita_c91d9
Per capita values are calculated by dividing the estimated population into total expenditures per city, per fiscal year.
Organization: State of California
Last updated: 2023-07-29T01:25:25.413885
Tags: california-state-controllers-office
CREATE TABLE city_expenditures_per_capita (
  "entity_name" VARCHAR,
  "fiscal_year" BIGINT,
  "total_expenditures" BIGINT,
  "estimated_population" DOUBLE,
  "expenditures_per_capita" DOUBLE
);Anyone who has the link will be able to view this.