Azure – How to register a complex function as the below as UDF in PYSPARK?
I have a function that takes a dataframe as a parameter and calculates the NULL value counts and NULL value percentage and returns a dataframe with column_name, null value count and null percentages. How can I register it as UDF…