Check Loan Eligibility
Check for your Loan Eligibility by using this dataset
@kaggle.mukeshmanral_check_loan_eligibility
Check for your Loan Eligibility by using this dataset
@kaggle.mukeshmanral_check_loan_eligibility
CREATE TABLE loan_eligibility (
"gender" BIGINT,
"married" BIGINT,
"dependents" BIGINT,
"education" BIGINT,
"self_employed" BIGINT,
"applicantincome" BIGINT,
"coapplicantincome" DOUBLE,
"loanamount" DOUBLE,
"loan_amount_term" BIGINT,
"credit_history" BIGINT,
"property_area" BIGINT,
"loan_status" BIGINT
);
Anyone who has the link will be able to view this.