Hey, I have a block of code written in SAS programming using SAS macros. I am trying to replicate the same functionality using PySpark, So I was thinking of writing a python function to replicate the logic. Am i good here or is there anything in Python which is equivalent to SAS macros?
... View more