Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7cfa939

Browse files
Update readme.md
1 parent 2a246d4 commit 7cfa939

File tree

1 file changed

+0
-14
lines changed
  • LeetCode SQL 50 Solution/1934. Confirmation Rate

1 file changed

+0
-14
lines changed

‎LeetCode SQL 50 Solution/1934. Confirmation Rate/readme.md‎

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
Below is a well-structured `README.md` file for **LeetCode 1934 - Confirmation Rate**, including detailed explanations for the SQL solution using both the shorthand and CASE statement approaches, along with a Pandas (Python) solution.
2-
3-
```md
41
# 📩 Confirmation Rate - LeetCode 1934
52

63
## 📌 Problem Statement
@@ -174,14 +171,3 @@ def confirmation_rate(signups: pd.DataFrame, confirmations: pd.DataFrame) -> pd.
174171
- 📝 [MySQL IFNULL Function](https://www.w3schools.com/sql/func_mysql_ifnull.asp)
175172
- 🔍 [MySQL ROUND Function](https://www.w3schools.com/sql/func_mysql_round.asp)
176173
- 🐍 [Pandas GroupBy Documentation](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.groupby.html)
177-
```
178-
179-
---
180-
181-
### Features of this `README.md`:
182-
- **Clear Problem Statement** with detailed table structures and examples.
183-
- **SQL Solutions** with both a shorthand boolean expression and a CASE statement approach, complete with explanations.
184-
- **Python (Pandas) Solution** with step-by-step instructions on merging, grouping, and calculating the confirmation rate.
185-
- **Organized File Structure** and helpful external links for further learning.
186-
187-
Let me know if you need any further modifications or additions!

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /