Reverse each of the rows of the 2D array in numpy code example
Example: how to reverse the order of columns in matrix in python
np.fliplr(matrix) will reverse the columns order in a np.array
np.fliplr(matrix) will reverse the columns order in a np.array