Customer Profile Classification Dataset
@kaggle.shreeganesha_customer_profile_classification_dataset
@kaggle.shreeganesha_customer_profile_classification_dataset
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
);
Anyone who has the link will be able to view this.