Credit/Loan Dataset - Rural India
Unlocking Opportunities: Exploring Credit and Loan Dynamics in Rural India
@kaggle.heydido_creditloan_dataset_rural_india
Unlocking Opportunities: Exploring Credit and Loan Dynamics in Rural India
@kaggle.heydido_creditloan_dataset_rural_india
CREATE TABLE ruralcreditdata (
"id" BIGINT,
"city" VARCHAR,
"age" BIGINT,
"sex" VARCHAR,
"social_class" VARCHAR,
"primary_business" VARCHAR,
"secondary_business" VARCHAR,
"annual_income" DOUBLE,
"monthly_expenses" DOUBLE,
"old_dependents" BIGINT,
"young_dependents" BIGINT,
"home_ownership" DOUBLE,
"type_of_house" VARCHAR,
"occupants_count" BIGINT,
"house_area" DOUBLE,
"sanitary_availability" DOUBLE,
"water_availabity" DOUBLE,
"loan_purpose" VARCHAR,
"loan_tenure" BIGINT,
"loan_installments" BIGINT,
"loan_amount" DOUBLE
);
Anyone who has the link will be able to view this.