Baselight

Trends In Consumer

The Consumer Complaint Database is a comprehensive collection.

@kaggle.willianoliveiragibin_trends_in_consumer

Trend Consumer New
@kaggle.willianoliveiragibin_trends_in_consumer.trend_consumer_new

  • 23.93 KB
  • 590 rows
  • 14 columns
date_received

Date Received

product

Product

sub_product

Sub-product

issue

Issue

sub_issue

Sub-issue

company

Company

state

State

zip_code

ZIP Code

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

Mon Apr 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 reportExperian Information Solutions Inc.MO631XXWebMon Apr 29 2024 00:00:00 GMT+0000 (Coordinated Universal Time)Closed with explanationYes8878641
Tue May 21 2024 00:00:00 GMT+0000 (Coordinated Universal Time)Credit reporting or other personal consumer reportsCredit reportingIncorrect information on your reportInformation belongs to someone elseTRANSUNION INTERMEDIATE HOLDINGS, INC.NC28001WebTue May 21 2024 00:00:00 GMT+0000 (Coordinated Universal Time)Closed with non-monetary reliefYes9064241
Tue May 21 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 improperlyTRANSUNION INTERMEDIATE HOLDINGS, INC.WI53218WebTue May 21 2024 00:00:00 GMT+0000 (Coordinated Universal Time)Closed with non-monetary reliefYes9064573
Tue May 21 2024 00:00:00 GMT+0000 (Coordinated Universal Time)Credit reporting or other personal consumer reportsCredit reportingIncorrect information on your reportAccount information incorrectTRANSUNION INTERMEDIATE HOLDINGS, INC.IL62226WebTue May 21 2024 00:00:00 GMT+0000 (Coordinated Universal Time)Closed with non-monetary reliefYes9064507
Tue May 21 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 improperlyTRANSUNION INTERMEDIATE HOLDINGS, INC.AL35126WebTue May 21 2024 00:00:00 GMT+0000 (Coordinated Universal Time)Closed with non-monetary reliefYes9064567
Tue May 21 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 reportTRANSUNION INTERMEDIATE HOLDINGS, INC.NC28216WebTue May 21 2024 00:00:00 GMT+0000 (Coordinated Universal Time)Closed with non-monetary reliefYes9064620
Tue May 21 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 reportTRANSUNION INTERMEDIATE HOLDINGS, INC.MD21221WebTue May 21 2024 00:00:00 GMT+0000 (Coordinated Universal Time)Closed with non-monetary reliefYes9064641
Tue May 21 2024 00:00:00 GMT+0000 (Coordinated Universal Time)Credit reporting or other personal consumer reportsCredit reportingIncorrect information on your reportInformation belongs to someone elseTRANSUNION INTERMEDIATE HOLDINGS, INC.MS38654WebTue May 21 2024 00:00:00 GMT+0000 (Coordinated Universal Time)Closed with non-monetary reliefYes9064680
Wed May 22 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 daysEQUIFAX, INC.FL33463WebWed May 22 2024 00:00:00 GMT+0000 (Coordinated Universal Time)Closed with non-monetary reliefYes9072895
Fri May 24 2024 00:00:00 GMT+0000 (Coordinated Universal Time)Debt collectionCredit card debtAttempts to collect debt not owedDebt was result of identity theftBread Financial Holdings, Inc.CA95818WebFri May 24 2024 00:00:00 GMT+0000 (Coordinated Universal Time)Closed with explanationYes9089032

CREATE TABLE trend_consumer_new (
  "date_received" TIMESTAMP,
  "product" VARCHAR,
  "sub_product" VARCHAR,
  "issue" VARCHAR,
  "sub_issue" VARCHAR,
  "company" VARCHAR,
  "state" VARCHAR,
  "zip_code" 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.