Skip to content

Commit 8617bc4

Browse files
committed
Update readme.md
1 parent 7d7dbe3 commit 8617bc4

File tree

1 file changed

+1
-12
lines changed
  • LeetCode SQL 50 Solution/1141. User Activity for the Past 30 Days I

1 file changed

+1
-12
lines changed

LeetCode SQL 50 Solution/1141. User Activity for the Past 30 Days I/readme.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
Here’s a well-structured `README.md` file for **LeetCode 1141 - User Activity for the Past 30 Days I** with SQL and Pandas solutions:
21

3-
```md
42
# 📊 User Activity for the Past 30 Days I - LeetCode 1141
53

64
## 📌 Problem Statement
@@ -133,14 +131,5 @@ def daily_active_users(activity: pd.DataFrame) -> pd.DataFrame:
133131
- 📖 [LeetCode Problem](https://leetcode.com/problems/user-activity-for-the-past-30-days-i/)
134132
- 📚 [SQL Date Functions](https://www.w3schools.com/sql/sql_dates.asp)
135133
- 🐍 [Pandas Documentation](https://pandas.pydata.org/docs/)
136-
```
137-
138-
This README includes:
139-
- **Clear problem statement**
140-
- **Input and output tables**
141-
- **Multiple SQL solutions with explanations**
142-
- **Pandas solution in Python**
143-
- **File structure for a clean GitHub repo**
144-
- **Useful links**
145134

146-
Let me know if you need any changes! 🚀
135+
## Let me know if you need any changes! 🚀

0 commit comments

Comments
 (0)