Categories: Practice Datasets
Tags:

Explanation of Columns in the Churn Dataset

This dataset contains information about bank customers and whether they have churned (left the bank).

Get dataset here : https://www.kaggle.com/datasets/adammaus/predicting-churn-for-bank-customers

Column NameDescription
RowNumberThe index of the row (not useful for modeling).
CustomerIdA unique ID assigned to each customer.
SurnameThe last name of the customer (not useful for churn prediction).
CreditScoreA numerical score representing the customer’s creditworthiness (higher scores indicate better credit history).
GeographyThe country where the customer resides (e.g., France, Spain, Germany).
GenderThe gender of the customer (Male/Female).
AgeThe age of the customer in years.
TenureThe number of years the customer has been with the bank.
BalanceThe current balance in the customer’s account.
NumOfProductsThe number of bank products the customer is using (e.g., savings accounts, credit cards).
HasCrCardWhether the customer has a credit card (1 = Yes, 0 = No).
IsActiveMemberWhether the customer is actively engaging with the bank (1 = Yes, 0 = No).
EstimatedSalaryThe estimated annual salary of the customer.
ExitedThe target variable: whether the customer has churned (1 = Yes, 0 = No).

Insights for Power BI Dashboard:

  • Customer Segmentation: Group customers based on credit score, balance, and age.
  • Churn Analysis: Compare demographics (e.g., age, gender, country) of customers who churn vs. those who stay.
  • Product Usage: Analyze how different numbers of products affect churn rates.
  • Customer Engagement: Study the impact of IsActiveMember and HasCrCard on churn.