Baselight

Mall Visiting Customer Data

Mall Customer Annual Income & Spending score

@kaggle.krishnaraj30_mall_visiting_customer_data

Loading...
Loading...

About this Dataset

Mall Visiting Customer Data

About Dataset

It is created only for the learning purpose of the customer segmentation concepts. We will demonstrate this by using unsupervised ML technique (KMeans Clustering Algorithm).

By the end of this analysis:-

1- How to achieve customer segmentation using machine learning algorithm (KMeans Clustering) in Python in simplest way.
2- Who are your target customers with whom you can start marketing strategy.

Tables

Mall Customers

@kaggle.krishnaraj30_mall_visiting_customer_data.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.