|
| 1 | +## Order based Business Queries and solutions |
| 2 | +### 1. Count of unique number of orders that are placed ? |
| 3 | + |
| 4 | +  |
| 5 | + |
| 6 | + **95 unique orders** are placed according to this dataset. |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | +### 2. At what modes of rain were orders placed? |
| 12 | + |
| 13 | +  |
| 14 | + |
| 15 | + There are 3 modes namely -**Heavy,moderate,drizzle** with 0,2 and 5 as it's respective identifiers from the dataset. |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | +### 3. What are the uniqiue restaurent names from the overall orders that have been placed? |
| 21 | + |
| 22 | +  |
| 23 | + |
| 24 | + There are **49** unique restaurents name present in the order history in the given dataset. |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | +### 4. Which Restaurent holds most of the orders ? |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | +**The Bowl company** is the restaurent which holds the highest number of orders according to the swiggy customers present in the dataset. from the above results we can also categorize the restaurents as **most favourite , favourite and least favourite** by which required recommendations can be activated by the company to attract its customer to place an order. |
| 41 | + |
| 42 | +### 5. List out the orders count in the form of Month and Year combination? |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | +From the above result, **2021, October** holds the highest number of Orders. |
| 49 | + |
| 50 | +### 6. What is the revenue earned by swiggy on each month ? |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | +From the above results we can conclude that **October** month has generated the highest revenue and **March** month has generated least revenue, considering this more discounts and offers can be included during the least revenue months to bosst up the sales. |
| 55 | + |
| 56 | +### 7. What is the average order value ? |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | +### 8. Revenue based difference ? |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
0 commit comments