Baselight

Electric Vehicle Data

EV Population dataset in 2024

@kaggle.jainaru_electric_vehicle_population

Loading...
Loading...

About this Dataset

Electric Vehicle Data

Electric vehicle

Electric Vehicle is a vehicle that uses one or more electric motors for propulsion. It can be powered by a collector system, with electricity from extravehicular sources, or it can be powered autonomously by a battery (sometimes charged by solar panels, or by converting fuel to electricity using fuel cells or a generator)EVs include, but are not limited to, road and rail vehicles, surface and underwater vessels, electric aircraft , and electric spacecraft. For road vehicles, together with other emerging automotive technologies such as autonomous driving, connected vehicles, and shared mobility, EVs form a future mobility vision called Connected, Autonomous, Shared, and Electric (CASE) Mobility.

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)

About the columns

  1. VIN (1-10)- Vehicle Identification Number of the vehicle mentioned in the dataset.
  2. County- Name from where the data is gathered.
  3. City- Cities Name from where the data is gathered.
  4. State- State Name from where the data is gathered.
  5. Postal Code- The postal code from where the data is Present.
  6. Model Year- Manufacturing year of the model mentioned in the data set.
  7. Make- Manufacturer of the vehicle.
  8. Model- Model Name of the mentioned vehicle.
  9. Electric Vehicle Type- Type of the vehicle present in the dataset.
  10. Clean Alternative Fuel Vehicle (CAFV) Eligibility- Clean Alternative for the data present in this dataset.
  11. Electric Range- The range the car provides.
  12. Base MSRP- Base cost without any accessories.
  13. Legislative District- Legislative District it falls under.
  14. DOL Vehicle ID- Department of Licensing issues Vehicle ID.
  15. Vehicle Location- Vehicle coordinates.
  16. Electric Utility- Electricity provider.
  17. 2020 Census Tract- Census area or district defined for the purpose of taking a census.

Tables

Electric Vehicle Population Data

@kaggle.jainaru_electric_vehicle_population.electric_vehicle_population_data
  • 3.64 MB
  • 181458 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.