Loan-Approval-Prediction-Dataset
Loan Approval Dataset used for Prediction Models
@kaggle.architsharma01_loan_approval_prediction_dataset
Loan Approval Dataset used for Prediction Models
@kaggle.architsharma01_loan_approval_prediction_dataset
CREATE TABLE loan_approval_dataset (
"loan_id" BIGINT,
"n__no_of_dependents" BIGINT,
"n__education" VARCHAR,
"n__self_employed" VARCHAR,
"n__income_annum" BIGINT,
"n__loan_amount" BIGINT,
"n__loan_term" BIGINT,
"n__cibil_score" BIGINT,
"n__residential_assets_value" BIGINT,
"n__commercial_assets_value" BIGINT,
"n__luxury_assets_value" BIGINT,
"n__bank_asset_value" BIGINT,
"n__loan_status" VARCHAR
);
Anyone who has the link will be able to view this.