BEVs Population Data
This dataset shows the Battery Electric Vehicles (BEVs)
@kaggle.feryrwnn_bev_population_data
This dataset shows the Battery Electric Vehicles (BEVs)
@kaggle.feryrwnn_bev_population_data
CREATE TABLE bev_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
);
Anyone who has the link will be able to view this.