merge#

swordfish.function.merge()#

Merge 2 indexed series or 2 indexed matrices.

Parameters:
  • left (Constant) – An indexed series, or an indexed matrix.

  • right (Constant) – An indexed series, or an indexed matrix.

  • how (Constant) – A string indicating how to merge left and right. It can take the value of ‘inner’, ‘outer’, ‘left’, ‘right’, or ‘asof’. The default value is ‘inner’.