Monthly Tow Statistics 2021-Current
City of Seattle
@usgov.city_of_seattle_monthly_tow_statistics_2021_current
City of Seattle
@usgov.city_of_seattle_monthly_tow_statistics_2021_current
CREATE TABLE table_1 (
"end_of_month" TIMESTAMP,
"impounds_regular" BIGINT,
"impounds_scofflaw" BIGINT,
"impounds_dwls" BIGINT,
"total_impounds" BIGINT,
"disposition_owner_paid" BIGINT,
"disposition_city_paid" BIGINT,
"disposition_hearing" BIGINT,
"disposition_scofflaw" BIGINT,
"disposition_dwls" BIGINT,
"disposition_auctioned" BIGINT,
"disposition_sold_as_scrap" BIGINT,
"total_dispositions" BIGINT,
"storage_days_regular" DOUBLE,
"storage_days_hold" DOUBLE,
"storage_days_scofflaw" DOUBLE,
"storage_days_dwls" DOUBLE,
"total_storage_days" DOUBLE,
"holds_beginning_of_the_month" BIGINT,
"holds_added" BIGINT,
"released_city_paid" BIGINT,
"released_owner_paid" BIGINT,
"holds_end_of_the_month" BIGINT
);
Anyone who has the link will be able to view this.