Baselight

Bank Marketing Data Set

Bank Marketing Data Set

@kaggle.ishandutta_bank_marketing_data_set

Bank Additional
@kaggle.ishandutta_bank_marketing_data_set.bank_additional

  • 58.69 KB
  • 4119 rows
  • 21 columns
age

Age

job

Job

marital

Marital

education

Education

default

Default

housing

Housing

loan

Loan

contact

Contact

month

Month

day_of_week

Day Of Week

duration

Duration

campaign

Campaign

pdays

Pdays

previous

Previous

poutcome

Poutcome

emp_var_rate

Emp.var.rate

cons_price_idx

Cons.price.idx

cons_conf_idx

Cons.conf.idx

euribor3m

Euribor3m

nr_employed

Nr.employed

y

Y

30blue-collarmarriedbasic.9ynoyesnocellularmayfri4872999nonexistent-1.892.893-46.21.3135099.1no
39servicessinglehigh.schoolnononotelephonemayfri3464999nonexistent1.193.994-36.44.8555191no
25servicesmarriedhigh.schoolnoyesnotelephonejunwed2271999nonexistent1.494.465-41.84.9625228.1no
38servicesmarriedbasic.9ynounknownunknowntelephonejunfri173999nonexistent1.494.465-41.84.9595228.1no
47admin.marrieduniversity.degreenoyesnocellularnovmon581999nonexistent-0.193.2-424.1915195.8no
32servicessingleuniversity.degreenononocellularsepthu12839992failure-1.194.199-37.50.8844963.6no
32admin.singleuniversity.degreenoyesnocellularsepmon2904999nonexistent-1.194.199-37.50.8794963.6no
41entrepreneurmarrieduniversity.degreeunknownyesnocellularnovmon442999nonexistent-0.193.2-424.1915195.8no
31servicesdivorcedprofessional.coursenononocellularnovtue6819991failure-0.193.2-424.1535195.8no
35blue-collarmarriedbasic.9yunknownnonotelephonemaythu1701999nonexistent1.193.994-36.44.8555191no

CREATE TABLE bank_additional (
  "age" BIGINT,
  "job" VARCHAR,
  "marital" VARCHAR,
  "education" VARCHAR,
  "default" VARCHAR,
  "housing" VARCHAR,
  "loan" VARCHAR,
  "contact" VARCHAR,
  "month" VARCHAR,
  "day_of_week" VARCHAR,
  "duration" BIGINT,
  "campaign" BIGINT,
  "pdays" BIGINT,
  "previous" BIGINT,
  "poutcome" VARCHAR,
  "emp_var_rate" DOUBLE,
  "cons_price_idx" DOUBLE,
  "cons_conf_idx" DOUBLE,
  "euribor3m" DOUBLE,
  "nr_employed" DOUBLE,
  "y" VARCHAR
);

Share link

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