Baselight

Customer Purchasing Behaviors

analyzes customers' behavior

@kaggle.hanaksoy_customer_purchasing_behaviors

Customer Purchasing Behaviors
@kaggle.hanaksoy_customer_purchasing_behaviors.customer_purchasing_behaviors

  • 7.85 KB
  • 238 rows
  • 7 columns
user_id

User Id

age

Age

annual_income

Annual Income

purchase_amount

Purchase Amount

loyalty_score

Loyalty Score

region

Region

purchase_frequency

Purchase Frequency

125450002004.5North12
234550003507South18
345650005008West22
422300001503East10
529470002204.8North13
641610004807.8South21
736540004006.5West19
827430002304.2East14
950700006009North25
1031500003205.5South17

CREATE TABLE customer_purchasing_behaviors (
  "user_id" BIGINT,
  "age" BIGINT,
  "annual_income" BIGINT,
  "purchase_amount" BIGINT,
  "loyalty_score" DOUBLE,
  "region" VARCHAR,
  "purchase_frequency" BIGINT
);

Share link

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