Bank Churn (test)
Evaluating Customer Retention: Test Dataset for Bank Churn Analysis.
@kaggle.harshitstark_bank_churn_dataset_test
Evaluating Customer Retention: Test Dataset for Bank Churn Analysis.
@kaggle.harshitstark_bank_churn_dataset_test
CREATE TABLE test (
"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
);
Anyone who has the link will be able to view this.