Skip to content

Commit 4d18303

Browse files
committed
Update readme.md
1 parent 16ba1de commit 4d18303

File tree

1 file changed

+1
-13
lines changed
  • LeetCode SQL 50 Solution/1193. Monthly Transactions I

1 file changed

+1
-13
lines changed

LeetCode SQL 50 Solution/1193. Monthly Transactions I/readme.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
Here's a well-structured `README.md` file for **LeetCode 1193 - Monthly Transactions I**, formatted for a GitHub repository:
2-
3-
```md
41
# 🏦 Monthly Transactions I - LeetCode 1193
52

63
## 📌 Problem Statement
@@ -125,14 +122,5 @@ def monthly_transactions(transactions: pd.DataFrame) -> pd.DataFrame:
125122
- 📖 [LeetCode Problem](https://leetcode.com/problems/monthly-transactions-i/)
126123
- 📚 [SQL `GROUP BY` Clause](https://www.w3schools.com/sql/sql_groupby.asp)
127124
- 🐍 [Pandas GroupBy Documentation](https://pandas.pydata.org/docs/reference/groupby.html)
128-
```
129-
130-
This README includes:
131-
- **Problem statement**
132-
- **Example input and output**
133-
- **SQL solution with explanations**
134-
- **Pandas solution in Python**
135-
- **File structure for GitHub**
136-
- **Useful links**
137125

138-
Let me know if you need any modifications! 🚀
126+
## Let me know if you need any modifications! 🚀

0 commit comments

Comments
 (0)