Baselight

Bank Customer Churn Prediction

@kaggle.marslinoedward_bank_customer_churn_prediction

Loading...
Loading...

About this Dataset

Bank Customer Churn Prediction

Context

It is the dataset of a U.S. bank customer for getting the information that , this particular customer will leave bank or not.

Content

Various Bank detail is given like CustomerID , surname, Credit score and many more.

Acknowledgements

This dataset is originated from a U.S. bank .

Tables

Churn Modelling

@kaggle.marslinoedward_bank_customer_churn_prediction.churn_modelling
  • 329.07 KB
  • 10000 rows
  • 14 columns
Loading...

CREATE TABLE churn_modelling (
  "rownumber" BIGINT,
  "customerid" BIGINT,
  "surname" VARCHAR,
  "creditscore" BIGINT,
  "geography" VARCHAR,
  "gender" VARCHAR,
  "age" BIGINT,
  "tenure" BIGINT,
  "balance" DOUBLE,
  "numofproducts" BIGINT,
  "hascrcard" BIGINT,
  "isactivemember" BIGINT,
  "estimatedsalary" DOUBLE,
  "exited" BIGINT
);

Share link

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