Data-Driven Logistics & Pricing Insights using SQL & Python
Repository: delivery-market-analysis
Duration: 4 days
Deadline: 02/01/2026 at 4PM
Team: Solo
The primary objective of this project was to master SQL querying by analyzing a real-world dataset from the Belgian food delivery market (takeaway.db). The project evaluates restaurant performance, menu pricing strategies, and geographical delivery gaps to provide actionable business intelligence.
- Situation: The food delivery market in Belgium is highly competitive, yet data on restaurant density, pricing distribution, and delivery efficiency was fragmented and raw.
- Task: Clean, query, and analyze the
takeaway.dbdatabase to identify market trends, pricing benchmarks, and underserved "dead zones" for logistics optimization. - Action: * Authored complex SQL queries (Joins, CTEs, Aggregations) to extract insights.
- Utilized Python (Pandas, Matplotlib) for data visualization.
- Developed Geospatial Maps (Folium) to visualize restaurant coverage and delivery fees.
- Result: Derived strategic insights including a custom "True Value" metric and identified 3 key regions with low competition for expansion.
delivery-market-analysis/
β
ββ data/
β ββ takeaway.db # SQLite database (Restaurants, Menus, Locations)
β
ββ docs/
β ββ schema_notes.md # Database schema
β ββ maps/
β ββ maps.html # Interactive Folium map (Download to view)
β ββ maps.pdf # Static version of the analysis map
β
ββ sql/questions/
β ββ *.ipynb # Jupyter notebooks with SQL queries & analysis
β
ββ presentation/
β ββ Delivery-Market-Analysis.pdf # Project summary and slide deck
β
ββ README.md # Project overview and instructions
## π Key Analytics & SQL Insights
| Objective | Key Insight |
| :--- | :--- |
| **Q1: Price Distribution** | 85% of menu items are under 20β¬, showing a market dominated by high-volume, affordable options. |
| **Q2: Restaurant Density** | Delivery infrastructure is hyper-concentrated in **Antwerpen, Gent, and Bruxelles**|
| **Q3: Price-to-Rating Ratio** | High ratings are not tied to high prices; casual eateries often outperform luxury restaurants in value-for-money. |
| **Original Q1: True Value Metric** | Fast delivery and low fees drive customer satisfaction more than high ratings alone. |
---
## π οΈ Tech Stack & Methods
* **Core Language:** SQL (SQLite) - Focus on complex joins and window functions.
* **Data Manipulation:** Python (Pandas, NumPy).
* **Visualization:** Matplotlib, Seaborn.
* **Mapping:** Folium for interactive heatmaps.
---