8000 GitHub - yejinannachoi/ecommerce-cohort-analysis: Ecommerce cohort analysis using MySQL and Excel to evaluate customer behavior over time
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yejinannachoi/ecommerce-cohort-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Ecommerce Customer Cohort Analysis

MySQL Data Analysis MS Excel Data Visualization Cohort Analysis

Objective

This project explores customer behavior by grouping ecommerce users into cohorts based on the month of their first purchase. The goal is to understand how long customers remain active after their first purchase, generate value over time, and how different factors (like coupons or marketing campaigns) may influence their behavior. The results can help guide marketing investments and strategic decisions, particularly around customer retention.

Dataset

The dataset Onlinesales_info.csv is from Dacon's Ecommerce Customer Segmentation Analysis Competition and contains transaction records from an ecommerce platform.

  • customer_id (고객ID): Unique identifier for each customer
  • transaction_id (거래ID): Unique identifier for each transaction
  • transaction_date (거래날짜): Date when the transaction occurred
  • product_id (제품ID): Unique identifier for each product
  • product_category (제품카테고리): Category to which the product belongs
  • quantity (수량): Number of items purchased in the transaction
  • unit_price (평균금액): Price per unit (in USD); may vary based on product options
  • shipping_fee (배송료): Delivery cost (in USD) associated with the transaction
  • coupon_status (쿠폰상태): Indicates whether a discount coupon was applied

Key Outputs

  • User Retention Chart: Rolling retention by first order month
  • Revenue by Cohort: Monthly revenue contribution from each cohort
  • Revenue Retention: Percentage of revenue retained over time
  • Average Order Value: Tracked across cohorts and months

About

Ecommerce cohort analysis using MySQL and Excel to evaluate customer behavior over time

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0