File tree Expand file tree Collapse file tree
LeetCode SQL 50 Solution/2356. Number of Unique Subjects Taught by Each Teacher Expand file tree Collapse file tree Original file line number Diff line number Diff 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!
You can’t perform that action at this time.
0 commit comments