Bank Marketing
Data is related with direct marketing campaigns of a Portuguese bank institution
@kaggle.dvaser_bank_marketing
Data is related with direct marketing campaigns of a Portuguese bank institution
@kaggle.dvaser_bank_marketing
CREATE TABLE bank (
"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.