├── Income_expense_data.csv ├── README.md └── tesmat (1).ipynb /README.md: -------------------------------------------------------------------------------- 1 | # Python-Project 2 | This Python project explores household income and expense data using pandas, seaborn, and matplotlib. It includes data cleaning, visualizations, and analysis to understand spending patterns across income levels and family types. 3 | --------------------------------------------------------------------------------