Baselight

Customer Churn Dataset

Global Customer Churn Dataset

@kaggle.anandshaw2001_customer_churn_dataset

Churn Modelling
@kaggle.anandshaw2001_customer_churn_dataset.churn_modelling

  • 329.07 KB
  • 10000 rows
  • 14 columns
rownumber

RowNumber

customerid

CustomerId

surname

Surname

creditscore

CreditScore

geography

Geography

gender

Gender

age

Age

tenure

Tenure

balance

Balance

numofproducts

NumOfProducts

hascrcard

HasCrCard

isactivemember

IsActiveMember

estimatedsalary

EstimatedSalary

exited

Exited

115634602Hargrave619FranceFemale422111101348.881
215647311Hill608SpainFemale41183807.8611112542.58
315619304Onio502FranceFemale428159660.831113931.571
415701354Boni699FranceFemale391293826.63
515737888Mitchell850SpainFemale432125510.8211179084.1
615574012Chu645SpainMale448113755.7821149756.711
715592531Bartlett822FranceMale50721110062.8
815656148Obinna376GermanyFemale294115046.7441119346.881
915792365He501FranceMale444142051.072174940.5
1015592389H?684FranceMale272134603.8811171725.73

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.