Electric Vehicle Registration Data
State of Connecticut
@usgov.state_of_connecticut_electric_vehicle_registration_data
State of Connecticut
@usgov.state_of_connecticut_electric_vehicle_registration_data
This dataset includes all new electric vehicles registered in Connecticut from 1/1/2021 to the most recent data available. The data is updated bi-annually.
Organization: State of Connecticut
Last updated: 2024-12-07T00:38:12.882590
Tags: city, electric-vehicle, ev, fuel-type, town, vehicle-type
CREATE TABLE table_1 (
"id" BIGINT,
"plate_type" VARCHAR,
"primary_customer_city" VARCHAR,
"primary_customer_state" VARCHAR,
"registration_start_date" TIMESTAMP,
"registration_expiration_date" TIMESTAMP,
"registration_usage" VARCHAR,
"vehicle_type" VARCHAR,
"vehicle_weight" BIGINT,
"vehicle_year" BIGINT,
"vehicle_make" VARCHAR,
"vehicle_model" VARCHAR,
"vehicle_body" VARCHAR,
"primary_color" VARCHAR,
"vehicle_declared_gross_weight" BIGINT,
"fuel_code" VARCHAR,
"vehicle_recorded_gvwr" BIGINT,
"vehicle_name" VARCHAR,
"type" VARCHAR,
"vehicle_category" VARCHAR
);Anyone who has the link will be able to view this.