Credit Card Application
"Decoding Credit Card Approval: Insights and Predictive Modeling"
@kaggle.nazishjaveed_credit_card_application
"Decoding Credit Card Approval: Insights and Predictive Modeling"
@kaggle.nazishjaveed_credit_card_application
CREATE TABLE credit_card_applications (
"customerid" BIGINT,
"a1" BIGINT,
"a2" DOUBLE,
"a3" DOUBLE,
"a4" BIGINT,
"a5" BIGINT,
"a6" BIGINT,
"a7" DOUBLE,
"a8" BIGINT,
"a9" BIGINT,
"a10" BIGINT,
"a11" BIGINT,
"a12" BIGINT,
"a13" BIGINT,
"a14" BIGINT,
"class" BIGINT
);
Anyone who has the link will be able to view this.