Electric Vehicle Population Size History
State of Washington
@usgov.state_of_washington_electric_vehicle_population_size_history
State of Washington
@usgov.state_of_washington_electric_vehicle_population_size_history
This shows the number of electric vehicles that were registered by Washington State Department of Licensing (DOL) each month. DOL integrates National Highway Traffic Safety Administration (NHTSA) data and the Environmental Protection Agency (EPA) fuel efficiency ratings with DOL titling and registration data to create this information.
Organization: State of Washington
Last updated: 2020-11-10T17:20:25.081812
Tags: battery-electric, bev, clean-energy, department-of-licensing, dol, dol_open_data, electric, hybrid, phev, plug-in, population-growth, rao_ev, rao_open_data, rao_veh, vehicle
CREATE TABLE table_1 (
"date" VARCHAR,
"plug_in_hybrid_electric_vehicle_phev_count" BIGINT -- Plug-In Hybrid Electric Vehicle (PHEV) Count,
"battery_electric_vehicle_bev_count" BIGINT -- Battery Electric Vehicle (BEV) Count,
"electric_vehicle_ev_total" BIGINT -- Electric Vehicle (EV) Total
);Anyone who has the link will be able to view this.