This project is a simple Sales Data Analysis System developed using Python and Object-Oriented Programming (OOPs). The project analyzes sales data from a CSV file and generates useful business insights such as total sales and top-selling products.
The project also visualizes sales data using graphs for better understanding and decision-making.
- Load sales data from CSV file
- Display dataset
- Calculate total sales
- Find top-selling products
- Generate bar chart visualization
- Implemented using Python OOP concepts
- Python
- Pandas
- Matplotlib
- Object-Oriented Programming (OOPs)
- Class
- Object
- Constructor
- Methods
- Encapsulation