Bank Churn Dataset
Bank Customer Churn Dataset
@kaggle.rangalamahesh_bank_churn
Bank Customer Churn Dataset
@kaggle.rangalamahesh_bank_churn
CREATE TABLE train (
"id" BIGINT,
"customerid" BIGINT,
"surname" VARCHAR,
"creditscore" BIGINT,
"geography" VARCHAR,
"gender" VARCHAR,
"age" DOUBLE,
"tenure" BIGINT,
"balance" DOUBLE,
"numofproducts" BIGINT,
"hascrcard" DOUBLE,
"isactivemember" DOUBLE,
"estimatedsalary" DOUBLE,
"exited" BIGINT
);
Anyone who has the link will be able to view this.