Prosper Loan Data
@kaggle.henryokam_prosper_loan_data
@kaggle.henryokam_prosper_loan_data
CREATE TABLE prosperloandata (
"listingkey" VARCHAR,
"listingnumber" BIGINT,
"listingcreationdate" VARCHAR,
"creditgrade" VARCHAR,
"term" BIGINT,
"loanstatus" VARCHAR,
"closeddate" VARCHAR,
"borrowerapr" DOUBLE,
"borrowerrate" DOUBLE,
"lenderyield" DOUBLE,
"estimatedeffectiveyield" DOUBLE,
"estimatedloss" DOUBLE,
"estimatedreturn" DOUBLE,
"prosperrating_numeric" DOUBLE,
"prosperrating_alpha" VARCHAR,
"prosperscore" DOUBLE,
"listingcategory_numeric" BIGINT,
"borrowerstate" VARCHAR,
"occupation" VARCHAR,
"employmentstatus" VARCHAR,
"employmentstatusduration" DOUBLE,
"isborrowerhomeowner" BOOLEAN,
"currentlyingroup" BOOLEAN,
"groupkey" VARCHAR,
"datecreditpulled" VARCHAR,
"creditscorerangelower" DOUBLE,
"creditscorerangeupper" DOUBLE,
"firstrecordedcreditline" TIMESTAMP,
"currentcreditlines" DOUBLE,
"opencreditlines" DOUBLE,
"totalcreditlinespast7years" DOUBLE,
"openrevolvingaccounts" BIGINT,
"openrevolvingmonthlypayment" DOUBLE,
"inquirieslast6months" DOUBLE,
"totalinquiries" DOUBLE,
"currentdelinquencies" DOUBLE,
"amountdelinquent" DOUBLE,
"delinquencieslast7years" DOUBLE,
"publicrecordslast10years" DOUBLE,
"publicrecordslast12months" DOUBLE,
"revolvingcreditbalance" DOUBLE,
"bankcardutilization" DOUBLE,
"availablebankcardcredit" DOUBLE,
"totaltrades" DOUBLE,
"tradesneverdelinquent_percentage" DOUBLE,
"tradesopenedlast6months" DOUBLE,
"debttoincomeratio" DOUBLE,
"incomerange" VARCHAR,
"incomeverifiable" BOOLEAN,
"statedmonthlyincome" DOUBLE,
"loankey" VARCHAR,
"totalprosperloans" DOUBLE,
"totalprosperpaymentsbilled" DOUBLE,
"ontimeprosperpayments" DOUBLE,
"prosperpaymentslessthanonemonthlate" DOUBLE,
"prosperpaymentsonemonthpluslate" DOUBLE,
"prosperprincipalborrowed" DOUBLE,
"prosperprincipaloutstanding" DOUBLE,
"scorexchangeattimeoflisting" DOUBLE,
"loancurrentdaysdelinquent" BIGINT,
"loanfirstdefaultedcyclenumber" DOUBLE,
"loanmonthssinceorigination" BIGINT,
"loannumber" BIGINT,
"loanoriginalamount" BIGINT,
"loanoriginationdate" TIMESTAMP,
"loanoriginationquarter" VARCHAR,
"memberkey" VARCHAR,
"monthlyloanpayment" DOUBLE,
"lp_customerpayments" DOUBLE,
"lp_customerprincipalpayments" DOUBLE,
"lp_interestandfees" DOUBLE,
"lp_servicefees" DOUBLE,
"lp_collectionfees" DOUBLE,
"lp_grossprincipalloss" DOUBLE,
"lp_netprincipalloss" DOUBLE,
"lp_nonprincipalrecoverypayments" DOUBLE,
"percentfunded" DOUBLE,
"recommendations" BIGINT,
"investmentfromfriendscount" BIGINT,
"investmentfromfriendsamount" DOUBLE,
"investors" BIGINT
);
Anyone who has the link will be able to view this.