Skip to content

trbor/loan-default-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📊 Loan Default Analysis Project

This project analyzes loan application data to identify factors that contribute to loan default. It uses real-world datasets to perform data cleaning, EDA, statistical testing, and derive actionable insights.


📁 Folder Structure

Loan-default-analysis/ │ ├── data/ # Raw CSV files ├── notebooks/ # Jupyter Notebook for EDA & testing ├── output/ # Saved charts/plots ├── docs/ # Summary and documentation ├── requirements.txt # Required libraries └── README.md # Project overview

📌 Objective

To uncover insights from demographic and financial data that influence whether a loan gets approved or not — and support risk assessment in loan applications.


🔍 Key Steps Performed

Step Description
✅ Data Cleaning Handled missing values, verified data types
✅ EDA Univariate & Bivariate analysis (age, income, etc.)
✅ Visualization Countplot, Histogram, Boxplot, Heatmap
✅ Statistical Testing Chi-square, T-test, ANOVA (Scipy)
✅ Documentation Summary reports in Markdown files
✅ Organized Code Jupyter Notebook, structured folders

🧪 Tools & Technologies Used

  • Python: pandas, numpy, seaborn, matplotlib, scipy
  • Jupyter Notebook
  • Markdown
  • VS Code / GitHub

📊 Sample Visuals

✅ Gender Distribution

Gender Distribution

✅ Education vs Loan Status

Loan Status by Education

✅ Income vs Loan Status

Income vs Loan Status

✅ Correlation Heatmap

Correlation Heatmap

All visuals are stored in /output/ folder.


📄 Summary Report

  • 📘 EDA Report → docs/eda_summary.md
  • 📘 Final Summary → docs/summary.md

🙋‍♂️ Author

Tarun Kumar Malviya
Data Analyst | Python | SQL | Tableau | EDA | Hypothesis Testing


📬 Contact

For collaboration or queries:
📧 tarunmalviya804@gmail.com


✅ Project Status

  • Completed: EDA + Hypothesis Testing
  • 🟡 Optional Next Phase: ML Modeling (Logistic Regression)

About

EDA and hypothesis testing project to identify key factors in loan default analysis

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published