Churn Prediction For Credit Card Customer
@kaggle.mukeshmanral_churn_prediction_for_credit_card_customer
@kaggle.mukeshmanral_churn_prediction_for_credit_card_customer
CREATE TABLE churn (
"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.