Skip to content

Latest commit

Β 

History

History
14 lines (9 loc) Β· 734 Bytes

File metadata and controls

14 lines (9 loc) Β· 734 Bytes

πŸ‹πŸ»β€β™€οΈ Data Engineering Conditioning

A dedicated training space to master Python, SQL, and Pandas foundations.

Recording my daily efforts to sharpen engineering intuition and build coding muscle in the AI era.

πŸ“š Core Topics

  • Python Basics: Logical operators, int, str, functions, and exceptions.
  • Data Structures: list, dictionary, set, tuple, and comprehensions.
  • Advanced Python: class, decorators, zip_unpacking, args/kwargs, iterators, and generators.
  • Pandas: pivot_table, missing data (fillna), groupby, and transform.
  • SQL: Declarative queries, aggregation functions, complex joins, subqueries, CTE, and analytical window functions.