Baselight

Washington: Electric Vehicle Population

BEVs and PHEVs that are currently registered through Washington State Department

@kaggle.liamarguedas_washington_electric_vehicle_population

Loading...
Loading...

About this Dataset

Washington: Electric Vehicle Population

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).

Data Dictionary

Column Name Meaning
County County where the vehicle is registered or located
City City where the vehicle is registered or located
State State where the vehicle is registered or located
Postal Code Postal code where the vehicle is registered or located
Model Year Year of the vehicle's model
Make Manufacturer of the vehicle
Model Specific model name or identifier of the vehicle
Electric Vehicle Type Type of electric vehicle (e.g., EV, PHEV, BEV)
Clean Alternative Fuel Vehicle Eligibility Indicates if the vehicle is eligible as a Clean Alternative Fuel Vehicle (CAFV)
Electric Range The electric range of the electric vehicle (in miles or kilometers)
Base MSRP Manufacturer's Suggested Retail Price of the vehicle
Legislative District Legislative district in which the vehicle is located
Vehicle Location Description of the vehicle's location or use
Electric Utility Electric utility company or provider for the vehicle
2020 Census Tract Census tract identifier for the vehicle's location

Tables

Washington Electric Vehicle Population

@kaggle.liamarguedas_washington_electric_vehicle_population.washington_electric_vehicle_population
  • 1.52 MB
  • 138779 rows
  • 15 columns
Loading...

CREATE TABLE washington_electric_vehicle_population (
  "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,
  "electric_range" BIGINT,
  "base_msrp" BIGINT,
  "legislative_district" DOUBLE,
  "vehicle_location" VARCHAR,
  "electric_utility" VARCHAR,
  "n_2020_census_tract" DOUBLE
);

Share link

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