Customer Profile Classification Dataset
@kaggle.shreeganesha_customer_profile_classification_dataset
@kaggle.shreeganesha_customer_profile_classification_dataset
Description:
The "Customer Profile Classification Dataset" is a synthetic dataset created for the purpose of customer classification and profiling. It simulates a collection of customer profiles with a range of features that can be used for classification tasks, such as predicting customer behavior or segmentation.
Features:
Target Variable:
Purpose:
The dataset is designed to facilitate classification and predictive modeling tasks related to customer behavior. It can be used to explore patterns, build classification models, and perform customer segmentation based on various customer attributes.
Data Format:
The data is provided in a CSV (Comma-Separated Values) format with rows representing individual customer profiles and columns representing the features and the target variable.
Please note that this dataset is fictional and created for illustrative purposes. It is not based on real customer data, and any resemblance to real individuals or organizations is purely coincidental.
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.