Baselight

Motor Vehicle Registrations Dashboard Data

Department of Transportation

@usgov.dot_gov_motor_vehicle_registrations_dashboard_data

Table 1
@usgov.dot_gov_motor_vehicle_registrations_dashboard_data.table_1

  • 137.79 KB
  • 6293 rows
  • 6 columns
year

Year

state

State

auto

Auto

bus

Bus

truck

Truck

motorcycle

Motorcycle

1900Alabama40
1900Alaska
1900Arizona20
1900Arkansas20
1900California780
1900Colorado90
1900Connecticut160
1900Delaware30
1900District of Columbia80
1900Florida10

CREATE TABLE table_1 (
  "year" BIGINT,
  "state" VARCHAR,
  "auto" DOUBLE,
  "bus" DOUBLE,
  "truck" DOUBLE,
  "motorcycle" DOUBLE
);

Share link

Anyone who has the link will be able to view this.