Example Churn Data
Typical telco churn data 100k
@kaggle.ban7002_example_churn_data
Typical telco churn data 100k
@kaggle.ban7002_example_churn_data
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
);
Anyone who has the link will be able to view this.