Baselight

Mall Visiting Customer Data

Mall Customer Annual Income & Spending score

@kaggle.krishnaraj30_mall_visiting_customer_data

Mall Customers
@kaggle.krishnaraj30_mall_visiting_customer_data.mall_customers

  • 6.42 KB
  • 200 rows
  • 5 columns
customerid

CustomerID

gender

Gender

age

Age

annual_income_k

Annual Income (k$)

spending_score_1_100

Spending Score (1-100)

1Male191539
2Male211581
3Female20166
4Female231677
5Female311740
6Female221776
7Female35186
8Female231894
9Male64193
10Female301972

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.