File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
LeetCode SQL 50 Solution/1251. Average Selling Price 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 ` 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? 🚀
You can’t perform that action at this time.
0 commit comments