File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
LeetCode SQL 50 Solution/1211. Queries Quality and Percentage Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 1- Here's a structured ` README.md ` file for ** LeetCode 1211 - Queries Quality and Percentage** , formatted for a GitHub repository:
2-
3- ``` md
41# 📊 Queries Quality and Percentage - LeetCode 1211
52
63## 📌 Problem Statement
@@ -179,14 +176,5 @@ def queries_quality(queries: pd.DataFrame) -> pd.DataFrame:
179176- 📖 [ LeetCode Problem] ( https://leetcode.com/problems/queries-quality-and-percentage/ )
180177- 📚 [ SQL ` GROUP BY ` Documentation] ( https://www.w3schools.com/sql/sql_groupby.asp )
181178- 🐍 [ Pandas GroupBy Documentation] ( https://pandas.pydata.org/docs/reference/groupby.html )
182- ```
183-
184- ### Features of this `README.md`:
185- ✅ **Clear problem statement with table structure**
186- ✅ **Examples with detailed calculations**
187- ✅ **SQL and Pandas solutions with explanations**
188- ✅ **Alternative SQL query for flexibility**
189- ✅ **File structure for GitHub organization**
190- ✅ **Useful reference links**
191179
192- Let me know if you'd like any modifications! 🚀
180+ ## Let me know if you'd like any modifications! 🚀
You can’t perform that action at this time.
0 commit comments