Customer Purchase V4
Columns include the age and income of customers, their spending score.
@kaggle.willianoliveiragibin_customer_purchase_v4
Columns include the age and income of customers, their spending score.
@kaggle.willianoliveiragibin_customer_purchase_v4
CREATE TABLE customer_purchase_data_new (
"number" BIGINT,
"age" BIGINT,
"membership_years" BIGINT,
"income" BIGINT,
"spending_score" BIGINT,
"purchase_frequency" BIGINT,
"last_purchase_amount" BIGINT,
"percentage_score" VARCHAR,
"percentage_frequency" VARCHAR
);
Anyone who has the link will be able to view this.