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
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.