Skip to content

Commit 3c444d4

Browse files
committed
Update readme.md
1 parent 3b9bdc3 commit 3c444d4

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

  • LeetCode SQL 50 Solution/1378. Replace Employee ID With The Unique Identifier

LeetCode SQL 50 Solution/1378. Replace Employee ID With The Unique Identifier/readme.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
Here’s a well-structured `README.md` for **LeetCode 1378 - Replace Employee ID With The Unique Identifier**, formatted for a GitHub repository:
21

3-
```md
42
# 🏢 Replace Employee ID With The Unique Identifier - LeetCode 1378
53

64
## 📌 Problem Statement
@@ -142,13 +140,5 @@ def replace_employee_id(employees: pd.DataFrame, employee_uni: pd.DataFrame) ->
142140
- 📖 [LeetCode Problem](https://leetcode.com/problems/replace-employee-id-with-the-unique-identifier/)
143141
- 📚 [SQL `LEFT JOIN`](https://www.w3schools.com/sql/sql_join_left.asp)
144142
- 🐍 [Pandas Merge Documentation](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.merge.html)
145-
```
146-
147-
### Features of this `README.md`:
148-
**Clear problem description with tables**
149-
**Example with step-by-step explanation**
150-
**SQL and Pandas solutions with detailed breakdowns**
151-
**File structure for easy organization**
152-
**Helpful references for further learning**
153143

154-
Would you like any modifications? 🚀
144+
## Would you like any modifications? 🚀

0 commit comments

Comments
 (0)