Skip to content

kimiarezaei/SQL-in-Python---Business-Sales-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL + Python: Business Sales Analysis (Microsoft Northwind Database)

This project demonstrates how to combine SQL and Python to analyze business sales data from the classic Northwind database.


Process

  1. Read the relevant tables related to products and orders.
  2. Identify the most ordered and most discounted products.
  3. Visualize the top 5 ordered and discounted products using bar charts.

Prerequisite Libraries

To run the code, make sure you have the following libraries installed:

pip install pandas matplotlib seaborn sqlite3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages