File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
LeetCode SQL 50 Solution/1321. Restaurant Growth Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 1
- Here's a well-structured ` README.md ` for ** LeetCode 321 - Restaurant Growth** , formatted for a GitHub repository:
2
-
3
- ``` md
4
1
# 🍽️ Restaurant Growth - LeetCode 321
5
2
6
3
## 📌 Problem Statement
@@ -172,14 +169,3 @@ def restaurant_growth(customers: pd.DataFrame) -> pd.DataFrame:
172
169
- 📖 [ LeetCode Problem] ( https://leetcode.com/problems/restaurant-growth/ )
173
170
- 📚 [ SQL ` WINDOW FUNCTIONS ` Documentation] ( https://www.w3schools.com/sql/sql_window.asp )
174
171
- 🐍 [ Pandas Rolling Window] ( https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.rolling.html )
175
- ```
176
-
177
- ### Features of this `README.md`:
178
- ✅ **Clear problem statement with table structure**
179
- ✅ **Examples with detailed calculations**
180
- ✅ **SQL and Pandas solutions with explanations**
181
- ✅ **Alternative SQL query for flexibility**
182
- ✅ **File structure for GitHub organization**
183
- ✅ **Useful reference links**
184
-
185
- Would you like any refinements? 🚀
You can’t perform that action at this time.
0 commit comments