Baselight

Credit Card Customer Segmentation

Bank Credit Card Customer Segmentation

@kaggle.rupindersinghrana_credit_card_customer_segmentation

Credit Card Customer Data
@kaggle.rupindersinghrana_credit_card_customer_segmentation.credit_card_customer_data

  • 15.49 KB
  • 660 rows
  • 7 columns
sl_no

Sl No

customer_key

Customer Key

avg_credit_limit

Avg Credit Limit

total_credit_cards

Total Credit Cards

total_visits_bank

Total Visits Bank

total_visits_online

Total Visits Online

total_calls_made

Total Calls Made

187073100000211
238414500003109
317341500007134
440496300005114
5474371000006123
65863420000318
7483701000005112
83737615000311
9824905000222
10447703000417

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.