Federal Trade Commission (FTC)
Loan Status Prediction: Predict Approval for Property Loans
@kaggle.willianoliveiragibin_federal_trade_commission_ftc
Loan Status Prediction: Predict Approval for Property Loans
@kaggle.willianoliveiragibin_federal_trade_commission_ftc
CREATE TABLE loan_data_new (
"loan_id" VARCHAR,
"gender" VARCHAR,
"married" VARCHAR,
"dependents" DOUBLE,
"education" VARCHAR,
"self_employed" VARCHAR,
"applicantincome" BIGINT,
"coapplicantincome" VARCHAR,
"loanamount" DOUBLE,
"loan_amount_term" DOUBLE,
"credit_history" DOUBLE,
"property_area" VARCHAR,
"loan_status" VARCHAR
);
Anyone who has the link will be able to view this.