Motor Vehicle Registrations Dashboard Data
Department of Transportation
@usgov.dot_gov_motor_vehicle_registrations_dashboard_data
Department of Transportation
@usgov.dot_gov_motor_vehicle_registrations_dashboard_data
The motor vehicle registration dashboard shows the number and type of vehicle (automobile, truck, motorcycle, and bus) registered over time in each state.
Organization: Department of Transportation
Last updated: 2022-07-02T04:46:35.191129
Tags: motor-vehicle, motor-vehicle-registrations, registrations, states, travel
CREATE TABLE table_1 (
"year" BIGINT,
"state" VARCHAR,
"auto" DOUBLE,
"bus" DOUBLE,
"truck" DOUBLE,
"motorcycle" DOUBLE
);Anyone who has the link will be able to view this.