Electric Vehicle Population Data
State of Washington
@usgov.state_of_washington_electric_vehicle_population_data
State of Washington
@usgov.state_of_washington_electric_vehicle_population_data
This dataset shows the Battery Electric Vehicles (BEVs) and Plug-in Hybrid Electric Vehicles (PHEVs) that are currently registered through Washington State Department of Licensing (DOL).
Organization: State of Washington
Last updated: 2020-11-10T17:20:33.040452
Tags: bev, bevs, bolt, car, cars, chevrolet, chevy, clean-energy, department-of-licensing, dol, dol_open_data, electric, energy, environment, ev, evs, green-report, hybrid, hybrids, leaf, model-3, nhtsa, nissan, phev, phevs, plug-in, plug-ins, population, rao_ev, rao_open_data, rao_veh, tesla, vehicle, vehicles, volt
CREATE TABLE table_1 (
"vin_1_10" VARCHAR -- VIN (1-10),
"county" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"postal_code" DOUBLE,
"model_year" BIGINT,
"make" VARCHAR,
"model" VARCHAR,
"electric_vehicle_type" VARCHAR,
"clean_alternative_fuel_vehicle_cafv_eligibility" VARCHAR -- Clean Alternative Fuel Vehicle (CAFV) Eligibility,
"electric_range" DOUBLE,
"base_msrp" DOUBLE,
"legislative_district" DOUBLE,
"dol_vehicle_id" BIGINT,
"vehicle_location" VARCHAR,
"electric_utility" VARCHAR,
"n_2020_census_tract" DOUBLE -- 2020 Census Tract
);Anyone who has the link will be able to view this.