Vehicle Registrations By Class And County
State of Washington
@usgov.state_of_washington_vehicle_registrations_by_class_and_county
State of Washington
@usgov.state_of_washington_vehicle_registrations_by_class_and_county
This dataset shows counts of transactions associated with authorizing vehicles to be used on public roads, commonly referred to as “buying tabs” or “buying tags”. The data includes registration activity by fuel type, county, primary use class, and date. This is comparable to the Fee Distribution Report #13, that is titled "Motor Vehicle Registration By Class and County".
Organization: State of Washington
Last updated: 2023-12-29T13:55:13.352878
Tags: count, county, department-of-licensing, dol, dol_open_data, fee-distribution, fuel, power, primary-use, rao_open_data, rao_veh, registration, report-13, tabs, transaction, use-class, vehicle
CREATE TABLE table_1 (
"fiscal_year" BIGINT,
"transaction_date" TIMESTAMP,
"transaction_county" VARCHAR,
"residential_county" VARCHAR,
"fuel_type" VARCHAR,
"primary_use_class" VARCHAR,
"counts" BIGINT
);Anyone who has the link will be able to view this.