Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a071529

Browse files
Update readme.md
1 parent 57e97a3 commit a071529

File tree

1 file changed

+0
-9
lines changed
  • LeetCode SQL 50 Solution/2356. Number of Unique Subjects Taught by Each Teacher

1 file changed

+0
-9
lines changed

‎LeetCode SQL 50 Solution/2356. Number of Unique Subjects Taught by Each Teacher/readme.md‎

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,3 @@ def count_unique_subjects(teacher: pd.DataFrame) -> pd.DataFrame:
117117
- 📖 [LeetCode Problem](https://leetcode.com/problems/number-of-unique-subjects-taught-by-each-teacher/)
118118
- 🔍 [MySQL COUNT(DISTINCT) Documentation](https://www.w3schools.com/sql/sql_count_distinct.asp)
119119
- 🐍 [Pandas GroupBy Documentation](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.groupby.html)
120-
```
121-
122-
This `README.md` provides:
123-
- A **clear problem statement** along with the table structure.
124-
- A **detailed example** with explanation.
125-
- Both **SQL and Python (Pandas) solutions** with step-by-step approaches.
126-
- An **organized file structure** and helpful external links.
127-
128-
Let me know if you need any modifications!

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /