Loan Data
This dataset includes customers who have paid off their loans or not
@kaggle.zhijinzhai_loandata
This dataset includes customers who have paid off their loans or not
@kaggle.zhijinzhai_loandata
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
);
Anyone who has the link will be able to view this.