I want to reshape a numpy array from (1065, 94) to (1065, 70) without changing data. I write:
np.reshape(x,(1065,70,1.342857142857143))
but t