This project analyzes sales data to provide insights into sales performance by region, product category, and month. It includes Python-based analysis and SQL queries.
data/- Contains the sales CSV filenotebooks/- Python Jupyter notebook for analysissql/- SQL queries for analyzing the sales data
- Data loading and cleaning
- Sales by region (bar chart)
- Monthly sales trend (line chart)
- Total sales by region
- Total profit by category
- Top 5 products by sales
- Monthly sales trend
- Orders with profit < 0
- Python (pandas, matplotlib)
- SQL
- Jupyter Notebook
- Open
notebooks/sales_analysis.ipynbin VS Code or Jupyter Notebook - Install required Python packages:
pandas,matplotlib - Run each cell to see the analysis and charts
- SQL queries can be executed in any SQL database after importing the CSV