How to call UDF which is using spark sql and call that udf in select query

前端 未结 0 1915
别跟我提以往
别跟我提以往 2020-11-30 19:57

I am new to python programming. Can anyone please help me on below.

I have a UDF as below:

def f_select(dat)
    df_dat=spark.sql("""SEL         


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