Vehicle Loan Database
Two-wheeler loan prediction
@kaggle.yashkmd_credit_profile_two_wheeler_loan_dataset
Two-wheeler loan prediction
@kaggle.yashkmd_credit_profile_two_wheeler_loan_dataset
CREATE TABLE credit_data (
"age" BIGINT,
"gender" VARCHAR,
"income" BIGINT,
"credit_score" BIGINT,
"credit_history_length" BIGINT,
"number_of_existing_loans" BIGINT,
"loan_amount" BIGINT,
"loan_tenure" BIGINT,
"existing_customer" VARCHAR,
"state" VARCHAR,
"city" VARCHAR,
"ltv_ratio" DOUBLE,
"employment_profile" VARCHAR,
"profile_score" BIGINT,
"occupation" VARCHAR
);
Anyone who has the link will be able to view this.