Skip to content

Commit c64843c

Browse files
committed
Update readme.md
1 parent 2037dbd commit c64843c

File tree

1 file changed

+0
-13
lines changed
  • LeetCode SQL 50 Solution/1327. List the Products Ordered in a Period

1 file changed

+0
-13
lines changed

LeetCode SQL 50 Solution/1327. List the Products Ordered in a Period/readme.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
Here’s a well-structured `README.md` for **LeetCode 1327 - List the Products Ordered in a Period**, formatted for a GitHub repository:
2-
3-
```md
41
# 🛒 List the Products Ordered in a Period - LeetCode 1327
52

63
## 📌 Problem Statement
@@ -158,13 +155,3 @@ def products_ordered(products: pd.DataFrame, orders: pd.DataFrame) -> pd.DataFra
158155
- 📖 [LeetCode Problem](https://leetcode.com/problems/list-the-products-ordered-in-a-period/)
159156
- 📚 [SQL `HAVING` Clause](https://www.w3schools.com/sql/sql_having.asp)
160157
- 🐍 [Pandas GroupBy Documentation](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.groupby.html)
161-
```
162-
163-
### Features of this `README.md`:
164-
✅ **Detailed problem statement with tables**
165-
✅ **Example with step-by-step calculations**
166-
✅ **SQL and Pandas solutions with explanations**
167-
✅ **File structure for easy organization**
168-
✅ **Helpful references for further reading**
169-
170-
Would you like any modifications? 🚀

0 commit comments

Comments
 (0)