#data-engineering
Read more stories on Hashnode
Articles with this tag
Use Python to import data from an API to an RDBMS database · Preface💫 In the previous blog post to this, we created a data pipeline that scrapes...
Add data quality to each source layer for quality in, quality out · Preface 💫 This is a practical end-to-end data pipeline demo to show what a data...
…we're coming stronger for you!🌐 · 🤨 What? If your goal is to learn Python and how it applies to data engineering and analytics scenarios for 2024, my...
When importing and exporting CSV files, a common challenge is handling newline characters within cells. Let’s explore simple solutions to help manage...
Condense if-else statements to one-liners easier to read · What is a ternary operator in Python?🐍 A ternary operator is an expression used to write...
Preface🎯 I’m a senior data engineer. I’ve used SQL in a commercial environment since 2018. But I’ve recently felt the urge to revisit my roots....