Standardizing Input Values with Pyspark
Many times we want to perform some mapping of one value to another. This can be done in numerous ways. We'll consider a few and take a look at performance impacts.
The code can be imported as a Databricks Notebook with the source here.
Setup
Create a...
wind010.hashnode.dev7 min read