51 followers
Data Engineer with a passion for transforming complex data landscapes into insightful stories. Here on my blog, I share insights, challenges, and the ever-evolving dance of technology and business.
I've recently had to perform a validation of differences between 2 data sources, so I've figured it would be interesting to see the distribution of...
One of these days, I had to handle missing value imputation and stumbled upon the need to calculate a median in BigQuery SQL. Since there is no...
I was asked today about dynamically extracting key-value pairs from heterogeneous JSON-like strings in BigQuery SQL and I've remembered this...
In this world, everything is ephemeral. If you need to create temporary files or directories in Python, check out the tempfile module. Whether you...
If you ever need to work with JSON files in Python, you're going to encounter the module with the same name. It help encode to and decode from JSON....
I find that working with data daily significantly influences how you perceive the world around you. You begin to notice patterns and details you might...