Bank Customer Churn
Bank Customer Data for Customer Churn
@kaggle.sandiledesmondmfazi_bank_customer_churn
Bank Customer Data for Customer Churn
@kaggle.sandiledesmondmfazi_bank_customer_churn
CREATE TABLE botswana_bank_customer_churn (
"rownumber" BIGINT,
"customerid" VARCHAR,
"surname" VARCHAR,
"first_name" VARCHAR,
"date_of_birth" TIMESTAMP,
"gender" VARCHAR,
"marital_status" VARCHAR,
"number_of_dependents" BIGINT,
"occupation" VARCHAR,
"income" DOUBLE,
"education_level" VARCHAR,
"address" VARCHAR,
"contact_information" VARCHAR,
"customer_tenure" BIGINT,
"customer_segment" VARCHAR,
"preferred_communication_channel" VARCHAR,
"credit_score" BIGINT,
"credit_history_length" BIGINT,
"outstanding_loans" DOUBLE,
"churn_flag" BIGINT,
"churn_reason" VARCHAR,
"churn_date" TIMESTAMP,
"balance" DOUBLE,
"numofproducts" BIGINT,
"numcomplaints" BIGINT
);
Anyone who has the link will be able to view this.