Sales Tax Collections By State
Department of Transportation
@usgov.dot_gov_sales_tax_collections_by_state
Department of Transportation
@usgov.dot_gov_sales_tax_collections_by_state
CREATE TABLE table_1 (
"state" VARCHAR,
"month" VARCHAR,
"year" BIGINT,
"tax_type" VARCHAR,
"value" DOUBLE,
"fips_state" BIGINT,
"numeric_month" BIGINT,
"note" VARCHAR,
"id" VARCHAR
);
Anyone who has the link will be able to view this.