Overview
This project performs data analysis on a sales dataset using Python, Pandas, and Matplotlib.
Key tasks completed:
Loaded CSV data
Displayed data statistics
Handled missing values
Grouped sales by product
Created bar charts for visualization
Technologies Used
Python
Pandas
Matplotlib