├── README.md ├── pizza sales analysis.pdf └── pizza sales.csv /README.md: -------------------------------------------------------------------------------- 1 | # pizza-sales-analysis 2 | 3 | ## Overview 4 | The analysis of pizza sales using SQL involes the various sales trends, month wise sales analysis, category wise analysis and many more. Undercover different insights into ccustomer preferences and choices. 5 | ## Introduction to deep note 6 | THis project is done using Deepnote which is like the jupyter on streoids which have lot of fnctionlatities like executing python , SQL and R programs and make an analysis out of it. the best part is you can make an app out of our analyis and share in by two to three steps. 7 | ## Analysis setps 8 | 1. **Set up a database:** import the pizza sales.csv in the deepnote noteebook 9 | 2. **Run Queries:** Execute different queries to analyze the data 10 | ## Analysis takeways 11 | 1. Sales Trends Analysis: Discover patterns in pizza sales over time. 12 | 2. Month-Wise Sales Analysis: Break down sales data month by month. 13 | 3. Category-Wise Analysis: Analyze sales based on different pizza categories. 14 | 5. Top-Selling Items: Identify the best-selling pizzas. 15 | 6 Customer Insights: Gain insights into customer preferences and behaviors. 16 | -------------------------------------------------------------------------------- /pizza sales analysis.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jey-krishna/pizza-sales-analysis-using-SQL/9d01a385558fd4950f4376c5ac15453b5afd0ca7/pizza sales analysis.pdf --------------------------------------------------------------------------------