Sample Telco Customer Churn Dataset
This is a sample dataset of Telco Customer Churn.
@kaggle.easonlai_sample_telco_customer_churn_dataset
This is a sample dataset of Telco Customer Churn.
@kaggle.easonlai_sample_telco_customer_churn_dataset
CREATE TABLE wa_fn_usec_telco_customer_churn_r2 (
"customerid" VARCHAR,
"gender" BIGINT,
"seniorcitizen" BIGINT,
"partner" BIGINT,
"dependents" BIGINT,
"tenure" BIGINT,
"phoneservice" BIGINT,
"multiplelines" BIGINT,
"internetservice" BIGINT,
"onlinesecurity" BIGINT,
"onlinebackup" BIGINT,
"deviceprotection" BIGINT,
"techsupport" BIGINT,
"streamingtv" BIGINT,
"streamingmovies" BIGINT,
"contract" BIGINT,
"paperlessbilling" BIGINT,
"paymentmethod" BIGINT,
"monthlycharges" DOUBLE,
"totalcharges" DOUBLE,
"churn" BIGINT
);
CREATE TABLE wa_fn_usec_telco_customer_churn_r2_test (
"customerid" VARCHAR,
"gender" BIGINT,
"seniorcitizen" BIGINT,
"partner" BIGINT,
"dependents" BIGINT,
"tenure" BIGINT,
"phoneservice" BIGINT,
"multiplelines" BIGINT,
"internetservice" BIGINT,
"onlinesecurity" BIGINT,
"onlinebackup" BIGINT,
"deviceprotection" BIGINT,
"techsupport" BIGINT,
"streamingtv" BIGINT,
"streamingmovies" BIGINT,
"contract" BIGINT,
"paperlessbilling" BIGINT,
"paymentmethod" BIGINT,
"monthlycharges" DOUBLE,
"totalcharges" DOUBLE,
"churn" BIGINT
);
Anyone who has the link will be able to view this.