Loan Approval Dataset
@kaggle.rohitgrewal_loan_approval_dataset
@kaggle.rohitgrewal_loan_approval_dataset
This dataset represents real-world loan application data used to analyze customer profiles and predict whether a loan will be approved or rejected.
Each row represents one applicant, and the columns include profile, financial, and asset-related information.
The dataset is suitable for exploratory data analysis (EDA), data cleaning, visualization, and business insights generation using Python.
This data is available as a CSV file. We are going to analyze this data set using the Pandas DataFrame.
These are the main Features/Columns available in the dataset :
No_of_dependents โ Number of dependents the applicant has
Education โ Graduate / Not Graduate
Self_employed โ Whether the applicant is self-employed
Income_annum โ Annual income of the applicant
Loan_amount โ Loan amount requested
Loan_term โ Loan repayment time (years)
Cibil_score โ Credit score indicating creditworthiness
Residential_assets_value โ Value of residential assets
Commercial_assets_value โ Value of commercial assets
Luxury_assets_value โ Value of luxury assets
Bank_asset_value โ Bank balance / financial assets
Loan_status (Target variable) โ Approved (1) or Rejected (0)
Using this dataset, we answered multiple questions and built a Random Forest Model with Python in our Project.
Enroll in our Udemy courses :
@owid
@owid
Share link
Anyone who has the link will be able to view this.