Loan Approvals
Loan approval based on customer data.
@kaggle.prateekmaj21_loan_approvals
Loan approval based on customer data.
@kaggle.prateekmaj21_loan_approvals
CREATE TABLE loan_data (
"gender" VARCHAR,
"married" VARCHAR,
"dependents" VARCHAR,
"education" VARCHAR,
"self_employed" VARCHAR,
"applicant_income" BIGINT,
"coapplicant_income" DOUBLE,
"loan_amount" BIGINT,
"term" DOUBLE,
"credit_history" DOUBLE,
"area" VARCHAR,
"status" VARCHAR
);
Anyone who has the link will be able to view this.