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
4
1
# 📊 Queries Quality and Percentage - LeetCode 1211
5
2
6
3
## 📌 Problem Statement
@@ -179,14 +176,5 @@ def queries_quality(queries: pd.DataFrame) -> pd.DataFrame:
179
176
- 📖 [ LeetCode Problem] ( https://leetcode.com/problems/queries-quality-and-percentage/ )
180
177
- 📚 [ SQL ` GROUP BY ` Documentation] ( https://www.w3schools.com/sql/sql_groupby.asp )
181
178
- 🐍 [ 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**
191
179
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