Baselight

Electric Vehicle Population Data

Data on the number of EVs (Electric Vehicles) on the road of United states.

@kaggle.ratikkakkar_electric_vehicle_population_data

Loading...
Loading...

About this Dataset

Electric Vehicle Population Data

This dataset has been taken from the data catalog of data.gov and it showcases the number and other technical information about the electric vehicles that are currently on the roads of The United States of America.

Tables

Electric Vehicle Population Data

@kaggle.ratikkakkar_electric_vehicle_population_data.electric_vehicle_population_data
  • 2.31 MB
  • 112634 rows
  • 17 columns
Loading...

CREATE TABLE electric_vehicle_population_data (
  "vin_1_10" VARCHAR,
  "county" VARCHAR,
  "city" VARCHAR,
  "state" VARCHAR,
  "postal_code" BIGINT,
  "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" BIGINT
);

Share link

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