Consumer Complaint - Finance
Consumer Complaint Database is collection of consumer financial products
@kaggle.meetnagadia_consumer_complaint_finance
Consumer Complaint Database is collection of consumer financial products
@kaggle.meetnagadia_consumer_complaint_finance
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
);
Anyone who has the link will be able to view this.