Initializing playground…
← Back to roadmap

combine — Element-wise Combination — tsb playground

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.

Code Examples

TypeScript
Click ▶ Run to execute
Ctrl+Enter to run · Tab to indent