Bank Customer Churn Prediction
@kaggle.marslinoedward_bank_customer_churn_prediction
@kaggle.marslinoedward_bank_customer_churn_prediction
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.