Deal with Nested Columns in Spark

By Farnam Iranpour

Flattening Nested Data in Spark with the Explode Function When working with big data, it’s common to encounter nested data structures like arrays or maps. These structures are useful for storing complex relationships but can…

Dynamically Calculating Yesterday’s Date

By Farnam Iranpour

Streamlining ETL Pipelines: Dynamically Calculating Yesterday’s Date As a data engineer, one of the most common tasks is building ETL pipelines that process data from the previous day. While it may seem simple to manually…