File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
LeetCode SQL 50 Solution/1193. Monthly Transactions I Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 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! 🚀
You can’t perform that action at this time.
0 commit comments