Spark exception error using pandas_udf with logical statement

后端 未结 0 674
渐次进展
渐次进展 2021-01-13 07:27

I am trying to deploy a simple if-else function specifically using pandas_udf. Here is the code:

from pyspark.sql import *
from pyspark.sql.functions import *         


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