Bank Customer Churn
Customer data from a bank to churn
@kaggle.hemachandiranmurugan_bank_customer_churn
Customer data from a bank to churn
@kaggle.hemachandiranmurugan_bank_customer_churn
CREATE TABLE churn_modelling (
"rownumber" BIGINT,
"customerid" BIGINT,
"surname" VARCHAR,
"creditscore" BIGINT,
"geography" VARCHAR,
"gender" VARCHAR,
"age" BIGINT,
"tenure" BIGINT,
"balance" DOUBLE,
"numofproducts" BIGINT,
"hascrcard" BIGINT,
"isactivemember" BIGINT,
"estimatedsalary" DOUBLE,
"exited" BIGINT
);
Anyone who has the link will be able to view this.