I have 2 columns at pandas dataframe and i create third columns with function pandas.DataFrame.combine_first (https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.combine_first.html) .
So now i rewrite my code with pyspark. Is there at pyspark some methods/fuctions to resive similar result ?