Baselight

Course Material: Bank Marketing

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

@kaggle.bletchley_bank_marketing

Processed Bank
@kaggle.bletchley_bank_marketing.processed_bank

  • 206.17 KB
  • 9280 rows
  • 66 columns
unnamed_0

Unnamed: 0

campaign

Campaign

pdays

Pdays

previous

Previous

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

job_admin

Job Admin.

job_blue_collar

Job Blue-collar

job_entrepreneur

Job Entrepreneur

job_housemaid

Job Housemaid

job_management

Job Management

job_retired

Job Retired

job_self_employed

Job Self-employed

job_services

Job Services

job_student

Job Student

job_technician

Job Technician

job_unemployed

Job Unemployed

job_unknown

Job Unknown

age_old

Age Old

age_mid

Age Mid

age_young

Age Young

marital_divorced

Marital Divorced

marital_married

Marital Married

marital_single

Marital Single

marital_unknown

Marital Unknown

education_basic_4y

Education Basic.4y

education_basic_6y

Education Basic.6y

education_basic_9y

Education Basic.9y

education_high_school

Education High.school

education_illiterate

Education Illiterate

education_professional_course

Education Professional.course

education_university_degree

Education University.degree

education_unknown

Education Unknown

default_no

Default No

default_unknown

Default Unknown

housing_no

Housing No

housing_unknown

Housing Unknown

housing_yes

Housing Yes

loan_no

Loan No

loan_unknown

Loan Unknown

loan_yes

Loan Yes

contact_cellular

Contact Cellular

contact_telephone

Contact Telephone

month_apr

Month Apr

month_aug

Month Aug

month_dec

Month Dec

month_jul

Month Jul

month_jun

Month Jun

month_mar

Month Mar

month_may

Month May

month_nov

Month Nov

month_oct

Month Oct

month_sep

Month Sep

day_of_week_fri

Day Of Week Fri

day_of_week_mon

Day Of Week Mon

day_of_week_thu

Day Of Week Thu

day_of_week_tue

Day Of Week Tue

day_of_week_wed

Day Of Week Wed

poutcome_failure

Poutcome Failure

poutcome_nonexistent

Poutcome Nonexistent

poutcome_success

Poutcome Success

contacted_before

Contacted Before

34579-0.6871095626978501-2.555676804509097e-130.976407519344501-0.7585502524618822-0.9281024353999774-1.1229291984490728-0.9002023777932325-0.4183219654905148111111111111
446-0.6871095626978501-2.555676804509097e-13-0.452556647114570.92421288044675020.80676647840519770.70567116367234660.99897084258979460.6375088168940394111111111111
20173-0.1355198791480188-2.555676804509097e-13-0.452556647114571.0982918252304017-0.05988011795524020.76164872577810381.05608883418026141.063747359075405111111111111
18171-0.1355198791480188-2.555676804509097e-13-0.452556647114571.09829182523040170.6870116759990379-0.46985764054856611.0550310935952531.063747359075405111111111111
30128-0.6871095626978501-2.555676804509097e-13-0.45255664711457-0.7585502524618822-0.6413211980588821-1.2908618847663458-0.8478442188353045-0.418321965490514811111111111
367652.622428538601137-2.555676804509097e-13-0.45255664711457-1.3968397166686048-0.8178019594995681-0.1153330805454329-0.889624971943146-0.6814179928747037111111111111
68351.5192491715014749-2.555676804509097e-13-0.452556647114570.92421288044675020.80676647840519770.70567116367234660.99897084258979460.637508816894039411111111111
31944-0.1355198791480188-2.555676804509097e-13-0.45255664711457-0.7585502524618822-0.9281024353999774-1.1229291984490728-0.8679412899504688-0.4183219654905148111111111111
41174-0.6871095626978501-3.9113658237693548.121228351639857-0.35236604796669512.024798876562686-1.9812518174040237-1.0244868965317486-1.97506920175936851111111111111
38071-0.6871095626978501-2.317218302375092.405371685803572-1.686971291308024-1.73802307272591141.937177529999016-1.162522042875377-1.3558169800996591111111111111

CREATE TABLE processed_bank (
  "unnamed_0" BIGINT,
  "campaign" DOUBLE,
  "pdays" DOUBLE,
  "previous" DOUBLE,
  "emp_var_rate" DOUBLE,
  "cons_price_idx" DOUBLE,
  "cons_conf_idx" DOUBLE,
  "euribor3m" DOUBLE,
  "nr_employed" DOUBLE,
  "y" BIGINT,
  "job_admin" BIGINT,
  "job_blue_collar" BIGINT,
  "job_entrepreneur" BIGINT,
  "job_housemaid" BIGINT,
  "job_management" BIGINT,
  "job_retired" BIGINT,
  "job_self_employed" BIGINT,
  "job_services" BIGINT,
  "job_student" BIGINT,
  "job_technician" BIGINT,
  "job_unemployed" BIGINT,
  "job_unknown" BIGINT,
  "age_old" BIGINT,
  "age_mid" BIGINT,
  "age_young" BIGINT,
  "marital_divorced" BIGINT,
  "marital_married" BIGINT,
  "marital_single" BIGINT,
  "marital_unknown" BIGINT,
  "education_basic_4y" BIGINT,
  "education_basic_6y" BIGINT,
  "education_basic_9y" BIGINT,
  "education_high_school" BIGINT,
  "education_illiterate" BIGINT,
  "education_professional_course" BIGINT,
  "education_university_degree" BIGINT,
  "education_unknown" BIGINT,
  "default_no" BIGINT,
  "default_unknown" BIGINT,
  "housing_no" BIGINT,
  "housing_unknown" BIGINT,
  "housing_yes" BIGINT,
  "loan_no" BIGINT,
  "loan_unknown" BIGINT,
  "loan_yes" BIGINT,
  "contact_cellular" BIGINT,
  "contact_telephone" BIGINT,
  "month_apr" BIGINT,
  "month_aug" BIGINT,
  "month_dec" BIGINT,
  "month_jul" BIGINT,
  "month_jun" BIGINT,
  "month_mar" BIGINT,
  "month_may" BIGINT,
  "month_nov" BIGINT,
  "month_oct" BIGINT,
  "month_sep" BIGINT,
  "day_of_week_fri" BIGINT,
  "day_of_week_mon" BIGINT,
  "day_of_week_thu" BIGINT,
  "day_of_week_tue" BIGINT,
  "day_of_week_wed" BIGINT,
  "poutcome_failure" BIGINT,
  "poutcome_nonexistent" BIGINT,
  "poutcome_success" BIGINT,
  "contacted_before" BIGINT
);

Share link

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