Baselight

Bank Customer Churn Data

A comprehensive dataset for Churn Prediction

@kaggle.pentakrishnakishore_bank_customer_churn_data

Churn Prediction
@kaggle.pentakrishnakishore_bank_customer_churn_data.churn_prediction

  • 2.05 MB
  • 28382 rows
  • 21 columns
customer_id

Customer Id

vintage

Vintage

age

Age

gender

Gender

dependents

Dependents

occupation

Occupation

city

City

customer_nw_category

Customer Nw Category

branch_code

Branch Code

current_balance

Current Balance

previous_month_end_balance

Previous Month End Balance

average_monthly_balance_prevq

Average Monthly Balance PrevQ

average_monthly_balance_prevq2

Average Monthly Balance PrevQ2

current_month_credit

Current Month Credit

previous_month_credit

Previous Month Credit

current_month_debit

Current Month Debit

previous_month_debit

Previous Month Debit

current_month_balance

Current Month Balance

previous_month_balance

Previous Month Balance

churn

Churn

last_transaction

Last Transaction

1210166Maleself_employed18727551458.711458.711458.711449.070.20.20.20.21458.711458.71Tue May 21 2019 00:00:00 GMT+0000 (Coordinated Universal Time)
2234835Maleself_employed232145390.378704.667799.2612419.410.560.565486.27100.566496.788787.61Fri Nov 01 2019 00:00:00 GMT+0000 (Coordinated Universal Time)
4219431Malesalaried1462413913.165815.294910.172815.940.610.616046.73259.235006.285070.14
5232990nanself_employed102025822291.912291.912084.541006.540.470.470.472143.332291.911669.791Tue Aug 06 2019 00:00:00 GMT+0000 (Coordinated Universal Time)
6157942Male2self_employed14943388927.721401.721643.311871.120.33714.61588.621538.061157.151677.161Sun Nov 03 2019 00:00:00 GMT+0000 (Coordinated Universal Time)
7192342Femaleself_employed10962166615202.216059.3415211.2913798.820.360.36857.5286.0715719.4415349.75Fri Nov 01 2019 00:00:00 GMT+0000 (Coordinated Universal Time)
8204872Maleretired1020117006.937714.197859.7411232.370.640.641299.64439.267076.067755.98Tue Sep 24 2019 00:00:00 GMT+0000 (Coordinated Universal Time)
9200946Maleself_employed623231710096.588519.536511.8216314.170.270.27443.135688.448563.845317.04Fri Jul 12 2019 00:00:00 GMT+0000 (Coordinated Universal Time)
10205331Malesalaried1096241101355.861355.861702.441126.13714.51121.09714.51359.441183.451857.42Thu Dec 12 2019 00:00:00 GMT+0000 (Coordinated Universal Time)
11229540Male3self_employed10202384957.954244.382168.531864.336912.294206.131887.31348.851823.162416.69Tue Dec 31 2019 00:00:00 GMT+0000 (Coordinated Universal Time)

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
);

Share link

Anyone who has the link will be able to view this.