import numpy as np text = np.loadtxt("Table.csv",delimiter=',',dtype=float) text = np.flip(text,axis=1) print(text.transpose())