How to calculate difference between dates excluding weekends in Pyspark 2.2.0

前端 未结 0 1001
甜味超标
甜味超标 2020-12-01 06:59

I have the below pyspark df which can be recreated by the code

df = spark.createDataFrame([(1, "John Doe", "2020-11-30"),(2, "John Do         


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