how to get all column in Pyspark code when it remove some part of rows

后端 未结 0 707
[愿得一人]
[愿得一人] 2021-01-26 14:40

I have the following code:

   df = df1.withColumn(\'idx\',
    F.coalesce(
         #Get the smallest index of a stop word in the string
        F.least(*[F.when(         


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