How to apply any sort of Map Transformation on Spark Dataframe in Python

前端 未结 0 1484
眼角桃花
眼角桃花 2021-01-27 16:17

I am using Spark Structure Streaming, the code is in following:

 def convert_timestamp_to_datetime(timestamp):
    return datetime.fromtimestamp(timestamp)


 def         


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