Bank Client Attributes And Marketing Outcomes
Understanding Customer Profiles and Campaign Success in Banking
@kaggle.ara001_bank_client_attributes_and_marketing_outcomes
Understanding Customer Profiles and Campaign Success in Banking
@kaggle.ara001_bank_client_attributes_and_marketing_outcomes
CREATE TABLE assignment_2_data (
"id" BIGINT,
"age" DOUBLE,
"job" VARCHAR,
"marital" VARCHAR,
"education" VARCHAR,
"default" VARCHAR,
"balance" DOUBLE,
"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.