Loan Prepayment Dataset
Unlocking Financial Freedom: Analyzing Loan Prepayment Patterns
@kaggle.nikunjhemani_loan_prepayment_dataset
Unlocking Financial Freedom: Analyzing Loan Prepayment Patterns
@kaggle.nikunjhemani_loan_prepayment_dataset
CREATE TABLE preprocessed_data_improved (
"unnamed_0" BIGINT,
"creditscore" DOUBLE,
"firsttimehomebuyer" BIGINT,
"msa" BIGINT,
"mip" BIGINT,
"units" BIGINT,
"occupancy" VARCHAR,
"ocltv" BIGINT,
"dti" DOUBLE,
"origupb" BIGINT,
"ltv" DOUBLE,
"originterestrate" DOUBLE,
"channel" VARCHAR,
"ppm" BIGINT,
"propertystate" VARCHAR,
"propertytype" VARCHAR,
"loanpurpose" VARCHAR,
"origloanterm" DOUBLE,
"numborrowers" BIGINT,
"sellername" VARCHAR,
"servicername" VARCHAR,
"everdelinquent" DOUBLE,
"monthsdelinquent" DOUBLE,
"monthsinrepayment" DOUBLE,
"firstpayment_year" BIGINT,
"firstpayment_month" VARCHAR,
"parsed_firstpaymentdate" TIMESTAMP,
"maturity_year" BIGINT,
"maturity_month" BIGINT,
"parsed_maturitydate" TIMESTAMP
);
Anyone who has the link will be able to view this.