Loans Dataset
This Dataset from Real Data in the Bank
@kaggle.abdalrhamnhebishy_train_csv
This Dataset from Real Data in the Bank
@kaggle.abdalrhamnhebishy_train_csv
CREATE TABLE train (
"age" BIGINT,
"job" VARCHAR,
"marital" VARCHAR,
"education" VARCHAR,
"default" VARCHAR,
"balance" BIGINT,
"housing" VARCHAR,
"loan" VARCHAR,
"contact" VARCHAR,
"day" BIGINT,
"month" VARCHAR,
"duration" BIGINT,
"campaign" BIGINT,
"pdays" BIGINT,
"previous" BIGINT,
"poutcome" VARCHAR,
"y" VARCHAR
);
Anyone who has the link will be able to view this.