How to add multiple columns to pyspark DF using pandas_udf with multiple source columns?

前端 未结 0 1976
旧时难觅i
旧时难觅i 2021-01-14 18:53

So I have pyspark DF such as:

+-------------+--+
|utc_timestamp|id|
+-------------+--+
|1608000000782|1 |
+-------------+--+
|1608000240782|2 |
+-------------         


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