File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
LeetCode SQL 50 Solution/1141. User Activity for the Past 30 Days I Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 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! 🚀
You can’t perform that action at this time.
0 commit comments