Customer Churn
The Customer Churn Classification dataset contains information about customers.
@kaggle.willianoliveiragibin_customer_churn
The Customer Churn Classification dataset contains information about customers.
@kaggle.willianoliveiragibin_customer_churn
CREATE TABLE customer_churn_new (
"rownumber" BIGINT,
"customerid" BIGINT,
"surname" VARCHAR,
"creditscore" BIGINT,
"geography" VARCHAR,
"gender" VARCHAR,
"age" BIGINT,
"tenure" BIGINT,
"balance" DOUBLE,
"estimatedsalary" DOUBLE,
"exited" BIGINT
);
Anyone who has the link will be able to view this.