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
The dataset offers a comprehensive view of consumer shopping trends, aiming to uncover patterns and behaviors in retail purchasing. It contains detailed transactional data across various product categories, customer demographics, and purchase channels. Key features may include:
=> Analyze consumer purchasing patterns over time.
=> Identify popular product categories and high-performing segments.
=> Develop customer segmentation and personalization strategies.
=> Build predictive models for sales forecasting or customer retention.
Whether you're performing exploratory data analysis, creating visualizations, or training machine learning models, this dataset provides valuable insights to support data-driven decision-making in the retail sector.
CREATE TABLE shopping_trends (
"customer_id" BIGINT,
"age" BIGINT,
"gender" VARCHAR,
"item_purchased" VARCHAR,
"category" VARCHAR,
"purchase_amount_usd" BIGINT -- Purchase Amount (USD),
"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.