Starbucks Customer Data
Starbucks customer dataset
@kaggle.ihormuliar_starbucks_customer_data
Starbucks customer dataset
@kaggle.ihormuliar_starbucks_customer_data
This data was provided by Starbucks to simulate their customers and transactions to see if there are better approaches to sending customers specific promotional deals.
CREATE TABLE portfolio (
"unnamed_0" BIGINT -- Unnamed: 0,
"reward" BIGINT,
"channels" VARCHAR,
"difficulty" BIGINT,
"duration" BIGINT,
"offer_type" VARCHAR,
"id" VARCHAR
);CREATE TABLE profile (
"unnamed_0" BIGINT -- Unnamed: 0,
"gender" VARCHAR,
"age" BIGINT,
"id" VARCHAR,
"became_member_on" BIGINT,
"income" DOUBLE
);CREATE TABLE transcript (
"unnamed_0" BIGINT -- Unnamed: 0,
"person" VARCHAR,
"event" VARCHAR,
"value" VARCHAR,
"time" BIGINT
);Anyone who has the link will be able to view this.