Electric Vehicle Data (1997-2024) (update Version)
Electric vehicle Data upload on june,23,2023 best recommendation.
@kaggle.iottech_electric_vehicle_data_1997_2024_update_version
Electric vehicle Data upload on june,23,2023 best recommendation.
@kaggle.iottech_electric_vehicle_data_1997_2024_update_version
This dataset shows the Battery Electric Vehicles (BEVs) and Plug-in Hybrid Electric Vehicles (PHEVs) that are currently registered through the Washington State Department of Licensing (DOL)
the source of the dataset is shared by the Us government
below are the features of the dataset which are important to understand before working with the data.
CREATE TABLE us_car_data (
"county" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"postal_code" BIGINT,
"model_year" BIGINT,
"make" VARCHAR,
"model" VARCHAR,
"electric_vehicle_type" VARCHAR,
"cafv" VARCHAR,
"electric_range" BIGINT,
"base_msrp" BIGINT,
"legislative_district" BIGINT,
"dol_vehicle_id" BIGINT,
"electric_utility" VARCHAR,
"n_2020_census_tract" BIGINT -- 2020 Census Tract,
"longitude" DOUBLE,
"latitude" DOUBLE
);Anyone who has the link will be able to view this.