Vehicle Miles Of Travel By Functional System And State, 1980 - 2023 (VM-2)
Department of Transportation
@usgov.dot_gov_vehicle_miles_of_travel_by_functional_system_a_8748ed19
Department of Transportation
@usgov.dot_gov_vehicle_miles_of_travel_by_functional_system_a_8748ed19
Annual vehicle miles of travel by functional system for each of the 50 states, DC, and Puerto Rico from the Highway Statistics table VM-2. (Note: In 2009, the Urban functional class of Collectors became Major Collectors and Minor Collectors. Also in 2009, the system added the Rural functional class of Other Freeways and Expressways.)
Organization: Department of Transportation
Last updated: 2025-04-04T21:12:30.276219
Tags: functional-system, highway-performance-monitoring-system, highway-statistics, rural-urban, state, vehicle-miles-traveled
CREATE TABLE table_1 (
"year" BIGINT,
"state" VARCHAR,
"area" VARCHAR,
"fclass" VARCHAR,
"vmt" DOUBLE
);Anyone who has the link will be able to view this.