Baselight

Loan Data

This dataset includes customers who have paid off their loans or not

@kaggle.zhijinzhai_loandata

Loan Payments Data
@kaggle.zhijinzhai_loandata.loan_payments_data

  • 15.99 KB
  • 500 rows
  • 11 columns
loan_id

Loan ID

loan_status

Loan Status

principal

Principal

terms

Terms

effective_date

Effective Date

due_date

Due Date

paid_off_time

Paid Off Time

past_due_days

Past Due Days

age

Age

education

Education

gender

Gender

xqd20166231PAIDOFF100030Thu Sep 08 2016 00:00:00 GMT+0000 (Coordinated Universal Time)Fri Oct 07 2016 00:00:00 GMT+0000 (Coordinated Universal Time)Wed Sep 14 2016 19:31:00 GMT+0000 (Coordinated Universal Time)45High School or Belowmale
xqd20168902PAIDOFF100030Thu Sep 08 2016 00:00:00 GMT+0000 (Coordinated Universal Time)Fri Oct 07 2016 00:00:00 GMT+0000 (Coordinated Universal Time)Fri Oct 07 2016 09:00:00 GMT+0000 (Coordinated Universal Time)50Bechalorfemale
xqd20160003PAIDOFF100030Thu Sep 08 2016 00:00:00 GMT+0000 (Coordinated Universal Time)Fri Oct 07 2016 00:00:00 GMT+0000 (Coordinated Universal Time)Sun Sep 25 2016 16:58:00 GMT+0000 (Coordinated Universal Time)33Bechalorfemale
xqd20160004PAIDOFF100015Thu Sep 08 2016 00:00:00 GMT+0000 (Coordinated Universal Time)Thu Sep 22 2016 00:00:00 GMT+0000 (Coordinated Universal Time)Thu Sep 22 2016 20:00:00 GMT+0000 (Coordinated Universal Time)27collegemale
xqd20160005PAIDOFF100030Fri Sep 09 2016 00:00:00 GMT+0000 (Coordinated Universal Time)Sat Oct 08 2016 00:00:00 GMT+0000 (Coordinated Universal Time)Fri Sep 23 2016 21:36:00 GMT+0000 (Coordinated Universal Time)28collegefemale
xqd20160706PAIDOFF3007Fri Sep 09 2016 00:00:00 GMT+0000 (Coordinated Universal Time)Thu Sep 15 2016 00:00:00 GMT+0000 (Coordinated Universal Time)Fri Sep 09 2016 13:45:00 GMT+0000 (Coordinated Universal Time)35Master or Abovemale
xqd20160007PAIDOFF100030Fri Sep 09 2016 00:00:00 GMT+0000 (Coordinated Universal Time)Sat Oct 08 2016 00:00:00 GMT+0000 (Coordinated Universal Time)Fri Oct 07 2016 23:07:00 GMT+0000 (Coordinated Universal Time)29collegemale
xqd20160008PAIDOFF100030Fri Sep 09 2016 00:00:00 GMT+0000 (Coordinated Universal Time)Sat Oct 08 2016 00:00:00 GMT+0000 (Coordinated Universal Time)Wed Oct 05 2016 20:33:00 GMT+0000 (Coordinated Universal Time)36collegemale
xqd20160909PAIDOFF100030Fri Sep 09 2016 00:00:00 GMT+0000 (Coordinated Universal Time)Sat Oct 08 2016 00:00:00 GMT+0000 (Coordinated Universal Time)Sat Oct 08 2016 16:00:00 GMT+0000 (Coordinated Universal Time)28collegemale
xqd20160010PAIDOFF80015Sat Sep 10 2016 00:00:00 GMT+0000 (Coordinated Universal Time)Sat Sep 24 2016 00:00:00 GMT+0000 (Coordinated Universal Time)Sat Sep 24 2016 13:00:00 GMT+0000 (Coordinated Universal Time)26collegemale

CREATE TABLE loan_payments_data (
  "loan_id" VARCHAR,
  "loan_status" VARCHAR,
  "principal" BIGINT,
  "terms" BIGINT,
  "effective_date" TIMESTAMP,
  "due_date" TIMESTAMP,
  "paid_off_time" TIMESTAMP,
  "past_due_days" DOUBLE,
  "age" BIGINT,
  "education" VARCHAR,
  "gender" VARCHAR
);

Share link

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