Baselight

Consumer Complaint Database

Consumer Complaint Database of financial products and services

@kaggle.utkarshx27_consumer_complaint

Complaints
@kaggle.utkarshx27_consumer_complaint.complaints

  • 729.69 MB
  • 3585952 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

Thu Apr 27 2023 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.GA30308nanOtherWebThu Apr 27 2023 00:00:00 GMT+0000 (Coordinated Universal Time)In progressYesnan6896105
Thu Apr 27 2023 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.PA19145nannanWebThu Apr 27 2023 00:00:00 GMT+0000 (Coordinated Universal Time)In progressYesnan6896026
Thu Apr 27 2023 00:00:00 GMT+0000 (Coordinated Universal Time)Credit reporting, credit repair services, or other personal consumer reportsCredit reportingProblem with a credit reporting company's investigation into an existing problemTheir investigation did not fix an error on your reportnannanEQUIFAX, INC.PA19111nannanWebThu Apr 27 2023 00:00:00 GMT+0000 (Coordinated Universal Time)In progressYesnan6896030
Thu Apr 27 2023 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.TX78725nannanWebThu Apr 27 2023 00:00:00 GMT+0000 (Coordinated Universal Time)In progressYesnan6896035
Thu Apr 27 2023 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.NY11233nannanWebThu Apr 27 2023 00:00:00 GMT+0000 (Coordinated Universal Time)In progressYesnan6896060
Thu Apr 27 2023 00:00:00 GMT+0000 (Coordinated Universal Time)Credit reporting, credit repair services, or other personal consumer reportsCredit reportingProblem with a credit reporting company's investigation into an existing problemInvestigation took more than 30 daysnannanEQUIFAX, INC.NJ07032nannanWebThu Apr 27 2023 00:00:00 GMT+0000 (Coordinated Universal Time)In progressYesnan6896103
Thu Apr 27 2023 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.NV89118nannanWebThu Apr 27 2023 00:00:00 GMT+0000 (Coordinated Universal Time)In progressYesnan6896108
Thu Apr 27 2023 00:00:00 GMT+0000 (Coordinated Universal Time)Credit reporting, credit repair services, or other personal consumer reportsCredit reportingIncorrect information on your reportInformation is missing that should be on the reportnannanEQUIFAX, INC.TX77429nannanWebThu Apr 27 2023 00:00:00 GMT+0000 (Coordinated Universal Time)In progressYesnan6896110
Thu Apr 27 2023 00:00:00 GMT+0000 (Coordinated Universal Time)Credit reporting, credit repair services, or other personal consumer reportsCredit reportingIncorrect information on your reportInformation is missing that should be on the reportnannanEQUIFAX, INC.TX77429nannanWebThu Apr 27 2023 00:00:00 GMT+0000 (Coordinated Universal Time)In progressYesnan6896111
Thu Apr 27 2023 00:00:00 GMT+0000 (Coordinated Universal Time)Credit reporting, credit repair services, or other personal consumer reportsCredit reportingProblem with a credit reporting company's investigation into an existing problemInvestigation took more than 30 daysnannanEQUIFAX, INC.TX75146nannanWebThu Apr 27 2023 00:00:00 GMT+0000 (Coordinated Universal Time)In progressYesnan6896113

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.