Skip to content

Commit 2b7acdb

Browse files
committed
Update readme.md
1 parent b77c62f commit 2b7acdb

File tree

1 file changed

+1
-13
lines changed
  • LeetCode SQL 50 Solution/1211. Queries Quality and Percentage

1 file changed

+1
-13
lines changed

LeetCode SQL 50 Solution/1211. Queries Quality and Percentage/readme.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
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! 🚀

0 commit comments

Comments
 (0)