Sales Tax Allocation, City-County Comparison Summary
City of Austin
@usgov.city_of_austin_sales_tax_allocation_city_county_compar_ab957ba6
City of Austin
@usgov.city_of_austin_sales_tax_allocation_city_county_compar_ab957ba6
CREATE TABLE table_1 (
"county" VARCHAR,
"city" VARCHAR,
"current_rate" DOUBLE,
"net_payment_this_period" DOUBLE,
"comparable_payment_prior_year" DOUBLE,
"percent_change_from_prior_year" DOUBLE,
"payment_to_date" DOUBLE,
"previous_payments_to_date" DOUBLE,
"percent_change_to_date" DOUBLE,
"report_month" BIGINT,
"report_year" BIGINT,
"report_period_type" VARCHAR
);
Anyone who has the link will be able to view this.