python array delete last column

57

python array delete last column -

b = np.delete(a, -1, axis=1)

Comments

Submit
0 Comments