Baselight

Bank Loan Granting

California | Bank Customers Information | Loan Granting

@kaggle.atefehmirnaseri_bank_loan_granting

Bank Loan Granting
@kaggle.atefehmirnaseri_bank_loan_granting.bank_loan_granting

  • 74.03 KB
  • 5000 rows
  • 14 columns
id

ID

age

Age

experience

Experience

income

Income

zip_code

ZIP Code

family

Family

ccavg

CCAvg

education

Education

mortgage

Mortgage

personal_loan

Personal Loan

securities_account

Securities Account

cd_account

CD Account

online

Online

creditcard

CreditCard

1251499110741/6011
24519349008931/5011
33915119472011/001
43591009411212/702
5358459133041/0021
63713299212140/4021551
75327729171121/5021
85024229394310/3031
93510819008930/6021041
103491809302318/9031

CREATE TABLE bank_loan_granting (
  "id" BIGINT,
  "age" BIGINT,
  "experience" BIGINT,
  "income" BIGINT,
  "zip_code" BIGINT,
  "family" BIGINT,
  "ccavg" VARCHAR,
  "education" BIGINT,
  "mortgage" BIGINT,
  "personal_loan" BIGINT,
  "securities_account" BIGINT,
  "cd_account" BIGINT,
  "online" BIGINT,
  "creditcard" BIGINT
);

Share link

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