Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 710 Bytes

File metadata and controls

22 lines (17 loc) · 710 Bytes

Bank Customer Attrition Analysis — Python

Overview

Exploratory data analysis on 10,000+ banking records to identify customer churn patterns and attrition drivers.

Problem Statement

Banks need to proactively identify customers likely to churn to improve retention strategies and reduce revenue loss.

Tools Used

  • Python (Pandas, NumPy, Matplotlib, Seaborn)
  • Jupyter Notebook

Key Findings

  • Identified top churn drivers: credit score, tenure, product count
  • Customers with 1 product and low balance had highest attrition
  • Generated business insights for targeted retention campaigns

How to Run

pip install pandas numpy matplotlib seaborn jupyter notebook Bank_Attrition_Analysis.ipynb