Customer Shopping (Latest Trends) Dataset
"Consumer Shopping Trends: Insights into Purchase Behavior and Patterns"
@kaggle.bhadramohit_customer_shopping_latest_trends_dataset
"Consumer Shopping Trends: Insights into Purchase Behavior and Patterns"
@kaggle.bhadramohit_customer_shopping_latest_trends_dataset
CREATE TABLE shopping_trends (
"customer_id" BIGINT,
"age" BIGINT,
"gender" VARCHAR,
"item_purchased" VARCHAR,
"category" VARCHAR,
"purchase_amount_usd" BIGINT,
"location" VARCHAR,
"size" VARCHAR,
"color" VARCHAR,
"season" VARCHAR,
"review_rating" DOUBLE,
"subscription_status" VARCHAR,
"payment_method" VARCHAR,
"shipping_type" VARCHAR,
"discount_applied" VARCHAR,
"promo_code_used" VARCHAR,
"previous_purchases" BIGINT,
"preferred_payment_method" VARCHAR,
"frequency_of_purchases" VARCHAR
);
Anyone who has the link will be able to view this.