Should This Loan Be Approved Or Denied?
A large and rich dataset from the U.S. Small Business Administration (SBA)
@kaggle.mirbektoktogaraev_should_this_loan_be_approved_or_denied
A large and rich dataset from the U.S. Small Business Administration (SBA)
@kaggle.mirbektoktogaraev_should_this_loan_be_approved_or_denied
CREATE TABLE sbanational (
"loannr_chkdgt" BIGINT,
"name" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip" BIGINT,
"bank" VARCHAR,
"bankstate" VARCHAR,
"naics" BIGINT,
"approvaldate" VARCHAR,
"approvalfy" VARCHAR,
"term" BIGINT,
"noemp" BIGINT,
"newexist" DOUBLE,
"createjob" BIGINT,
"retainedjob" BIGINT,
"franchisecode" BIGINT,
"urbanrural" BIGINT,
"revlinecr" VARCHAR,
"lowdoc" VARCHAR,
"chgoffdate" VARCHAR,
"disbursementdate" VARCHAR,
"disbursementgross" VARCHAR,
"balancegross" VARCHAR,
"mis_status" VARCHAR,
"chgoffpringr" VARCHAR,
"grappv" VARCHAR,
"sba_appv" VARCHAR
);
Anyone who has the link will be able to view this.