Starbucks Customer Data
Starbucks customer dataset
@kaggle.ihormuliar_starbucks_customer_data
Starbucks customer dataset
@kaggle.ihormuliar_starbucks_customer_data
CREATE TABLE portfolio (
"unnamed_0" BIGINT,
"reward" BIGINT,
"channels" VARCHAR,
"difficulty" BIGINT,
"duration" BIGINT,
"offer_type" VARCHAR,
"id" VARCHAR
);
CREATE TABLE profile (
"unnamed_0" BIGINT,
"gender" VARCHAR,
"age" BIGINT,
"id" VARCHAR,
"became_member_on" BIGINT,
"income" DOUBLE
);
CREATE TABLE transcript (
"unnamed_0" BIGINT,
"person" VARCHAR,
"event" VARCHAR,
"value" VARCHAR,
"time" BIGINT
);
Anyone who has the link will be able to view this.