Baselight

Credit Card Customer Segmentation

Bank Credit Card Customer Segmentation

@kaggle.rupindersinghrana_credit_card_customer_segmentation

Loading...
Loading...

About this Dataset

Credit Card Customer Segmentation

Data is of various customers of a bank with their credit limit, the total number of credit cards the customer has, and different channels through which customer has contacted the bank for any queries, different channels include visiting the bank, online and through a call centre.

Tables

Credit Card Customer Data

@kaggle.rupindersinghrana_credit_card_customer_segmentation.credit_card_customer_data
  • 15.49 KB
  • 660 rows
  • 7 columns
Loading...

CREATE TABLE credit_card_customer_data (
  "sl_no" BIGINT,
  "customer_key" BIGINT,
  "avg_credit_limit" BIGINT,
  "total_credit_cards" BIGINT,
  "total_visits_bank" BIGINT,
  "total_visits_online" BIGINT,
  "total_calls_made" BIGINT
);

Share link

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