Electric Vehicle Population Size History By County
State of Washington
@usgov.state_of_washington_electric_vehicle_population_size_h_ab230195
State of Washington
@usgov.state_of_washington_electric_vehicle_population_size_h_ab230195
CREATE TABLE table_1 (
"date" VARCHAR,
"county" VARCHAR,
"state" VARCHAR,
"vehicle_primary_use" VARCHAR,
"battery_electric_vehicles_bevs" BIGINT,
"plug_in_hybrid_electric_vehicles_phevs" BIGINT,
"electric_vehicle_ev_total" BIGINT,
"non_electric_vehicle_total" BIGINT,
"total_vehicles" BIGINT,
"percent_electric_vehicles" DOUBLE
);
Anyone who has the link will be able to view this.