π About the Project
This project uses a Shopping Trends dataset (CSV) to clean, analyze and visualize consumer shopping behavior. The goal is to uncover meaningful patterns that can help understand customer preferences and sales performance.
π What This Project Does
π 1. Data Cleaning
- Identifying and handling missing values
- Removing duplicate records
- Ensuring clean and reliable data before analysis
π 2. Data Analysis
Uncovering patterns such as:
- π³ Most popular payment method
- π Most purchased item overall and by gender
- π Location with the highest sales
π 3. Data Visualization
- Bar charts (Countplots) used to visually represent findings
- Clear and easy to understand graphs for each insight
π οΈ Technologies Used
| Library | Purpose |
| πΌ Pandas | Data analysis and manipulation |
| π’ NumPy | Calculations and data summary |
| π¨ Seaborn | Data visualization |
| π Matplotlib | Data visualization |