How important Data structures are for the role of Data engineer?
Mar 30, 2021
95 Comments
Been working as Data engineer from past 5 years, never used Data structures in my projects. Many of interviews has data structures as 1st round of screening. Does it really make sense?
Is data structures really required for data engineer?
Edit 1: we have many distributed processing framework like spark which process data in different nodes together. I assume using python legacy data structures into the code, pushes all data into single driver..
Yes we do use list, tupples, dictionary in python wherever it's required. To store minimal information.
We never use python legacy code to read write or to process data. It's pretty outdated right??
#data #dataanalytics
comments