pandas.Series.combine_first

Combine Series values, choosing the calling Series’s values first.

param other
Series

The value(s) to be combined with the Series.

return

Series The result of combining the Series with the other object.

Warning

This feature is currently unsupported by Intel Scalable Dataframe Compiler