Home | Power BI | Excel | Python | SQL | Generative AI | Visualising Data | Analysing Data
The objective of this exercise is to understand what factors contribute to a customer churn. The full dataset contains churn status of 10,000 customers.
A customer churns when they close all their accounts and leave the bank. The column “Exited” has a value of 1 if the customer has churned, 0 if the customer remains with the bank.
The data includes attributes that could impact churn such as:
The dataset also includes columns such as row number, customer ID, and customer surname that should have no impact on customer’s decision to leave the bank.
There isn’t much context available about these attributes so you have to proceed without having background information about the dataset. The aim is to understand how these attributes contribute to the exited status.
Download the full dataset with 10,000 rows from here.
Some AI tools may not allow you to upload a large file of 10,000 rows. In that case, download a small subset of the data with 50 rows from here.
FYI: This is fictional data. The original source the Microsoft Fabric Getting Started in Data Science Tutorial