Baselight

Course Material: Bank Marketing

A balanced and processed version of UCI's bank marketing dataset

@kaggle.bletchley_bank_marketing

Balanced Bank
@kaggle.bletchley_bank_marketing.balanced_bank

  • 166.86 KB
  • 9280 rows
  • 22 columns
unnamed_0

Unnamed: 0

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

3457935admin.singleuniversity.degreenoyesnocellularmaythu14319991failure-1.892.893-46.21.2665099.1no
44642technicianmarriedprofessional.coursenononotelephonemaytue16231999nonexistent1.193.994-36.44.8575191yes
2017336admin.marrieduniversity.degreenononocellularaugmon6102999nonexistent1.493.444-36.14.9655228.1yes
1817137admin.marriedhigh.schoolnoyesyestelephonejulwed10892999nonexistent1.493.918-42.74.9635228.1yes
3012831managementsingleuniversity.degreenoyesnocellularaprthu2111999nonexistent-1.893.075-47.11.3655099.1no
3676525admin.singleunknownnononotelephonejuntue2217999nonexistent-2.992.963-40.81.2865076.2yes
683542blue-collarmarriedbasic.9ynononotelephonemaywed925999nonexistent1.193.994-36.44.8575191no
3194436blue-collarsinglebasic.9ynonoyescellularmaythu15162999nonexistent-1.892.893-46.21.3275099.1yes
4117462retiredmarrieduniversity.degreenoyesnocellularnovthu208116success-1.194.767-50.81.0314963.6yes
3807170retiredmarriedbasic.4ynononocellularseptue150132success-3.492.379-29.80.775017.5yes

CREATE TABLE balanced_bank (
  "unnamed_0" BIGINT,
  "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.