File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
LeetCode SQL 50 Solution/1327. List the Products Ordered in a Period Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 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? 🚀
You can’t perform that action at this time.
0 commit comments