B-7, Adjusted Gross Income By County
State of California
@usgov.ca_gov_b_7_adjusted_gross_income_by_county
State of California
@usgov.ca_gov_b_7_adjusted_gross_income_by_county
CREATE TABLE b_7_adjusted_gross_income_by_county (
"taxable_year" BIGINT,
"agic_sort_order" BIGINT,
"agic" VARCHAR,
"county" VARCHAR,
"all_returns" DOUBLE,
"all_joint_returns" DOUBLE,
"all_taxable_returns" DOUBLE,
"dependents_on_returns" DOUBLE,
"adjusted_gross_income" DOUBLE,
"tax_assessed" DOUBLE,
"latitude" DOUBLE,
"longitude" DOUBLE,
"county_geo_reference" VARCHAR
);
Anyone who has the link will be able to view this.