Simple data analysis project using Pandas
Analysis of 1000 bank customers - filtering, grouping, and basic aggregations
- Read CSV data
- Filter customers by salary
- Group by city
- Calculate averages
- Python 3.x
- Pandas
- Pandas basics
- Data filtering
- GroupBy operations