Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.05 KB

File metadata and controls

38 lines (24 loc) · 1.05 KB

Data

This project uses the Telco Customer Churn dataset from Kaggle.

Dataset Source

The dataset is publicly available on Kaggle:

https://www.kaggle.com/datasets/blastchar/telco-customer-churn

Expected File

The notebook expects the following CSV file:

WA_Fn-UseC_-Telco-Customer-Churn.csv

Why the Raw Dataset Is Not Included

The raw dataset is not included in this repository to keep the project lightweight and to respect the original dataset distribution source.

To reproduce the project, download the dataset directly from Kaggle and place the CSV file in the expected location, or use the Kaggle API download code included in the notebook.

Dataset Description

The dataset contains customer-level information for a telecom subscription business, including:

  • customer demographics
  • subscribed services
  • internet service type
  • contract type
  • payment method
  • monthly charges
  • total charges
  • churn status

The target variable is Churn, which indicates whether a customer left the company.