combineSeries(a, b, func) and combineDataFrame(a, b, func)
combine two objects element-wise using a caller-supplied binary function.
The result index is the union of both indices; a
fillValue (default null) is used when only one
side has a value for a given label.