County - Expenditures
State of California
@usgov.ca_gov_county_expenditures_1c0b6
State of California
@usgov.ca_gov_county_expenditures_1c0b6
CREATE TABLE county_expenditures (
"entity_name" VARCHAR,
"fiscal_year" BIGINT,
"type" VARCHAR,
"form_table" VARCHAR,
"category" VARCHAR,
"subcategory_1" VARCHAR,
"subcategory_2" VARCHAR,
"line_description" VARCHAR,
"values" BIGINT,
"zip_code" VARCHAR,
"estimated_population" BIGINT,
"area_in_sq_miles" BIGINT,
"row_number" BIGINT
);
Anyone who has the link will be able to view this.