Data Transformation
Everything on SkillVeris tagged Data Transformation — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Interview Questions(2)
ETL vs ELT Pipelines: What is the Difference?
ETL (Extract, Transform, Load) transforms data in a separate processing engine before loading it into the target system, while ELT (Extract, Load, Transform) l…
map, filter, and reduce: How Do They Differ?
map transforms every element into a new array of the same length, filter selects a subset of elements into a new (possibly shorter) array based on a predicate,…