This project demonstrates how to combine SQL and Python to analyze business sales data from the classic Northwind database.
- Read the relevant tables related to products and orders.
- Identify the most ordered and most discounted products.
- Visualize the top 5 ordered and discounted products using bar charts.
To run the code, make sure you have the following libraries installed:
pip install pandas matplotlib seaborn sqlite3