Baselight

Customer Segmentation

Score customers based on their behaviors and purchasing data

@kaggle.joebeachcapital_customer_segmentation

Loading...
Loading...

About this Dataset

Customer Segmentation

Mall Customer Segmentation Data

Using Unsupervised Learning Techniques to Perform Market Basket Analysis: Implementing Customer Segmentation Concepts to score a customer based on their behaviors and purchasing data.

Tables

Mall Customers

@kaggle.joebeachcapital_customer_segmentation.mall_customers
  • 6.42 KB
  • 200 rows
  • 5 columns
Loading...

CREATE TABLE mall_customers (
  "customerid" BIGINT,
  "gender" VARCHAR,
  "age" BIGINT,
  "annual_income_k" BIGINT,
  "spending_score_1_100" BIGINT
);

Share link

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