Baselight

Customer Churn

The Customer Churn Classification dataset contains information about customers.

@kaggle.willianoliveiragibin_customer_churn

Customer Churn New
@kaggle.willianoliveiragibin_customer_churn.customer_churn_new

  • 314.1 KB
  • 10000 rows
  • 11 columns
rownumber

RowNumber

customerid

CustomerId

surname

Surname

creditscore

CreditScore

geography

Geography

gender

Gender

age

Age

tenure

Tenure

balance

Balance

estimatedsalary

EstimatedSalary

exited

Exited

74715787619Hsieh844FranceMale182160980.03145936.28
162015770309McDonald656FranceMale1810151762.74127014.32
167915569178Kharlamov570FranceFemale18482767.4271811.9
202215795519Vasiliev716GermanyFemale183128743.8197322.13
213715621893Bellucci727FranceMale184133550.6746941.41
214215758372Wallace674FranceMale18755753.121
333115657439Chao738FranceMale18447799.15
351315657779Boylan806SpainMale18386994.54
351815757821Burgess771SpainMale18141542.95
368715665327Cattaneo706FranceMale182176139.5129654.22

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

Share link

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