Skip to content

Commit 20fd18c

Browse files
authored
Update README.md
1 parent a7829e4 commit 20fd18c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,21 @@ The fields present in Orders dataset are,
114114

115115

116116

117-
9. **Revenue difference between 2021 and 2022**
117+
9. **Revenue difference between 2020 and 2021**
118118

119119
To get the difference it's necessary to find the previous sales value in order to find the difference percentage. In python we can get the previous value by using shift() function and this is a challenging act according to SQL.
120120

121121
![image](https://github.com/deva-246/Business-Insights-on-Realtime-Swiggy-Data-using-Python/assets/75877347/32292fe0-d6c2-48fa-b7d9-f63dde76bd41)
122122

123123
![image](https://github.com/deva-246/Business-Insights-on-Realtime-Swiggy-Data-using-Python/assets/75877347/0ab78cf6-6ef5-41a1-935c-40ce33232ee4)
124124

125+
From the above image, we can see that there is **2.295% ** difference between 2020 and 2021 year in terms of Revenue generation. The negative values of different percentage shows that there was a drop in revenue between the corresponding years (2019-20)(2021-22).
126+
127+
128+
# Business Decision Suggestions
129+
130+
131+
125132

126133

127134

0 commit comments

Comments
 (0)