pandas reverse column order 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