标签: python pandas dataframe pyspark
我在pandas数据帧上有2列,并使用pandas.DataFrame.combine_first(https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.combine_first.html)函数创建了第三列。
所以现在我用pyspark重写我的代码。 pyspark是否有一些方法/功能可以还原类似的结果?