Bank Customer Churn Data
A comprehensive dataset for Churn Prediction
@kaggle.pentakrishnakishore_bank_customer_churn_data
A comprehensive dataset for Churn Prediction
@kaggle.pentakrishnakishore_bank_customer_churn_data
CREATE TABLE churn_prediction (
"customer_id" BIGINT,
"vintage" BIGINT,
"age" BIGINT,
"gender" VARCHAR,
"dependents" DOUBLE,
"occupation" VARCHAR,
"city" DOUBLE,
"customer_nw_category" BIGINT,
"branch_code" BIGINT,
"current_balance" DOUBLE,
"previous_month_end_balance" DOUBLE,
"average_monthly_balance_prevq" DOUBLE,
"average_monthly_balance_prevq2" DOUBLE,
"current_month_credit" DOUBLE,
"previous_month_credit" DOUBLE,
"current_month_debit" DOUBLE,
"previous_month_debit" DOUBLE,
"current_month_balance" DOUBLE,
"previous_month_balance" DOUBLE,
"churn" BIGINT,
"last_transaction" TIMESTAMP
);
Anyone who has the link will be able to view this.