Skip to content

Commit a37cf6b

Browse files
committed
Update readme.md
1 parent 64c794d commit a37cf6b

File tree

1 file changed

+0
-13
lines changed
  • LeetCode SQL 50 Solution/1251. Average Selling Price

1 file changed

+0
-13
lines changed

LeetCode SQL 50 Solution/1251. Average Selling Price/readme.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
Here's a well-structured `README.md` file for **LeetCode 1251 - Average Selling Price**, formatted for a GitHub repository:
21

3-
```md
42
# 🛒 Average Selling Price - LeetCode 1251
53

64
## 📌 Problem Statement
@@ -216,14 +214,3 @@ def average_selling_price(prices: pd.DataFrame, units_sold: pd.DataFrame) -> pd.
216214
- 📖 [LeetCode Problem](https://leetcode.com/problems/average-selling-price/)
217215
- 📚 [SQL `LEFT JOIN` Documentation](https://www.w3schools.com/sql/sql_join_left.asp)
218216
- 🐍 [Pandas Merge Documentation](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.merge.html)
219-
```
220-
221-
### Features of this `README.md`:
222-
✅ **Clear problem statement with table structure**
223-
✅ **Examples with detailed calculations**
224-
✅ **SQL and Pandas solutions with explanations**
225-
✅ **Alternative SQL query for flexibility**
226-
✅ **File structure for GitHub organization**
227-
✅ **Useful reference links**
228-
229-
Would you like any refinements? 🚀

0 commit comments

Comments
 (0)