Insurance Company Complaints
Insurance Company Complaints, Resolutions, Status, and Recoveries Data
@kaggle.shashwatwork_insurance_company_complaints
Insurance Company Complaints, Resolutions, Status, and Recoveries Data
@kaggle.shashwatwork_insurance_company_complaints
Listing of consumer complaints filed against Insurance companies licensed in Connecticut. This dataset includes the Company, Line of Business, nature of complaint, outcome or resolution, and recovery.
Data Provided by
Department of Insurance
CREATE TABLE insurance_company_complaints_resolutions_status_and_recoveries (
"company" VARCHAR,
"file_no" BIGINT -- File No.,
"opened" TIMESTAMP,
"closed" TIMESTAMP,
"coverage" VARCHAR,
"subcoverage" VARCHAR,
"reason" VARCHAR,
"subreason" VARCHAR,
"disposition" VARCHAR,
"conclusion" VARCHAR,
"recovery" DOUBLE,
"status" VARCHAR
);Anyone who has the link will be able to view this.