Bank Marketing Campaigh Dataset
Full version of bank marketing dataset from UCI machine learning repository
@kaggle.gatunnopvp_bank_marketing_campaigh_dataset
Full version of bank marketing dataset from UCI machine learning repository
@kaggle.gatunnopvp_bank_marketing_campaigh_dataset
CREATE TABLE bank_full (
"age" BIGINT,
"job" VARCHAR,
"marital" VARCHAR,
"education" VARCHAR,
"default" VARCHAR,
"balance" BIGINT,
"housing" VARCHAR,
"loan" VARCHAR,
"contact" VARCHAR,
"day" BIGINT,
"month" VARCHAR,
"durations" BIGINT,
"campaign" BIGINT,
"pdays" BIGINT,
"previous" BIGINT,
"poutcome" VARCHAR,
"y" VARCHAR
);
Anyone who has the link will be able to view this.