Credit Card Regression
A Comprehensive Dataset on Financial Attributes of Credit Card Customers
@kaggle.rassiem_credit_data
A Comprehensive Dataset on Financial Attributes of Credit Card Customers
@kaggle.rassiem_credit_data
This dataset contains information related to individuals' financial and demographic characteristics, which can be useful for various analyses, such as credit scoring, customer segmentation, or financial behavior studies. The dataset includes the following columns:
This dataset provides a comprehensive view of various factors that can influence an individual's financial behavior and creditworthiness, making it a valuable resource for financial analysis and modeling.
CREATE TABLE credit_data (
"id" BIGINT,
"income" DOUBLE,
"limit" BIGINT,
"rating" BIGINT,
"cards" BIGINT,
"age" BIGINT,
"education" BIGINT,
"gender" VARCHAR,
"student" VARCHAR,
"married" VARCHAR,
"ethnicity" VARCHAR,
"balance" BIGINT
);Anyone who has the link will be able to view this.