Baselight

Bank Marketing Dataset

Predicting Term Deposit Suscriptions

@kaggle.janiobachmann_bank_marketing_dataset

Loading...
Loading...

About this Dataset

Bank Marketing Dataset

Context

Find the best strategies to improve for the next marketing campaign. How can the financial institution have a greater effectiveness for future marketing campaigns? In order to answer this, we have to analyze the last marketing campaign the bank performed and identify the patterns that will help us find conclusions in order to develop future strategies.

Source

[Moro et al., 2014] S. Moro, P. Cortez and P. Rita. A Data-Driven Approach to Predict the Success of Bank Telemarketing. Decision Support Systems, Elsevier, 62:22-31, June 2014

Tables

Bank

@kaggle.janiobachmann_bank_marketing_dataset.bank
  • 122.8 KB
  • 11162 rows
  • 17 columns
Loading...

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,
  "deposit" VARCHAR
);

Share link

Anyone who has the link will be able to view this.