Monthly Travel Trends Dashboard Data
Department of Transportation
@usgov.dot_gov_monthly_travel_trends_dashboard_data
Department of Transportation
@usgov.dot_gov_monthly_travel_trends_dashboard_data
Monthly VMT/12-month VMT average/Cumulative 12-month VMT
Organization: Department of Transportation
Last updated: 2022-07-02T04:46:52.493803
Tags: cumulative-vmt, roadways, seasonally-adjusted-vmt, vehicle-miles-traveled, vmt
CREATE TABLE table_1 (
"year" BIGINT,
"month" VARCHAR,
"vmt" BIGINT,
"n_12_month_average" DOUBLE -- 12 Month Average,
"vmt_cumulative" BIGINT,
"ajd_vmt" DOUBLE
);Anyone who has the link will be able to view this.