This project analyzes customer data for Summit Outfitters, a premium outdoor gear company, to identify the most valuable customers and explore cross-selling and up-selling opportunities. To read more about this project, check out my blog post Unlocking Customer Value: A Data-Driven Approach for Summit Outfitters.
This project requires Python 3.x and the following Python libraries:
pandas
numpy
matplotlib
seaborn
scikit-learn
You can install these packages using pip:
pip install pandas numpy matplotlib seaborn scikit-learn
Summit Outfitters wants to leverage its customer data to:
- Identify the most valuable customer segments
- Explore cross-selling and up-selling opportunities
- Develop targeted marketing strategies
most-valuable-customers.ipynb
: Jupyter notebook containing the main analysisdata/online_retail_customer_churn.csv
: Dataset used for the analysis (not included in repo)
Key findings from the analysis include:
-
Characteristics of most valuable customers:
- Age: 30-55
- Annual income: $158k-$186k
- Total spend: $7,552-$9,226
- Purchase frequency: 3-8 times per year
-
Identified several customer segments prime for cross-selling and up-selling
-
Developed actionable strategies including:
- Targeted marketing campaigns
- Premium product development
- Loyalty program implementation
- Concierge customer service for high-value customers