Baselight

Electric Vehicle Population DataSet

Electric Vehicle Population DataSet - State of Washington

@kaggle.adarshde_electric_vehicle_population_dataset

Loading...
Loading...

About this Dataset

Electric Vehicle Population DataSet

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) and on the roads of The United States of America.

Updated:06/22/2024

Tables

Electric Vehicle Population Data

@kaggle.adarshde_electric_vehicle_population_dataset.electric_vehicle_population_data
  • 3.86 MB
  • 191407 rows
  • 17 columns
Loading...

CREATE TABLE electric_vehicle_population_data (
  "vin_1_10" VARCHAR,
  "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,
  "dol_vehicle_id" BIGINT,
  "vehicle_location" VARCHAR,
  "electric_utility" VARCHAR,
  "n_2020_census_tract" DOUBLE
);

Share link

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