Loan Eligible Dataset
Loan Eligibility Predictions With your notebook
@kaggle.vikasukani_loan_eligible_dataset
Loan Eligibility Predictions With your notebook
@kaggle.vikasukani_loan_eligible_dataset
CREATE TABLE loan_test (
"loan_id" VARCHAR,
"gender" VARCHAR,
"married" VARCHAR,
"dependents" VARCHAR,
"education" VARCHAR,
"self_employed" VARCHAR,
"applicantincome" BIGINT,
"coapplicantincome" BIGINT,
"loanamount" DOUBLE,
"loan_amount_term" DOUBLE,
"credit_history" DOUBLE,
"property_area" VARCHAR
);
Anyone who has the link will be able to view this.