Baselight

Electric Vehicle Registration Data

State of Connecticut

@usgov.state_of_connecticut_electric_vehicle_registration_data

Table 1
@usgov.state_of_connecticut_electric_vehicle_registration_data.table_1

  • 1.13 MB
  • 60489 rows
  • 20 columns
id

ID

plate_type

Plate Type

primary_customer_city

Primary Customer City

primary_customer_state

Primary Customer State

registration_start_date

Registration Start Date

registration_expiration_date

Registration Expiration Date

registration_usage

Registration Usage

vehicle_type

Vehicle Type

vehicle_weight

Vehicle Weight

vehicle_year

Vehicle Year

vehicle_make

Vehicle Make

vehicle_model

Vehicle Model

vehicle_body

Vehicle Body

primary_color

Primary Color

vehicle_declared_gross_weight

Vehicle Declared Gross Weight

fuel_code

Fuel Code

vehicle_recorded_gvwr

Vehicle Recorded GVWR

vehicle_name

Vehicle Name

type

Type

vehicle_category

Vehicle Category

13PassengerGLASTONBURYCTFri Feb 17 2023 00:00:00 GMT+0000 (Coordinated Universal Time)Mon Feb 16 2026 00:00:00 GMT+0000 (Coordinated Universal Time)RegularSUV2023TeslaModel YSUBlackE00Tesla Model YBEVLight-Duty (Class 1-2)
19PassengerORANGECTThu Feb 23 2023 00:00:00 GMT+0000 (Coordinated Universal Time)Sun Feb 22 2026 00:00:00 GMT+0000 (Coordinated Universal Time)RegularSUV2023JeepWrangler Sahara 4xe4WWhiteH04Jeep Wrangler Plug InPHEVLight-Duty (Class 1-2)
21PassengerLITCHFIELDCTThu Feb 23 2023 00:00:00 GMT+0000 (Coordinated Universal Time)Sun Feb 22 2026 00:00:00 GMT+0000 (Coordinated Universal Time)RegularSUV2023TeslaModel YSUGrayE00Tesla Model YBEVLight-Duty (Class 1-2)
73PassengerNORWALKCTMon Feb 20 2023 00:00:00 GMT+0000 (Coordinated Universal Time)Thu Feb 19 2026 00:00:00 GMT+0000 (Coordinated Universal Time)RegularSUV2023HyundaiIoniq 5 LimitedSUGreenE00Hyundai Ioniq EVBEVLight-Duty (Class 1-2)
126PassengerSOUTHINGTONCTSat Feb 18 2023 00:00:00 GMT+0000 (Coordinated Universal Time)Tue Feb 17 2026 00:00:00 GMT+0000 (Coordinated Universal Time)RegularPassenger2023HyundaiIoniq 5 Sel4DBlue4222937E00Hyundai Ioniq EVBEVLight-Duty (Class 1-2)
164PassengerMANCHESTERCTThu Feb 16 2023 00:00:00 GMT+0000 (Coordinated Universal Time)Sun Feb 15 2026 00:00:00 GMT+0000 (Coordinated Universal Time)RegularSUV2023ToyotaRav4 Prime XseSUGrayH04Toyota RAV4 PrimePHEVLight-Duty (Class 1-2)
205PassengerGUILFORDCTFri Feb 10 2023 00:00:00 GMT+0000 (Coordinated Universal Time)Mon Feb 09 2026 00:00:00 GMT+0000 (Coordinated Universal Time)RegularSUV2016TeslaModel X4WBlackE006646Tesla Model XBEVLight-Duty (Class 1-2)
218PassengerBROOKFIELDCTThu Feb 16 2023 00:00:00 GMT+0000 (Coordinated Universal Time)Sun Feb 15 2026 00:00:00 GMT+0000 (Coordinated Universal Time)RegularSUV2023HyundaiIoniq 5 LimitedSUGreenE00Hyundai Ioniq EVBEVLight-Duty (Class 1-2)
258PassengerRIDGEFIELDCTFri Feb 10 2023 00:00:00 GMT+0000 (Coordinated Universal Time)Mon Feb 09 2026 00:00:00 GMT+0000 (Coordinated Universal Time)RegularSUV2023HyundaiIoniq 5 SelSUBlueE00Hyundai Ioniq EVBEVLight-Duty (Class 1-2)
259PassengerNORWALKCTFri Feb 10 2023 00:00:00 GMT+0000 (Coordinated Universal Time)Mon Feb 09 2026 00:00:00 GMT+0000 (Coordinated Universal Time)RegularSUV2023ToyotaRav4 Prime XseSUSilverH04Toyota RAV4 PrimePHEVLight-Duty (Class 1-2)

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
);

Share link

Anyone who has the link will be able to view this.