Skip to content

Commit a94c39a

Browse files
committed
Update readme.md
1 parent cd802c7 commit a94c39a

File tree

1 file changed

+2
-11
lines changed
  • LeetCode SQL 50 Solution/1075. Project Employees I

1 file changed

+2
-11
lines changed

LeetCode SQL 50 Solution/1075. Project Employees I/readme.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
Here's a well-formatted `README.md` file for your GitHub repository with the SQL solutions:
21

3-
```md
42
# 🏆 Project Employees I - LeetCode 1075
53

64
## 📌 Problem Statement
@@ -127,14 +125,7 @@ def project_average_experience(project: pd.DataFrame, employee: pd.DataFrame) ->
127125
- 📖 [LeetCode Problem](https://leetcode.com/problems/project-employees-i/)
128126
- 📚 [SQL Joins Explanation](https://www.w3schools.com/sql/sql_join.asp)
129127
- 🐍 [Pandas Documentation](https://pandas.pydata.org/docs/)
130-
```
131128

132-
This README provides:
133-
- A **clear problem statement**
134-
- **Input and output tables**
135-
- **Multiple SQL solutions with explanations**
136-
- **A Python Pandas solution**
137-
- **File structure**
138-
- **Useful links**
129+
---
139130

140-
Let me know if you need any modifications! 🚀
131+
## Let me know if you need any modifications! 🚀

0 commit comments

Comments
 (0)