Vehicle Registration Summary
State of Washington
@usgov.state_of_washington_vehicle_registration_summary
State of Washington
@usgov.state_of_washington_vehicle_registration_summary
A summary of transactions associated with authorizing vehicles to be used on public roads, commonly referred to as “buying tabs” or “buying tags”. This dataset is a summarized version of 'Vehicle Registration Transactions by Department of Licensing', and provides easier access to high level statistics. The dataset shows registration activity by calendar and fiscal years.
Organization: State of Washington
Last updated: 2022-12-30T10:26:42.430557
Tags: department-of-licensing, dol, dol_open_data, rao_open_data, rao_veh, registration, tabs, transaction, vehicle
CREATE TABLE table_1 (
"transaction_count" BIGINT,
"calendar_year" BIGINT,
"fiscal_year" BIGINT,
"transaction_type" VARCHAR,
"primary_use" VARCHAR,
"vehicle_type" VARCHAR,
"gross_vehicle_weight_rating_class" DOUBLE,
"gross_vehicle_weight_rating_range_pounds" VARCHAR -- Gross Vehicle Weight Rating Range (Pounds),
"electrification_level" VARCHAR,
"county" VARCHAR,
"state" VARCHAR
);Anyone who has the link will be able to view this.