Sales Data Analysis Project using Python
This project focuses on analyzing business sales data using Python.
The dataset includes product name, price, cost, and quantity sold.
The project performs:
Data processing using Pandas
Revenue calculation per product
Profit calculation
Total revenue and total profit analysis
Identification of the best-selling product
Average price calculation
Data visualization using Matplotlib
Two bar charts were created:
Revenue per Product
Profit per Product
The final processed dataset was exported as a CSV file.
This project demonstrates basic data analysis, business insights extraction, and data visualization skills using Python.