Electric Vehicle Population Data
Data on the number of EVs (Electric Vehicles) on the road of United states.
@kaggle.ratikkakkar_electric_vehicle_population_data
Data on the number of EVs (Electric Vehicles) on the road of United states.
@kaggle.ratikkakkar_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.
CREATE TABLE electric_vehicle_population_data (
"vin_1_10" VARCHAR -- VIN (1-10),
"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 -- Clean Alternative Fuel Vehicle (CAFV) Eligibility,
"electric_range" BIGINT,
"base_msrp" BIGINT,
"legislative_district" DOUBLE,
"dol_vehicle_id" BIGINT,
"vehicle_location" VARCHAR,
"electric_utility" VARCHAR,
"n_2020_census_tract" BIGINT -- 2020 Census Tract
);
Anyone who has the link will be able to view this.