Baselight

Starbucks Customer Data

Starbucks customer dataset

@kaggle.ihormuliar_starbucks_customer_data

Portfolio
@kaggle.ihormuliar_starbucks_customer_data.portfolio

  • 5.93 KB
  • 10 rows
  • 7 columns
unnamed_0

Unnamed: 0

reward

Reward

channels

Channels

difficulty

Difficulty

duration

Duration

offer_type

Offer Type

id

Id

10['email', 'mobile', 'social']107bogoae264e3637204a6fb9bb56bc8210ddfd
110['web', 'email', 'mobile', 'social']105bogo4d5c57ea9a6940dd891ad53e9dbe8da0
2['web', 'email', 'mobile']4informational3f207df678b143eea3cee63160fa8bed
35['web', 'email', 'mobile']57bogo9b98b8c7a33c4b65b9aebfe6a799e6d9
45['web', 'email']2010discount0b1e1539f2cc45b7b9fa7c272da2e1d7
53['web', 'email', 'mobile', 'social']77discount2298d6c36e964ae4a3e7e9706d1fb8c2
62['web', 'email', 'mobile', 'social']1010discountfafdcd668e3743c1bb461111dcafc2a4
7['email', 'mobile', 'social']3informational5a8bc65990b245e5a138643cd4eb9837
85['web', 'email', 'mobile', 'social']55bogof19421c1d4aa40978ebb69ca19b0e20d
92['web', 'email', 'mobile']107discount2906b810c7d4411798c6938adc9daaa5

CREATE TABLE portfolio (
  "unnamed_0" BIGINT,
  "reward" BIGINT,
  "channels" VARCHAR,
  "difficulty" BIGINT,
  "duration" BIGINT,
  "offer_type" VARCHAR,
  "id" VARCHAR
);

Share link

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