Baselight

Bank Churn Dataset

Deciphering Customer Loyalty: Analyzing Bank Churn through Binary Classification

@kaggle.harshitstark_dataset

Test
@kaggle.harshitstark_dataset.test

  • 2.2 MB
  • 110023 rows
  • 13 columns
id

Id

customerid

CustomerId

surname

Surname

creditscore

CreditScore

geography

Geography

gender

Gender

age

Age

tenure

Tenure

balance

Balance

numofproducts

NumOfProducts

hascrcard

HasCrCard

isactivemember

IsActiveMember

estimatedsalary

EstimatedSalary

16503415773898Lucchese586FranceFemale23221160976.75
16503515782418Nott683FranceFemale4621172549.27
16503615807120K?656FranceFemale34721138882.09
16503715808905O'Donnell681FranceMale36811113931.57
16503815607314Higgins752GermanyMale3810121263.6211139431
16503915672704Pearson593FranceFemale229251907.72
16504015647838Onyemere682SpainMale454211157878.67
16504115775307Hargreaves539SpainFemale478211126784.29
16504215653937Hsueh845FranceFemale473111096.911194978.1
16504315752344Teng645SpainMale30521149195.44

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

Share link

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