Internship: Future Interns | Data Science & Analytics Track
Track Code: DS | Repository: FUTURE_DS_02
Analyze customer data to identify churn patterns, key retention drivers, and customer lifetime trends for a subscription-based business.
- Python (Pandas, NumPy, Matplotlib, Seaborn)
- Jupyter Notebook
FUTURE_DS_02/
├── churn_analysis.ipynb ← Main analysis notebook
├── data/
│ └── customer_data.csv ← Customer dataset (800 records)
└── visuals/
├── churn_by_plan.png
├── churn_by_tenure.png
├── churn_heatmap.png
└── churn_reasons.png
- Basic plan customers have highest churn rate (~45%)
- Customers with < 6 months tenure are at highest churn risk
- "Price too high" is the most common churn reason
- Premium plan customers have 3x higher average LTV
Retention analysis report with cohort heatmap, churn reason breakdown, and recommendations to reduce customer loss.
Submitted by: Subhashini | Future Interns DS Intern