what is the method to add new column in existing dataframe in pyspark

前端 未结 0 956
天命终不由人
天命终不由人 2021-01-26 13:26

i have added new column in existing datframe but its not reflected in dataframe.

customerDf.withColumn("fullname",expr("concat(firstname,\'|\',lastname)&qu

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