Customer Churn Prediction
Synthetic data for modeling and analysis of telecom customer churn.
@kaggle.rashadrmammadov_customer_churn_dataset
Synthetic data for modeling and analysis of telecom customer churn.
@kaggle.rashadrmammadov_customer_churn_dataset
The dataset contains information about customers and their churn status. Each row represents a customer, and each column contains customer attributes and information.
CREATE TABLE customer_churn_data (
  "customerid" VARCHAR,
  "gender" VARCHAR,
  "seniorcitizen" BIGINT,
  "partner" VARCHAR,
  "dependents" VARCHAR,
  "tenure" BIGINT,
  "phoneservice" VARCHAR,
  "multiplelines" VARCHAR,
  "internetservice" VARCHAR,
  "onlinesecurity" VARCHAR,
  "onlinebackup" VARCHAR,
  "deviceprotection" VARCHAR,
  "techsupport" VARCHAR,
  "streamingtv" VARCHAR,
  "streamingmovies" VARCHAR,
  "contract" VARCHAR,
  "paperlessbilling" VARCHAR,
  "paymentmethod" VARCHAR,
  "monthlycharges" DOUBLE,
  "totalcharges" DOUBLE,
  "churn" VARCHAR
);Anyone who has the link will be able to view this.