Electric Vehicle Population Dataset
Dataset is about Incresing number of Electrical vehicle in Different countries
@kaggle.yashusinghal_electric_vehicle_population_dataset
Dataset is about Incresing number of Electrical vehicle in Different countries
@kaggle.yashusinghal_electric_vehicle_population_dataset
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). BEV sales during Q2 2023 grew over 50% YoY. One in every 10 cars sold during Q2 2023 was a pure battery electric vehicle (BEV). China remained the leader in global BEV sales followed by USA and Germany. BEV sales in the USA grew by almost 57% YoY, the highest among the top 3 EV markets
Brief Information About the Features of Dataset:
CREATE TABLE electric_vehicle_population_data (
"vin_1_10" VARCHAR -- VIN (1-10),
"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 -- 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" DOUBLE -- 2020 Census Tract
);
Anyone who has the link will be able to view this.