-This is a project that uses the shopping_behavior_updated dataset from kaggle.
-The data set has 18 columns, the major ones including the item purchased, Category, and purchase amount.
Rows/Columns: 3900 rows × 18 columns
Columns:
• **customer_id** (numeric)
• **age** (numeric)
• **gender** (character)
• **item_purchased** (character)
• **category** (character)
• **purchase_amount_usd** (numeric)
• **location** (character)
• **size** (character)
• **color** (character)
• **season** (character)
• **review_rating** (numeric)
• **subscription_status** (character)
• **shipping_type** (character)
• **discount_applied** (character)
• **promo_code_used** (character)
• **previous_purchases** (numeric)
• **payment_method** (character)
• **frequency_of_purchases** (character)