Credit Card Approvals (Clean Data)
Clean version of UCI dataset
@kaggle.samuelcortinhas_credit_card_approval_clean_data
Clean version of UCI dataset
@kaggle.samuelcortinhas_credit_card_approval_clean_data
CREATE TABLE clean_dataset (
"gender" BIGINT,
"age" DOUBLE,
"debt" DOUBLE,
"married" BIGINT,
"bankcustomer" BIGINT,
"industry" VARCHAR,
"ethnicity" VARCHAR,
"yearsemployed" DOUBLE,
"priordefault" BIGINT,
"employed" BIGINT,
"creditscore" BIGINT,
"driverslicense" BIGINT,
"citizen" VARCHAR,
"zipcode" BIGINT,
"income" BIGINT,
"approved" BIGINT
);
CREATE TABLE crx (
"b" VARCHAR,
"n_30_83" VARCHAR,
"n_0" DOUBLE,
"u" VARCHAR,
"g" VARCHAR,
"w" VARCHAR,
"v" VARCHAR,
"n_1_25" DOUBLE,
"t" VARCHAR,
"t_1" VARCHAR,
"n_01" BIGINT,
"f" VARCHAR,
"g_1" VARCHAR,
"n_00202" VARCHAR,
"n_0_1" BIGINT,
"n" VARCHAR
);
Anyone who has the link will be able to view this.