Interpolation on a 2D Numpy array along one axis
I have a 2D array in the shape of (273, 3). Some of this values are 0 and I need to replace the zeros with a value interpolated along side the vertical axis.
I have a 2D array in the shape of (273, 3). Some of this values are 0 and I need to replace the zeros with a value interpolated along side the vertical axis.