Baselight

Customer Profile Classification Dataset

@kaggle.shreeganesha_customer_profile_classification_dataset

Customer Classification Data
@kaggle.shreeganesha_customer_profile_classification_dataset.customer_classification_data

  • 40.54 KB
  • 500 rows
  • 13 columns
income

Income

age

Age

education

Education

credit_score

Credit Score

years_with_bank

Years With Bank

transaction_count

Transaction Count

balance

Balance

loan_approval_amount

Loan Approval Amount

credit_card_limit

Credit Card Limit

purchase_frequency

Purchase Frequency

customer_satisfaction

Customer Satisfaction

online_activity

Online Activity

target

Target

66161.0127945493657Bachelor5031411968.91989877868132517.15928388889555813.3426995641070.975409342625752210.20269289434656721
78639.2024779314560High School7792279797.0563705305631501.7588387693763991.0076366984060.945920238960220420.5493582343842951
70207.253205373346High School51914957024.17340252965216444.3415829683146036.1405667261260.272663891160811230.84299253400338941
65866.2387247672642High School83417777992.35926069885345233.592938995872691.19286178393580.814385100080204140.1194731743688534
56774.1099504178636Bachelor4101258538.691041875978348586.5824794123310144.0730926383970.346523164994413440.99016801665875061
73442.058479999221High School76815467226.5741531753913968.14772993450814188.8003340678720.6455162955349210.7596127775421859
57819.04084470193662Bachelor43014814836.26305782004243456.2015385153118221.086751888770.325910443769032920.2485299770046199
91882.9750586559837Bachelor4209597949.2631765837818869.3000099868615163.0189488338440.196676360052265240.9747746260077896
97274.707037577263PhD6514247160.57712309649513426.7615741853083065.65247688843150.57906753963136620.2284962763188947
53758.1139119333318Bachelor48410731764.187614135994630247.5023799121211167.86203382690.850698513325420940.8629705506656606

CREATE TABLE customer_classification_data (
  "income" DOUBLE,
  "age" BIGINT,
  "education" VARCHAR,
  "credit_score" BIGINT,
  "years_with_bank" BIGINT,
  "transaction_count" BIGINT,
  "balance" DOUBLE,
  "loan_approval_amount" DOUBLE,
  "credit_card_limit" DOUBLE,
  "purchase_frequency" DOUBLE,
  "customer_satisfaction" BIGINT,
  "online_activity" DOUBLE,
  "target" BIGINT
);

Share link

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