DATA

Why You Need to Write DRY Code With Decorators in Python

Using decorators to see what’s happening to your data in a Pandas processing pipeline

Byron Dolon
Towards Data Science
9 min readMay 19, 2023

--

Decorations are KEY — Photo by Adi Goldstein on Unsplash

DRY code is one of the keys to efficient programming.

DRY stands for “do not repeat yourself”, which is important whether you’re writing code for a personal project or…

--

--

Medium has become a place to store my “how to do tech stuff” type guides. Come check out my notes on data-related shenanigans!