Use function in another python file as Pyspark udf

后端 未结 0 1181
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-05 05:52

I have some python functions in a file named features.py

def printsth():
    print("123")
def get_email():
    #some code to get email 
    return e         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题