Tools Used Python
Pandas
Matplotlib (for charts)
Jupyter Notebook / Google Colab
Dataset File: sample_sales_data.csv Columns:
Date → Date of sale
Product → Product name (e.g., Laptop, Phone)
Region → Sales region (North, South, East, West)
Sales → Sales amount in USD
Steps to Run Clone or download this project folder.
Open Jupyter Notebook or Google Colab.
Upload the sample_sales_data.csv file.
Install dependencies (if needed):
bash Copy Edit pip install pandas matplotlib Run the notebook to:
Load CSV data
Explore and clean data
Group sales by product & region
Plot bar, pie, and line charts