Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 699 Bytes

File metadata and controls

30 lines (25 loc) · 699 Bytes

Leetcode-sql-python


🧠 What’s Included

✅ SQL Problems

  • Sql1 to Sql6: LeetCode SQL problem sets
  • Mock_SQL / Mock_SQL2 / Mock-SQL-3: Mock test SQL problems
  • Each folder contains:
    • .sql solution file

🐍 Python / Pandas Problems

  • Pandas1 to Pandas11
  • Mock_Pandas_1 / Mock_Pandas_2
  • Each folder contains:
    • .py solution file

📌 Key Skills Demonstrated

SQL

  • Joins, Aggregations, Window Functions
  • Subqueries & CTEs
  • Data cleaning & transformation
  • Analytical thinking for business-style queries

Python / Pandas

  • Data manipulation with Pandas
  • Algorithmic problem solving
  • Clean, modular code with edge case handling