Licensed Driver Dashboard Data
Department of Transportation
@usgov.dot_gov_licensed_driver_dashboard_data
Department of Transportation
@usgov.dot_gov_licensed_driver_dashboard_data
The table displays the total number of licensed drivers in each State. The table shows the number of male and female licensed drivers by sex and age group.
Organization: Department of Transportation
Last updated: 2022-07-02T04:46:49.495769
Tags: driver-licenses, licensed-drivers, roadways, travel
CREATE TABLE table_1 (
"year" BIGINT,
"sex" VARCHAR,
"cohort" VARCHAR,
"state" VARCHAR,
"drivers" DOUBLE,
"unnamed_column" DOUBLE
);Anyone who has the link will be able to view this.