Baselight

Example Churn Data

Typical telco churn data 100k

@kaggle.ban7002_example_churn_data

Churn 100k
@kaggle.ban7002_example_churn_data.churn_100k

  • 6.29 MB
  • 101000 rows
  • 35 columns
monthly_minutes

Monthly Minutes

customerservicecalls

CustomerServiceCalls

streaming_minutes

Streaming Minutes

totalbilled

TotalBilled

prevbalance

PrevBalance

latepayments

LatePayments

ip_address_asn

Ip Address Asn

phone_area_code

Phone Area Code

customer_reg_date

Customer Reg Date

email_domain

Email Domain

phonemodel

PhoneModel

billing_city

Billing City

billing_postal

Billing Postal

billing_state

Billing State

partner

Partner

phoneservice

PhoneService

multiplelines

MultipleLines

streamingplan

StreamingPlan

mobilehotspot

MobileHotspot

wificallingtext

WifiCallingText

onlinebackup

OnlineBackup

device_protection

Device Protection

number_phones

Number Phones

contract_code

Contract Code

currency_code

Currency Code

maling_code

Maling Code

paperlessbilling

PaperlessBilling

paymentmethod

PaymentMethod

event_timestamp

EVENT TIMESTAMP

customerid

CustomerId

billing_address

Billing Address

gender

Gender

networkspeed

NetworkSpeed

senior_citizen

Senior Citizen

event_label

EVENT LABEL

2260422652528547516767253Wed Apr 15 2020 00:00:00 GMT+0000 (Coordinated Universal Time)yahoo.comSamsung Galaxy S20 UltraWest Shannonside39120Rhode IslandYesYesNo3GBYesNoYesO6BusdHNoMailed CheckSat Nov 30 2019 23:48:32 GMT+0000 (Coordinated Universal Time)1-136-08562-95592 Gill Pine Suite 387Female5G1legit
1705921688720145553966241Sun Apr 12 2020 00:00:00 GMT+0000 (Coordinated Universal Time)gmail.comSamsung Galaxy S10 / S10 PlusJacquelinetown24469AlaskaYesYesYesUnlmitedNoYesYesS5SeurVYesMailed CheckSun Sep 27 2020 03:23:42 GMT+0000 (Coordinated Universal Time)0-384-11264-15806 Kathleen Mount Suite 186Male5Glegit
2584822678326444619278232Sat Feb 22 2020 00:00:00 GMT+0000 (Coordinated Universal Time)gmail.comOnePlus 8 ProNorth Luke68797North DakotaYesYesYesUnlmitedNoYesNo InternetServiceV5WcadRYesCredit CardSun Jan 12 2020 15:18:38 GMT+0000 (Coordinated Universal Time)0-08-151665-75037 Allen Square Apt. 727Male5G1legit
2208032364927449616680236Wed Aug 05 2020 00:00:00 GMT+0000 (Coordinated Universal Time)yahoo.comiPhone XSWest Coreyberg19352NebraskaNoYesNo3GBNoNoYesO6WcadNNoMailed CheckFri Oct 09 2020 18:07:46 GMT+0000 (Coordinated Universal Time)0-02-200816-0841 Griffin Route Suite 824Female5Glegit
238713770523661551308243Sat Nov 16 2019 00:00:00 GMT+0000 (Coordinated Universal Time)gmail.comSamsung Galaxy S10eJoshuachester46999PennsylvaniaYesYesYes3GBNoYesYesC7WcadVYesElectronic CheckSat Oct 17 2020 22:27:42 GMT+0000 (Coordinated Universal Time)0-87476-135-246185 Mejia Manor Apt. 558Male4Glte1legit
2172111428322080558166247Thu Jan 09 2020 00:00:00 GMT+0000 (Coordinated Universal Time)gmail.comiPhone SE 2020Port Kathleenfurt44317ConnecticutYesYesNoUnlmitedYesNoYesX6WcadWNoElectronic CheckTue May 26 2020 06:56:08 GMT+0000 (Coordinated Universal Time)1-60368-464-62599 Cindy Drive Suite 395Female4Glte1legit
2809831206230758648219243Fri Jan 24 2020 00:00:00 GMT+0000 (Coordinated Universal Time)gmail.comiPhone SE 2020East Danielleside40173South DakotaYesYesYesUnlmitedNoYesYesR5BcadWYesElectronic CheckMon Dec 02 2019 02:58:56 GMT+0000 (Coordinated Universal Time)0-560-62140-X78462 Evans TrafficwayMale4Gltelegit
1436811908228371521944250Wed Jan 29 2020 00:00:00 GMT+0000 (Coordinated Universal Time)gmail.comiPhone XSNew Brittanychester15614South CarolinaYesNoNo3GBYesNoYesU6WcadUNoElectronic CheckWed Aug 19 2020 13:40:37 GMT+0000 (Coordinated Universal Time)1-165-71063-3608 Brett FerryFemale5G1legit
164321418224980521352231Wed Jun 10 2020 00:00:00 GMT+0000 (Coordinated Universal Time)gmail.comiPhone XSWangfort49987MichiganNoNoNo3GBYesYesYesU4WcadUNoElectronic CheckTue Apr 07 2020 03:32:48 GMT+0000 (Coordinated Universal Time)0-7240-2305-433319 Parsons Orchard Apt. 153Male5G1legit
2409122075223839647892234Fri Feb 21 2020 00:00:00 GMT+0000 (Coordinated Universal Time)gmail.comSamsung Galaxy S20 UltraSethport48952FloridaYesYesYes3GBNoNoYesC5FcadRYesMailed CheckSun Oct 27 2019 18:37:24 GMT+0000 (Coordinated Universal Time)0-691-69514-810937 Gonzales Ramp Apt. 039Female5G1legit

CREATE TABLE churn_100k (
  "monthly_minutes" DOUBLE,
  "customerservicecalls" DOUBLE,
  "streaming_minutes" DOUBLE,
  "totalbilled" DOUBLE,
  "prevbalance" DOUBLE,
  "latepayments" DOUBLE,
  "ip_address_asn" DOUBLE,
  "phone_area_code" DOUBLE,
  "customer_reg_date" TIMESTAMP,
  "email_domain" VARCHAR,
  "phonemodel" VARCHAR,
  "billing_city" VARCHAR,
  "billing_postal" DOUBLE,
  "billing_state" VARCHAR,
  "partner" VARCHAR,
  "phoneservice" VARCHAR,
  "multiplelines" VARCHAR,
  "streamingplan" VARCHAR,
  "mobilehotspot" VARCHAR,
  "wificallingtext" VARCHAR,
  "onlinebackup" VARCHAR,
  "device_protection" VARCHAR,
  "number_phones" DOUBLE,
  "contract_code" VARCHAR,
  "currency_code" VARCHAR,
  "maling_code" VARCHAR,
  "paperlessbilling" VARCHAR,
  "paymentmethod" VARCHAR,
  "event_timestamp" TIMESTAMP,
  "customerid" VARCHAR,
  "billing_address" VARCHAR,
  "gender" VARCHAR,
  "networkspeed" VARCHAR,
  "senior_citizen" DOUBLE,
  "event_label" VARCHAR
);

Share link

Anyone who has the link will be able to view this.