Baselight

Consumer Complaint Database

Insights and Trends in Consumer Grievances

@kaggle.kirbysasuke_consumer_complaints

Complaints
@kaggle.kirbysasuke_consumer_complaints.complaints

  • 1.02 GB
  • 5550542 rows
  • 18 columns
date_received

Date Received

product

Product

sub_product

Sub-product

issue

Issue

sub_issue

Sub-issue

consumer_complaint_narrative

Consumer Complaint Narrative

company_public_response

Company Public Response

company

Company

state

State

zip_code

ZIP Code

tags

Tags

consumer_consent_provided

Consumer Consent Provided?

submitted_via

Submitted Via

date_sent_to_company

Date Sent To Company

company_response_to_consumer

Company Response To Consumer

timely_response

Timely Response?

consumer_disputed

Consumer Disputed?

complaint_id

Complaint ID

Sat Jun 29 2024 00:00:00 GMT+0000 (Coordinated Universal Time)Credit reporting or other personal consumer reportsCredit reportingImproper use of your reportReporting company used your report improperlynannanTRANSUNION INTERMEDIATE HOLDINGS, INC.TX77356nannanWebSat Jun 29 2024 00:00:00 GMT+0000 (Coordinated Universal Time)In progressYesnan9381862
Thu Jun 27 2024 00:00:00 GMT+0000 (Coordinated Universal Time)Credit reporting or other personal consumer reportsCredit reportingIncorrect information on your reportAccount status incorrectnanCompany has responded to the consumer and the CFPB and chooses not to provide a public responseSa-Vit Enterprises, Inc.NJ083XXnannanWebThu Jun 27 2024 00:00:00 GMT+0000 (Coordinated Universal Time)Closed with explanationYesnan9362867
Sat Jun 29 2024 00:00:00 GMT+0000 (Coordinated Universal Time)Credit reporting or other personal consumer reportsCredit reportingIncorrect information on your reportInformation belongs to someone elsenannanEQUIFAX, INC.GA30260nannanWebSat Jun 29 2024 00:00:00 GMT+0000 (Coordinated Universal Time)In progressYesnan9381866
Sat Jun 29 2024 00:00:00 GMT+0000 (Coordinated Universal Time)Credit reporting or other personal consumer reportsCredit reportingProblem with a company's investigation into an existing problemTheir investigation did not fix an error on your reportnannanTRANSUNION INTERMEDIATE HOLDINGS, INC.GA30102nannanWebSat Jun 29 2024 00:00:00 GMT+0000 (Coordinated Universal Time)In progressYesnan9381868
Sat Jun 29 2024 00:00:00 GMT+0000 (Coordinated Universal Time)Credit reporting or other personal consumer reportsCredit reportingIncorrect information on your reportInformation belongs to someone elsenannanExperian Information Solutions Inc.FL33594nannanWebSat Jun 29 2024 00:00:00 GMT+0000 (Coordinated Universal Time)In progressYesnan9381951
Thu Jun 27 2024 00:00:00 GMT+0000 (Coordinated Universal Time)Credit reporting or other personal consumer reportsOther personal consumer reportProblem with a company's investigation into an existing issueProblem with personal statement of disputenannanMcCalla Raymer Leibert Pierce, LLCSC29707nannanWebThu Jun 27 2024 00:00:00 GMT+0000 (Coordinated Universal Time)Closed with explanationYesnan9362932
Thu Jun 13 2024 00:00:00 GMT+0000 (Coordinated Universal Time)Credit reporting or other personal consumer reportsCredit reportingProblem with a company's investigation into an existing problemTheir investigation did not fix an error on your reportnannanExperian Information Solutions Inc.GA30318nannanWebThu Jun 13 2024 00:00:00 GMT+0000 (Coordinated Universal Time)In progressYesnan9255254
Thu Jun 13 2024 00:00:00 GMT+0000 (Coordinated Universal Time)Credit reporting or other personal consumer reportsCredit reportingProblem with a company's investigation into an existing problemInvestigation took more than 30 daysnannanExperian Information Solutions Inc.NC28208nannanWebThu Jun 13 2024 00:00:00 GMT+0000 (Coordinated Universal Time)In progressYesnan9255722
Sat Jun 15 2024 00:00:00 GMT+0000 (Coordinated Universal Time)Credit reporting or other personal consumer reportsCredit reportingImproper use of your reportCredit inquiries on your report that you don't recognizenannanExperian Information Solutions Inc.MA02155nannanWebSat Jun 15 2024 00:00:00 GMT+0000 (Coordinated Universal Time)In progressYesnan9270555
Thu Jun 13 2024 00:00:00 GMT+0000 (Coordinated Universal Time)Credit reporting or other personal consumer reportsCredit reportingUnable to get your credit report or credit scoreOther problem getting your report or credit scorenannanExperian Information Solutions Inc.FL33908nannanWebThu Jun 13 2024 00:00:00 GMT+0000 (Coordinated Universal Time)In progressYesnan9255565

CREATE TABLE complaints (
  "date_received" TIMESTAMP,
  "product" VARCHAR,
  "sub_product" VARCHAR,
  "issue" VARCHAR,
  "sub_issue" VARCHAR,
  "consumer_complaint_narrative" VARCHAR,
  "company_public_response" VARCHAR,
  "company" VARCHAR,
  "state" VARCHAR,
  "zip_code" VARCHAR,
  "tags" VARCHAR,
  "consumer_consent_provided" VARCHAR,
  "submitted_via" VARCHAR,
  "date_sent_to_company" TIMESTAMP,
  "company_response_to_consumer" VARCHAR,
  "timely_response" VARCHAR,
  "consumer_disputed" VARCHAR,
  "complaint_id" BIGINT
);

Share link

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