🛒 E-commerce Customer Data For Behavior Analysis
Explore Customer Shopping Habits, Churn, and Purchase Patterns 💳🛒
@kaggle.shriyashjagtap_e_commerce_customer_for_behavior_analysis
Explore Customer Shopping Habits, Churn, and Purchase Patterns 💳🛒
@kaggle.shriyashjagtap_e_commerce_customer_for_behavior_analysis
CREATE TABLE ecommerce_customer_data_custom_ratios (
"customer_id" BIGINT,
"purchase_date" TIMESTAMP,
"product_category" VARCHAR,
"product_price" BIGINT,
"quantity" BIGINT,
"total_purchase_amount" BIGINT,
"payment_method" VARCHAR,
"customer_age" BIGINT,
"returns" DOUBLE,
"customer_name" VARCHAR,
"age" BIGINT,
"gender" VARCHAR,
"churn" BIGINT
);
CREATE TABLE ecommerce_customer_data_large (
"customer_id" BIGINT,
"purchase_date" TIMESTAMP,
"product_category" VARCHAR,
"product_price" BIGINT,
"quantity" BIGINT,
"total_purchase_amount" BIGINT,
"payment_method" VARCHAR,
"customer_age" BIGINT,
"returns" DOUBLE,
"customer_name" VARCHAR,
"age" BIGINT,
"gender" VARCHAR,
"churn" BIGINT
);
Anyone who has the link will be able to view this.