Baselight

Bank Customer Churn

Bank Customer Data for Customer Churn

@kaggle.sandiledesmondmfazi_bank_customer_churn

Botswana Bank Customer Churn
@kaggle.sandiledesmondmfazi_bank_customer_churn.botswana_bank_customer_churn

  • 14.22 MB
  • 115640 rows
  • 25 columns
rownumber

RowNumber

customerid

CustomerId

surname

Surname

first_name

First Name

date_of_birth

Date Of Birth

gender

Gender

marital_status

Marital Status

number_of_dependents

Number Of Dependents

occupation

Occupation

income

Income

education_level

Education Level

address

Address

contact_information

Contact Information

customer_tenure

Customer Tenure

customer_segment

Customer Segment

preferred_communication_channel

Preferred Communication Channel

credit_score

Credit Score

credit_history_length

Credit History Length

outstanding_loans

Outstanding Loans

churn_flag

Churn Flag

churn_reason

Churn Reason

churn_date

Churn Date

balance

Balance

numofproducts

NumOfProducts

numcomplaints

NumComplaints

183ef0b54-35f6-4f84-af58-5653ac0c0dc4SmithTroySat Aug 29 1987 00:00:00 GMT+0000 (Coordinated Universal Time)MaleDivorced3Information systems manager77710.14High School26644 Diaz Viaduct North Jessicaville, VI 14852001-301-934-3058x082530RetailPhone3972441959.74nan211359.051
2009f115a-e5ca-4cf4-97d6-530140545e4eSullivanKatrinaMon Feb 07 2000 00:00:00 GMT+0000 (Coordinated Universal Time)FemaleMarried1Charity fundraiser58209.87High School5642 Rachel Pass Suite 320 Port Peggy, RI 75805+1-581-683-426727SMEEmail665108916.67nan30624.7641
366309fd3-5009-44d3-a3f7-1657c869d573FullerHenryWed Feb 03 1954 00:00:00 GMT+0000 (Coordinated Universal Time)FemaleSingle1Television production assistant9794.01High School00025 Brittany Flats Apt. 543 New Amandaborough, MH 69279975390000414RetailEmail7152143270.54nan111956.6126
4b02a30df-1a5f-4087-8075-2a35432da641YoungAntonioTue Jan 15 1991 00:00:00 GMT+0000 (Coordinated Universal Time)FemaleDivorced5Agricultural engineer15088.98High SchoolUnit 3386 Box 0088 DPO AE 71940+1-928-477-2856x66023CorporatePhone7471717887.65nan201187.611
50d932e5b-bb3a-4104-8c83-f84270f7f2eaAndersenJohnWed Apr 08 1992 00:00:00 GMT+0000 (Coordinated Universal Time)FemaleDivorced2Teacher, early years/pre60726.56Master's0120 Leslie River West Lindseychester, MN 98290204.515.238822CorporateEmail5492532686.84nan60391.2456
6c18b027e-b108-4900-b413-dac87e2ee9b5GonzalesAshleySat Nov 28 1987 00:00:00 GMT+0000 (Coordinated Universal Time)MaleSingleSurveyor, building55608.75Bachelor'sPSC 3787, Box 9869 APO AP 62324001-880-967-5883x050815RetailEmail8092737218.811Account ClosureWed Jul 31 2024 00:00:00 GMT+0000 (Coordinated Universal Time)31206.81210
77091e271-7d2b-4e73-934f-8398e2a1dcbcWilcoxDanielTue Sep 07 1976 00:00:00 GMT+0000 (Coordinated Universal Time)FemaleSingle1Publishing copy22032.61Diploma983 Adams Coves Lake Roberto, MP 82550475696113915RetailEmail6902926200nan198443.521
8d5e80b75-bd3f-4d8a-b847-0868f8eb9e40LopezJohnnyThu Aug 05 1993 00:00:00 GMT+0000 (Coordinated Universal Time)MaleDivorced4Industrial buyer73462.72Diploma905 Jackson View Suite 009 South Amymouth, PA 54407001-577-988-4031x44103CorporateEmail6053025156.25nan96378.0546
99eba62c1-0af0-4424-9218-435ece0689aaMilesKellyFri Aug 03 2001 00:00:00 GMT+0000 (Coordinated Universal Time)MaleDivorced3Medical sales representative30054.43Bachelor's6398 Morgan Knolls Julieborough, NH 55183001-245-374-7034x497020CorporatePhone6341641854.08nan108395.1751
104eea7068-ea07-4898-bb04-6ccd8b729fc9ThompsonAnthonySat Jan 12 1991 00:00:00 GMT+0000 (Coordinated Universal Time)FemaleDivorced5Media buyer24129.53Master's674 Reed Islands Loweville, TX 67579+1-814-630-2270x609621SMEPhone8311030914.02nan99830.8445

CREATE TABLE botswana_bank_customer_churn (
  "rownumber" BIGINT,
  "customerid" VARCHAR,
  "surname" VARCHAR,
  "first_name" VARCHAR,
  "date_of_birth" TIMESTAMP,
  "gender" VARCHAR,
  "marital_status" VARCHAR,
  "number_of_dependents" BIGINT,
  "occupation" VARCHAR,
  "income" DOUBLE,
  "education_level" VARCHAR,
  "address" VARCHAR,
  "contact_information" VARCHAR,
  "customer_tenure" BIGINT,
  "customer_segment" VARCHAR,
  "preferred_communication_channel" VARCHAR,
  "credit_score" BIGINT,
  "credit_history_length" BIGINT,
  "outstanding_loans" DOUBLE,
  "churn_flag" BIGINT,
  "churn_reason" VARCHAR,
  "churn_date" TIMESTAMP,
  "balance" DOUBLE,
  "numofproducts" BIGINT,
  "numcomplaints" BIGINT
);

Share link

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