Panel4D.add()

pandas.Panel4D.add

Panel4D.add(other, axis=0)

Addition of series and other, element-wise (binary operator add). Equivalent to panel + other.

Parameters:

other : Panel or Panel4D

axis : {labels, items, major_axis, minor_axis}

Axis to broadcast over

Returns:

Panel4D