This project analyzes a loan approval dataset using Python. We explore various features to understand how factors like income, credit history, and gender affect loan approval.
- Python
- Pandas, NumPy
- Matplotlib, Seaborn
- Jupyter Notebook
data/
contains the raw datasetnotebooks/
contains the analysis notebook
Clone the repo and run the notebook in Jupyter.
git clone https://github.com/yourusername/Loan-Data-Analysis.git
cd Loan-Data-Analysis
pip install -r requirements.txt