This repository analyzes client payment behavior using the CREDIT dataset , focusing on factors like age, gender, income, and housing type to compare defaulters vs. non-defaulters.
- Data Preprocessing: Categorizing age (
YEARS_BIRTH_CATEGORY), handling missing values, and outliers. - Exploratory Data Analysis (EDA): Visualizing payment behavior based on gender, age, income, and housing type.
- Bar plots and pie charts for client demographics.
- Box plots for income comparisons.
- Python 3.x
- Libraries:
pandas,matplotlib,seaborn,scipy