Skip to content

Commit 7895ac3

Browse files
committed
Update readme.md
1 parent b6ddb0f commit 7895ac3

File tree

1 file changed

+1
-12
lines changed
  • LeetCode SQL 50 Solution/1341. Movie Rating

1 file changed

+1
-12
lines changed

LeetCode SQL 50 Solution/1341. Movie Rating/readme.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
Here's a well-structured `README.md` for **LeetCode 1341 - Movie Rating**, formatted for a GitHub repository:
2-
3-
```md
41
# 🎬 Movie Rating - LeetCode 1341
52

63
## 📌 Problem Statement
@@ -196,13 +193,5 @@ def movie_rating(users: pd.DataFrame, movies: pd.DataFrame, movie_rating: pd.Dat
196193
- 📖 [LeetCode Problem](https://leetcode.com/problems/movie-rating/)
197194
- 📚 [SQL `GROUP BY` Clause](https://www.w3schools.com/sql/sql_groupby.asp)
198195
- 🐍 [Pandas GroupBy Documentation](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.groupby.html)
199-
```
200-
201-
### Features of this `README.md`:
202-
✅ **Clear problem description with tables**
203-
✅ **Example with step-by-step explanation**
204-
✅ **SQL and Pandas solutions with detailed breakdowns**
205-
✅ **File structure for easy organization**
206-
✅ **Helpful references for further learning**
207196

208-
Would you like any changes or additions? 🚀
197+
## Would you like any changes or additions? 🚀

0 commit comments

Comments
 (0)