Baselight

Electric Vehicle Population By Country (2024)

The full monthly count of electric vehicles by country

@kaggle.sahirmaharajj_electric_vehicle_population_size_2024

Loading...
Loading...

About this Dataset

Electric Vehicle Population By Country (2024)

This dataset shows the number of vehicles that were registered by Washington State Department of Licensing (DOL) each month. The data is separated by county for passenger vehicles and trucks.

Tables

Electric Vehicle Population Size History By County

@kaggle.sahirmaharajj_electric_vehicle_population_size_2024.electric_vehicle_population_size_history_by_county
  • 300.68 KB
  • 20819 rows
  • 10 columns
Loading...

CREATE TABLE electric_vehicle_population_size_history_by_county (
  "date" VARCHAR,
  "county" VARCHAR,
  "state" VARCHAR,
  "vehicle_primary_use" VARCHAR,
  "battery_electric_vehicles_bevs" BIGINT,
  "plug_in_hybrid_electric_vehicles_phevs" BIGINT,
  "electric_vehicle_ev_total" BIGINT,
  "non_electric_vehicle_total" BIGINT,
  "total_vehicles" BIGINT,
  "percent_electric_vehicles" DOUBLE
);

Share link

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