Skip to content

Commit 9782274

Browse files
committed
Update readme.md
1 parent b03b944 commit 9782274

File tree

1 file changed

+0
-14
lines changed
  • LeetCode SQL 50 Solution/1280. Students and Examinations

1 file changed

+0
-14
lines changed

LeetCode SQL 50 Solution/1280. Students and Examinations/readme.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
Here is the well-structured `README.md` file for **LeetCode 1204 - Find the Number of Times Each Student Attended Each Exam**, formatted for a GitHub repository:
2-
3-
```md
41
# 🎓 Find the Number of Times Each Student Attended Each Exam - LeetCode 1204
52

63
## 📌 Problem Statement
@@ -179,14 +176,3 @@ def student_exam_attendance(students: pd.DataFrame, subjects: pd.DataFrame, exam
179176
- 📖 [LeetCode Problem](https://leetcode.com/problems/find-the-number-of-times-each-student-attended-each-exam/)
180177
- 📚 [SQL `CROSS JOIN` Documentation](https://www.w3schools.com/sql/sql_join_cross.asp)
181178
- 🐍 [Pandas Merge Documentation](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.merge.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-
192-
Would you like any refinements? 🚀

0 commit comments

Comments
 (0)