A 7,043-row customer-retention dataset drawn from a U.S. telecom provider. Each record profiles one account with 21 concise attributes and a Churn flag (Yes / No) indicating whether the customer left within the last month. The schema is:
customerID – unique subscriber identifier
gender – {Female, Male}
SeniorCitizen – {0, 1}
Partner, Dependents – {Yes, No}
tenure – months of service (0–72)
PhoneService, MultipleLines – {Yes, No, No phone service}… See the full description on the dataset page:
https://huggingface.co/datasets/temporaldrift777/telco-churn-7k.