Skip to content

Commit ff52f31

Browse files
committed
Update readme.md
1 parent 209a657 commit ff52f31

File tree

1 file changed

+1
-7
lines changed
  • LeetCode SQL 50 Solution/1148. Article Views I

1 file changed

+1
-7
lines changed

LeetCode SQL 50 Solution/1148. Article Views I/readme.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
Here's a well-structured `README.md` file for **LeetCode 1148 - Article Views I** with SQL and Pandas solutions:
2-
3-
```md
41
# 📰 Article Views I - LeetCode 1148
52

63
## 📌 Problem Statement
@@ -118,8 +115,5 @@ def authors_who_viewed_own_articles(views: pd.DataFrame) -> pd.DataFrame:
118115
- 📖 [LeetCode Problem](https://leetcode.com/problems/article-views-i/)
119116
- 📚 [SQL DISTINCT vs GROUP BY](https://www.w3schools.com/sql/sql_distinct.asp)
120117
- 🐍 [Pandas Unique Function](https://pandas.pydata.org/docs/reference/api/pandas.Series.unique.html)
121-
```
122-
123-
124118

125-
Let me know if you need any changes! 🚀
119+
## Let me know if you need any changes! 🚀

0 commit comments

Comments
 (0)