Simple Loan Classification Dataset
Classification Dataset
@kaggle.sujithmandala_simple_loan_classification_dataset
Classification Dataset
@kaggle.sujithmandala_simple_loan_classification_dataset
CREATE TABLE loan (
"age" BIGINT,
"gender" VARCHAR,
"occupation" VARCHAR,
"education_level" VARCHAR,
"marital_status" VARCHAR,
"income" BIGINT,
"credit_score" BIGINT,
"loan_status" VARCHAR
);
Anyone who has the link will be able to view this.