Python -Array Löschen der letzten Spalte
b = np.delete(a, -1, axis=1)
Kind Kangaroo
b = np.delete(a, -1, axis=1)