Baselight

Financial Consumer Complaints Dataset

NLP resources on Financial Consumer Complaint Database

@kaggle.sherrytp_consumer_complaints

Complaints
@kaggle.sherrytp_consumer_complaints.complaints

  • 636.46 MB
  • 3093136 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 Nov 19 2022 00:00:00 GMT+0000 (Coordinated Universal Time)Credit reporting, credit repair services, or other personal consumer reportsCredit reportingImproper use of your reportReporting company used your report improperlynannanEQUIFAX, INC.TX78541ServicemembernanWebSat Nov 19 2022 00:00:00 GMT+0000 (Coordinated Universal Time)In progressYesnan6222374
Thu Oct 13 2022 00:00:00 GMT+0000 (Coordinated Universal Time)Credit reporting, credit repair services, or other personal consumer reportsCredit reportingImproper use of your reportReporting company used your report improperlyIn accordance with the fair credit reporting act XXXX account XXXX XXXX # XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX …Company has responded to the consumer and the CFPB and chooses not to provide a public responseTRANSUNION INTERMEDIATE HOLDINGS, INC.GA30043nanConsent providedWebThu Oct 13 2022 00:00:00 GMT+0000 (Coordinated Universal Time)Closed with explanationYesnan6079679
Thu Oct 13 2022 00:00:00 GMT+0000 (Coordinated Universal Time)Credit reporting, credit repair services, or other personal consumer reportsCredit reportingIncorrect information on your reportInformation belongs to someone elseThis is not a duplicate nor is this complaint filed by a third party. I am filing this complaint myself. Please see this complaint is processed to the letter of the law. Again, I was going through my records & noticed the fraudulent accounts which do not belong to me STILL reposting on my file in Tr…Company has responded to the consumer and the CFPB and chooses not to provide a public responseTRANSUNION INTERMEDIATE HOLDINGS, INC.CA90660nanConsent providedWebThu Oct 13 2022 00:00:00 GMT+0000 (Coordinated Universal Time)Closed with non-monetary reliefYesnan6076990
Wed Oct 12 2022 00:00:00 GMT+0000 (Coordinated Universal Time)Credit reporting, credit repair services, or other personal consumer reportsCredit reportingIncorrect information on your reportPersonal information incorrectnanCompany has responded to the consumer and the CFPB and chooses not to provide a public responseTRANSUNION INTERMEDIATE HOLDINGS, INC.PA19148nanConsent not providedWebWed Oct 12 2022 00:00:00 GMT+0000 (Coordinated Universal Time)Closed with non-monetary reliefYesnan6080312
Sat Nov 19 2022 00:00:00 GMT+0000 (Coordinated Universal Time)Credit reporting, credit repair services, or other personal consumer reportsCredit reportingIncorrect information on your reportInformation belongs to someone elsenannanTRANSUNION INTERMEDIATE HOLDINGS, INC.OH44130nannanWebSat Nov 19 2022 00:00:00 GMT+0000 (Coordinated Universal Time)In progressYesnan6222634
Sat Nov 19 2022 00:00:00 GMT+0000 (Coordinated Universal Time)Credit reporting, credit repair services, or other personal consumer reportsCredit reportingIncorrect information on your reportInformation belongs to someone elsenannanEQUIFAX, INC.DC20018nannanWebSat Nov 19 2022 00:00:00 GMT+0000 (Coordinated Universal Time)In progressYesnan6222220
Sat Nov 19 2022 00:00:00 GMT+0000 (Coordinated Universal Time)Credit reporting, credit repair services, or other personal consumer reportsCredit reportingIncorrect information on your reportAccount information incorrectnannanEQUIFAX, INC.NC28412nannanWebSat Nov 19 2022 00:00:00 GMT+0000 (Coordinated Universal Time)In progressYesnan6222554
Sat Nov 19 2022 00:00:00 GMT+0000 (Coordinated Universal Time)Credit reporting, credit repair services, or other personal consumer reportsCredit reportingImproper use of your reportReporting company used your report improperlynannanEQUIFAX, INC.NC27983nannanWebSat Nov 19 2022 00:00:00 GMT+0000 (Coordinated Universal Time)In progressYesnan6222392
Sat Nov 19 2022 00:00:00 GMT+0000 (Coordinated Universal Time)Credit reporting, credit repair services, or other personal consumer reportsCredit repair servicesFraud or scamnannannanEQUIFAX, INC.DE19701nannanWebSat Nov 19 2022 00:00:00 GMT+0000 (Coordinated Universal Time)In progressYesnan6222504
Sat Nov 19 2022 00:00:00 GMT+0000 (Coordinated Universal Time)Credit reporting, credit repair services, or other personal consumer reportsCredit repair servicesFraud or scamnannannanEQUIFAX, INC.DE19804nannanWebSat Nov 19 2022 00:00:00 GMT+0000 (Coordinated Universal Time)In progressYesnan6222585

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.